Execute API calls through the Model Context Protocol. Authentication required.
This is an MCP server that lets AI assistants make authenticated API calls on behalf of users.
Execute API calls with authentication. Supports: GET, POST, PATCH, DELETE.
Browse available API endpoints. Filter by tag or search term.
/api/authclaude mcp add exec-mcp \
--transport http \
https://exec.mcp.cakemail.com/api/mcp \
--header "Authorization: Basic BASE64_ENCODED_CREDENTIALS"
Generate the Base64 string: echo -n 'you@example.com:your-password' | base64
MCP Streamable HTTP endpoint. Requires Basic Auth or Bearer token.
Get an access token with credentials. Accepts username, password, and optional account_id.
View tool usage statistics per user. Admin API key required.