🔌 Quick Test
Test the server status:
GET Request:
curl https://mcp.recrm.ai/health
Test Health Check
📚 Available Endpoints
- /health - Server health check
- /schema - OpenAPI schema (requires auth)
- /sse - Server-Sent Events connection
- /message - Tool execution endpoint
🔐 Authentication
All endpoints (except /health) require authentication via HTTP header:
Using API Key:
curl -H "X-Api-Key: YOUR_KEY" https://mcp.recrm.ai/schema
Or using Bearer Token:
curl -H "Authorization: Bearer YOUR_KEY" https://mcp.recrm.ai/schema
⚡ Performance
This MCP server is globally distributed with:
- 24-hour edge caching for schema
- Real-time streaming for SSE
- Intelligent routing and error handling
- Per-user cache isolation
🤖 For AI Agents
Connect your AI tools and autonomous agents to this MCP server:
Server URL:
https://mcp.recrm.ai
Supports: Claude Desktop, Custom MCP Clients, GPTs, and more.