Guide
API Documentation
← Back to documentation
SendApp MCP

SendApp MCP

Verified integration

Connect your AI assistants (Claude, n8n…) to SendApp with our MCP server.

What it is

The SendApp MCP server exposes SendApp's features as tools for AI assistants compatible with the Model Context Protocol. It's a JSON-RPC 2.0 endpoint over HTTP: your MCP client (Claude Desktop, n8n and others) calls the tools and SendApp performs the operations on your account.

Endpoint and authentication

Available tools

How to connect it

  1. Retrieve your API key (you'll find it in the API documentation).
  2. Configure your MCP client with the URL https://app.sendapp.ai/api/mcp and the X-API-Key header with your key; alternatively, if your client does not support headers, pass the key in the URL as https://app.sendapp.ai/api/mcp?apikey=YOUR_API_KEY.
  3. Start a conversation: your AI will see the SendApp tools and will be able to use them.

Example (JSON-RPC)

List of available tools:

  1. Call initialize to negotiate the protocol.
  2. Call tools/list to get the list of tools.
  3. Call tools/call with name and arguments to perform an operation.
Looking for technical details?
Endpoints, parameters and examples (cURL, PHP, JavaScript) in the API documentation.
Open the API documentation →