# Docparser — MCP server on mcp.ai > Connect your Docparser account and use 4 tools for documents straight from your AI agent. Connect with your own API key. Docparser is the most advanced cloud based document parsing and automation tool in the market today. By: mcp.ai · official Page: https://mcp.ai/docparser ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_docparser?ms=1787291460000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/docparser/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/docparser/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/docparser/skill.md Postman collection (v2.1): https://mcp.ai/docparser/postman.json ## Tools - docparser_get_multiple_document_results(date?: string, list?: string, limit?: integer, format?: string, sort_by?: string, parser_id: string, remote_id?: string, sort_order?: string, include_processing_queue?: boolean) — Tool to retrieve parsed data from multiple documents processed by a specific parser. Use when you need to fetch results for multiple documents at once. Returns up to 100 results by default, with a max - docparser_get_parser_models(parser_id: string) — Tool to retrieve all model layouts for a specific parser. Use when you need to list different layout configurations within a parser that help handle document variations. - docparser_list_parsers() — Tool to retrieve all Document Parsers linked to your account. Use when you need to view available parsers or obtain parser IDs for subsequent operations. - docparser_ping() — Tool to test API authentication and connection health check for Docparser API. Use when you need to verify that API credentials are valid and the connection is working. ## Example prompts - "What can I do in Docparser?" - "Show me a summary of my Docparser account" ## Links Docs: https://mcp.ai/docs/mcps/docparser Website: https://mcp.ai/mcps/docparser