AIDataParser MCP server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AIDataParser MCP serverparse this invoice PDF into structured JSON"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AIDataParser MCP server
The official Model Context Protocol registry record for AIDataParser — a credit-based data-extraction API that turns PDFs, images and messy text into schema-guaranteed JSON.
There is no server code in this repo. The MCP server is hosted: it lives at
https://aidataparser.com/v1/mcp and speaks JSON-RPC 2.0 over Streamable HTTP.
This repo holds the server.json that is the source of our record in
registry.modelcontextprotocol.io,
the canonical upstream every downstream MCP catalog syncs from.
Add it to your client
{
"mcpServers": {
"aidataparser": {
"type": "http",
"url": "https://aidataparser.com/v1/mcp",
"headers": { "Authorization": "Bearer adp_live_..." }
}
}
}Get a key (50 free credits, no card):
curl -X POST https://aidataparser.com/v1/keys \
-H 'Content-Type: application/json' \
-d '{"email":"you@example.com"}'list_schemas and validate are free and need no key, so a client can add
the server and get something useful back before signing up.
Related MCP server: Invoice Parser MCP
Tools
Tool | Cost | What it does |
| 1 credit | PDF or image ( |
| 1 credit | Raw/messy text → JSON matching your schema |
| 1 credit | One sample → a reusable JSON Schema |
| free, no key | Check a JSON value against a schema |
| free | Credits remaining on the key |
| free, no key | Built-in templates (invoice, receipt, resume, …) |
Credit packs: https://aidataparser.com/pricing
Publishing
.github/workflows/publish-mcp.yml publishes on a push to main using GitHub
OIDC — no secrets. Bump version in server.json to cut a release; a push that
does not change the version is a no-op.
Before it publishes, the workflow runs two gates:
npm test— static checks onserver.json(validate-server-json.mjs). Each rule maps to a real failure from a sibling repo, e.g. the registry's 100-char description cap that 422'daisotools-mcp-serverv0.1.0.npm run check:remote— a liveinitialize+tools/listhandshake against the URL about to be advertised. A registry record pointing at a dead endpoint is worse than no record.
Both are runnable locally.
This server cannot be deployed
Maintenance
Related MCP Connectors
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
Turn messy text into strict JSON schemas agents can trust (invoice, receipt, contact, resume).
DocForge turns documents into structured data. Upload a PDF, image, or Office file and get fielded JSON back with per-field confidence scores. 95 templates (invoices, receipts, bank statements, ID docs), custom JSON Schema mode, auto-detect, natural-language instructions. Keyless demo tool included. Free 7-day trial.
- DatanemOAuthcom.datanem
Turn PDFs, scans and photos into a queryable database. Invoices, CVs, receipts, in bulk.
Related MCP Servers
- FlicenseAqualityDmaintenanceExtracts structured JSON data from unstructured text using predefined schemas for receipts, invoices, resumes, and emails. It allows users to transform messy text into organized data through built-in or custom-defined fields.1-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to extract structured JSON from invoices and receipts in PDF and image formats using Claude Vision. Supports full document parsing, line item extraction, validation, and batch CSV export with API key or cryptocurrency payment options.MIT
- AlicenseAqualityDmaintenanceConvert PDFs to structured JSON. Extract invoices, bank statements, contracts, and more. Pay per call via x402 USDC.58MIT
- FlicenseNot gradedqualityBmaintenanceEnables conversion between PDF/Office documents and structured JSON, supporting extraction and generation of document content.-