Payotex MCP Server

The Payotex MCP server is a stateless Model Context Protocol server that exposes cross-chain swap quotes, deposit preparation, asset metadata, and tx-hash status lookups as typed tools, so AI agents (Claude Desktop, Cursor, custom MCP clients) can quote and track cross-chain swaps. It is a thin wrapper around public swap endpoints — no authentication, no per-user state, no database writes.

Transports

Streamable HTTP (available now)

Hosted at https://payotex.com/mcp. Each request runs against a fresh stateless server instance — no authentication required.

stdio (coming soon)

The npm package @payotex.com/mcp is not yet published. Once released, it will run as a subprocess launched by the MCP client (e.g. npx -y @payotex.com/mcp), optionally reading PAYOTEX_BASE_URL and PAYOTEX_MIDGARD_URL from the environment. Until then, use the hosted Streamable HTTP endpoint.

Client configuration

Any MCP client with Streamable HTTP support

{
  "mcpServers": {
    "payotex": {
      "url": "https://payotex.com/mcp"
    }
  }
}

Claude Desktop and Cursor stdio configuration will be documented here once the npm package is published.

Tool catalog (8 tools)