exec-mcp MCP

Execute API calls through the Model Context Protocol. Authentication required.

What is this?

This is an MCP server that lets AI assistants make authenticated API calls on behalf of users.

Available Tools

call_api

Execute API calls with authentication. Supports: GET, POST, PATCH, DELETE.

list_endpoints

Browse available API endpoints. Filter by tag or search term.

Authentication

Connect with Claude Code

claude 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

API Endpoints

POST /api/mcp

MCP Streamable HTTP endpoint. Requires Basic Auth or Bearer token.

POST /api/auth

Get an access token with credentials. Accepts username, password, and optional account_id.

GET /api/usage

View tool usage statistics per user. Admin API key required.