# Algodocs — MCP server on mcp.ai > Connect your Algodocs account and use 3 tools for document data extraction straight from your AI agent. Connect with your own API key. AlgoDocs is an AI-powered platform that automates data extraction from business documents, offering fast, secure, and accurate processing without the need for templates or training. By: mcp.ai · official Page: https://mcp.ai/algodocs ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_algodocs?ms=1787291340000 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/algodocs/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/algodocs/ 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/algodocs/skill.md Postman collection (v2.1): https://mcp.ai/algodocs/postman.json ## Tools - algodocs_get_me() — Tool to retrieve current user information. Use after authenticating with your API key to verify identity. - algodocs_list_extractors() — Tool to list document data extractors. Use when you need identifiers and names of all extractors in your AlgoDocs account. - algodocs_list_folders() — Tool to list folders. Use when you need to retrieve all folder IDs and their hierarchy. Must be called after obtaining an API key. ## Example prompts - "What can I do in Algodocs?" - "Show me a summary of my Algodocs account" ## Links Docs: https://mcp.ai/docs/mcps/algodocs Website: https://mcp.ai/mcps/algodocs