developer integration
Remote MCP for anydoctomd.
Connect an MCP-compatible developer client to document conversion, structured extraction, and document Q&A through the hosted anydoctomd API.
phase one endpoint
https://www.anydoctomd.in/api/mcpPhase one uses MCP JSON-RPC over HTTPS POST and authenticates tool calls with your anydoctomd API key. The endpoint reuses the same credit limits, rate limits, file validation, and operation behavior as the API.
convert
Turn a supported document into Markdown.
extract
Extract fields using a JSON Schema or template.
ask
Ask focused questions about a document.
Authentication status
The remote server supports bearer API keys for developer testing and OAuth 2.1 Authorization Code + PKCE for ChatGPT connector sign-in. OAuth access tokens are scoped to document conversion, extraction, and questions, and reuse the same credit limits, rate limits, and operation behavior as the API.
Read the API documentation →ChatGPT GPT Action adapter
GPT Actions use REST and OpenAPI rather than MCP JSON-RPC. For private developer testing, import the Action schema from https://www.anydoctomd.in/api/chatgpt/openapi and configure an anydoctomd API key. A public multi-user Action still needs OAuth; never share one API key across users.