General Tools
aidataparser.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://aidataparser.com/v1/mcp
MCP server metadata
- Name
- aidataparser
- Version
- 1.0.0
AIDataParser extracts schema-guaranteed JSON from PDFs, images, and raw text. Authenticate with an adp_live_ API key via the Authorization header. Call parse_document with a `url` or `base64` document, or parse_text with a `text` string; each costs 1 credit per call. No schema template fits? Call infer_schema with one sample to generate a reusable schema, then reuse it across parses. Use validate (free, no key) to check that a JSON object conforms to a schema before acting on it.
Known tools 6
parse_textExtract clean, schema-guaranteed JSON from raw/messy text you already have — scraped web content, email bodies, chat logs, OCR output, or pasted tables.
Potential side effectsinfer_schemaGiven one sample document's `text`, propose a reusable JSON Schema for that document type.
Inferred read-onlyvalidateCheck whether a JSON object conforms to a JSON `schema` (or a built-in `schema_id` template) and get back a valid flag plus per-field errors.
Inferred read-onlycheck_creditsReturn the number of extraction credits remaining on the authenticated API key.
Inferred read-onlylist_schemasReturn the built-in schema templates you can pass to parse_document as `schema_id` (invoice, receipt, resume, etc.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aidataparser]
url = "https://aidataparser.com/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aidataparser": {
"type": "http",
"url": "https://aidataparser.com/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aidataparser
Remote MCP URL: https://aidataparser.com/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aidataparser": {
"url": "https://aidataparser.com/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aidataparser": {
"type": "http",
"url": "https://aidataparser.com/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aidataparser",
"transport": "streamable-http",
"url": "https://aidataparser.com/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.