# Docsumo — MCP server on mcp.ai > Connect your Docsumo account and use 11 tools for document data extraction straight from your AI agent. Connect with your own API key. Docsumo is an AI-powered document processing platform that automates data extraction and analysis from various document types. By: mcp.ai · official Page: https://mcp.ai/docsumo ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_docsumo?ms=1787293560000 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/docsumo/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/docsumo/ 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/docsumo/skill.md Postman collection (v2.1): https://mcp.ai/docsumo/postman.json ## Tools - docsumo_add_table_row(ddid: string) — Tool to add a new empty row at the end of a specified database table in Docsumo. Use when you need to append a blank row for data entry. The new row will automatically receive the next sequential ID a - docsumo_create_folder(type: string, folder_name: string) — Tool to create a new folder in Docsumo for organizing documents by category or type. Use when you need to organize documents into specific categories (e.g., invoices, contracts). - docsumo_delete_table(dd_ids: string[]) — Tool to delete one or more database tables from Docsumo. Use when you need to permanently remove tables from the database. This is a destructive operation. - docsumo_get_enabled_document_types() — Retrieves a summary of document types available in Docsumo, including both enabled and disabled document types for the authenticated user. This endpoint provides information about which document types - docsumo_get_external_agents(type?: string) — Tool to list all external agents configured in your Docsumo account. Use when you need to retrieve information about agents available for document or case processing. - docsumo_get_table_data(ddid: string) — Tool to retrieve all data from a specific database table in Docsumo. Use when you need to fetch records from a custom database table using its unique identifier. - docsumo_get_user_document_types() — Tool to list available user document types and user info. Use when you need to discover all supported document classifications and user limits. - docsumo_list_all_documents(q?: string, view?: string, limit?: integer, offset?: integer, status?: string, sort_by?: string, doc_type?: string, folder_id?: string, created_date?: string) — Tool to fetch a comprehensive list of all documents in your Docsumo account. Use when you need to retrieve, filter, or search documents by type, status, creation date, folder, or keyword. - docsumo_list_enabled_document_types() — Tool to retrieve a list of document types currently enabled for your account. Use when you need to discover which document types are available for processing. - docsumo_list_external_agent_cases(limit?: integer, offset?: integer, sort_by?: string, stage_id?: string[], assigned_to?: string[], casetype_id: string, workflow_state?: string[], created_date_to?: string, modified_date_to?: string, created_date_from?: string, modified_date_from?: string) — Tool to list all cases for a specific external agent casetype. Use when you need to retrieve cases with optional filtering by stage, assignee, workflow state, or date ranges. Supports pagination and s - docsumo_post_mca_analysis(doc_ids: string[]) — Performs Merchant Cash Advance (MCA) analysis on uploaded bank statement documents. This action analyzes bank statements to generate comprehensive financial summaries including: - Account holder infor ## Example prompts - "What can I do in Docsumo?" - "Show me a summary of my Docsumo account" ## Links Docs: https://mcp.ai/docs/mcps/docsumo Website: https://mcp.ai/mcps/docsumo