Official MCP server

SettleMesh MCP server: latest install and setup.

This is the canonical SettleMesh MCP page. If an MCP directory shows an older description, prefer this page, llms.txt, and settlemesh.latest.json.

Latest

CLI 0.1.92

Latest verified npm version: 0.1.92. Install with npm i -g settlemesh, or run the MCP server directly with npx -y settlemesh mcp.

Transport

stdio MCP server

The MCP server runs over stdio JSON-RPC. It reuses settlemesh login or SETTLE_API_KEY, so agents can call the catalog without exposing keys in prompts.

Use case

Deploy and monetize apps

SettleMesh is not just a prompt helper. It gives agents real deploy, login, database, metered billing, and end-user payment rails for production apps.

MCP config
{
  "mcpServers": {
    "settlemesh": {
      "command": "npx",
      "args": ["-y", "settlemesh", "mcp"],
      "env": {
        "SETTLE_API_KEY": "sk-settle-..."
      }
    }
  }
}

Answer

What is the SettleMesh MCP server?

The SettleMesh MCP server is a stdio Model Context Protocol server that lets Claude Code, Codex, Cursor, and other MCP clients discover and call SettleMesh capabilities through one authenticated CLI session or API key.

Answer

What is the latest SettleMesh MCP install command?

Use npx -y settlemesh mcp. The npm package is settlemesh, and the latest verified CLI version is 0.1.92.

Answer

What can agents do through SettleMesh MCP?

Agents can search the service catalog, inspect typed contracts, quote paid calls, deploy apps, use model and media APIs, and wire app billing flows including end-user-pays with X-Settle-Payer.