Web App
Full dashboard with AI search, collections, and profile management. Works in any browser.
DumpIt indexes everything you save — links, notes, PDFs — and lets you ask questions across it all. Via web, browser extension, API, or Claude MCP.
Use chunk-level citation metadata — store source title, URL, and chunk index with every vector. Return the N closest chunks with their source refs as footnotes in the answer.
Four steps from raw resource to AI-cited knowledge.
Paste a URL, upload a PDF, write a note, or use the browser extension. DumpIt accepts any format.
Text is extracted, chunked, and embedded with Gemini. Every save becomes searchable by meaning.
Natural language questions. Cited answers from your own saved content — not the open web.
Public profile at /u/username or keep everything locked to your account. You control visibility per resource.
Web app, browser extension, REST API, Claude MCP — save and query your knowledge from anywhere.
Full dashboard with AI search, collections, and profile management. Works in any browser.
1-click save from any tab. Highlight text, save the page, clip screenshots — without leaving the browser.
Programmatic access to your vault. Add resources, search by query, retrieve chunks — integrate with anything.
Query your DumpIt vault directly from Claude. Ask your second brain without switching apps.
DumpIt is your AI second brain for everything you consume — web, notes, PDFs, and more.
Articles, docs, videos, tools — any URL. Text is fetched and indexed server-side.
Write directly in the dashboard. Plain text notes are chunked and embedded instantly.
Upload PDF files from your device. Text is parsed, chunked, and made fully searchable.
Highlight text or clip a page with one click from the browser extension.
Paste a video URL and DumpIt fetches the transcript, making it AI-searchable.
Tweets, GitHub repos, Notion exports, and more on the roadmap. Shape it with your feedback.
DumpIt exposes a REST API and a Claude MCP integration so you can query your second brain programmatically — from your own tools, scripts, or AI agents.
# Claude MCP config (~/.claude/mcp.json)
{
"mcpServers": {
"dumpit": {
"command": "npx",
"args": ["-y", "@dumpit/mcp"],
"env": { "DUMPIT_API_KEY": "dk_live_..." }
}
}
}
# REST API — add a resource
curl -X POST https://app.dumpit.app/api/resources \
-H "Authorization: Bearer dk_live_..." \
-H "Content-Type: application/json" \
-d '{"link": "https://example.com/article"}'
# → { "success": true, "id": "r_abc123", "indexed": true }
# REST API — semantic search
curl "https://app.dumpit.app/api/ai/search?q=RAG+citation+patterns" \
-H "Authorization: Bearer dk_live_..."
# → { "results": [...], "sources": [...] }$4.50/month instead of $9. Locked in as long as your subscription is active.
95–99% gross margin means we can keep AI costs absurdly low. You get powerful AI at coffee prices.
Get a feel for the dump-index-ask loop.
Unlimited knowledge. Full platform access.
Build on DumpIt. Pure programmatic access.
Every link you save and forget is knowledge lost. DumpIt makes your saved content answerable.