GuidesAPI Reference
Log In
Guides

MCP Server

The Mural Pay API Model Context Protocol (MCP) server enables AI-powered code editors like Cursor and Windsurf, plus general-purpose tools like Claude Code, to interact directly with the Mural Pay API API and documentation.

What is MCP?

Model Context Protocol (MCP) is an open standard that allows AI applications to securely access external data sources and tools. The Mural Pay API MCP server provides AI agents with:

  • Direct API access to Mural Pay API functionality
  • Documentation search capabilities
  • Real-time data from your Mural Pay API account
  • Code generation assistance for Mural Pay API integrations

MCP Server Setup

Mural Pay hosts a remote MCP server at https://developers.muralpay.com/mcp. Configure your AI development tools to connect to this server. See below for various examples on how to connect your AI tool of choice to our MCP server:

Run on the command line

claude mcp add --transport http mural-production https://developers.muralpay.com/mcp

Testing Your MCP Setup

Once configured, you can test your MCP server connection:

  1. Open your AI editor (Claude code, Cursor, Windsurf, etc.)
  2. Start a new chat with the AI assistant
  3. Ask about Mural Pay API - try questions like:
    • "How can I fund a Mural Account?"
    • "What is the difference between the client custodial and end-user custodial models?"
    • "Show me an example of a request to send COP to a recipient"

The MCP server has access to all Mural Pay documentation.