# Espocrm — MCP server on mcp.ai > Connect your Espocrm account and use 2 tools for CRM straight from your AI agent. Connect with your own API key. EspoCRM is an open-source web application that allows businesses to manage their customer relationships effectively. By: mcp.ai · official Page: https://mcp.ai/espocrm ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_espocrm?ms=1787291520000 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/espocrm/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/espocrm/ 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/espocrm/skill.md Postman collection (v2.1): https://mcp.ai/espocrm/postman.json ## Tools - espocrm_get_app_user() — Tool to retrieve current user data including token, ACL, and preferences. Use after successful authentication to fetch session-specific profile. - espocrm_get_metadata() — Test connectivity to the Docparser API by calling the ping endpoint. Use this tool to verify that your API credentials are valid and the service is reachable. Returns a simple 'pong' message on succes ## Example prompts - "What can I do in Espocrm?" - "Show me a summary of my Espocrm account" ## Links Docs: https://mcp.ai/docs/mcps/espocrm Website: https://mcp.ai/mcps/espocrm