Connect DataPilot over MCP — your AI reads only the slice that answers you. Fewer tokens, every answer cited.
About two minutes, start to finish.
Create a free DataPilot account, then open Share pages → Connect DataPilot to generate your API key. It’s shown once — treat it like a password.
Create your free account →Claude Code signs you in with your browser — no key to copy. Cursor and other clients paste your API key in the header (it’s never shown to the AI).
Read-only, always. The connector can search and read your library — it can never write, edit, or delete your data.
claude mcp add --transport http datapilot \
https://datapilot.justgotalead.com/etl/mcp
# then in Claude Code: /mcp → sign in with your browser · no API key needed
// .cursor/mcp.json { "mcpServers": { "datapilot": { "url": "https://datapilot.justgotalead.com/etl/mcp", "headers": { "X-Api-Key": "YOUR_KEY" } } } }
Transport: Streamable HTTP
URL: https://datapilot.justgotalead.com/etl/mcp
Auth header: X-Api-Key: YOUR_KEY
Upload your docs and PDFs, or point DataPilot at a URL. Then just tell your assistant “use my DataPilot data to…” — it searches your files, reads the right one, and answers, cited to the source.
Example · You: “What’s our retry policy?”
Retries use exponential backoff, capped at 3 attempts.
📄 handbook.pdf · p.12Your assistant calls them on its own — reads answer from your data, the upload writes into it.
datapilot_searchREAD-ONLYFind documents by name or folder.
datapilot_read_documentREAD-ONLYRead a document’s full text.
datapilot_askREAD-ONLYOne grounded, cited answer over your library.
datapilot_uploadWRITEUpload documents into your warehouse — into any folder, straight from your AI.
Example · You: “Save these meeting notes to my DataPilot, in the projects folder.”
Done — I uploaded meeting_notes.md to the projects folder. It’s already indexed, so you can ask about it right away.
📁 meeting_notes.md → projects · datapilot_uploadWorks with any file type — text, CSV, Excel (auto-converted to a queryable table), JSON, PDF, images, even video. New folder names are created automatically.
Free account, free models, no credit card. Get your key and connect.
Get your free API key