MCP.so
Sign In
S

SettleMesh

@StructureIntelligence

About SettleMesh

Deploy and monetize agent-built apps from one MCP. Ship a full-stack app (login, database, usage billing) with one command, then charge the signed-in end user per API call via X-Settle-Payer: end-user-pays, the user wallet pays cost x markup and the app owner earns the markup. Wo

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "settlemesh": {
      "command": "npx",
      "args": [
        "-y",
        "settlemesh",
        "mcp"
      ]
    }
  }
}

Tools

No tools detected

Fetch the live tool list by running this server in a temporary sandbox using the button above.

Overview

What is SettleMesh?

SettleMesh is a platform that turns an agent-built app into a paid product with one command. It integrates OAuth login, a managed database, usage-based billing, and end-user payments. It is agent-native, meaning a coding agent (Claude Code, Codex, Cursor) can run the entire deploy/auth/billing flow itself.

How to use SettleMesh?

Install the CLI globally with npm install -g settlemesh, run settlemesh login to authenticate, then deploy with settlemesh deploy ./my-app --full-stack --wait. You can also use it as an MCP server by running claude mcp add settlemesh --env SETTLE_API_KEY=... -- npx -y settlemesh mcp or after logging in. Plugin marketplace installs are available for Claude Code, Cursor, and Codex.

Key features of SettleMesh

  • One-command deploy with login, database, and billing.
  • MCP server for any MCP-compatible client.
  • Plugins for Claude Code, Cursor, and Codex.
  • Agent documentation and starter templates.
  • Agent-native: coders can automate the entire flow.

Use cases of SettleMesh

  • Deploy a prototype app an AI agent wrote into a live, monetized product.
  • Add OAuth and billing to a full-stack app without manual setup.
  • Enable agents to autonomously deploy and configure backend infrastructure.
  • Package agent-built applications with a professional authentication and payment layer.

FAQ from SettleMesh

What does SettleMesh provide when I deploy?

SettleMesh returns a live *.run.settlemesh.io URL with login, a database, and billing wired in automatically.

How do I install SettleMesh?

Install the CLI globally via npm: npm install -g settlemesh, then log in with settlemesh login.

Can I use SettleMesh with any MCP client?

Yes, any MCP-compatible client (Claude Desktop, Cline, etc.) can use it by adding the MCP server with a Settle API key or after authenticating.

What licenses apply to this repository?

The integration layer (MCP configs, plugins, docs) is Apache-2.0; the templates/ directory is MIT. The SettleMesh CLI binary and platform are proprietary.

Is the CLI open source?

No, the CLI binary (npm package settlemesh) and the platform are proprietary. Only the open client-integration layer in this repo is open source.

Frequently asked questions

What does SettleMesh provide when I deploy?

SettleMesh returns a live `*.run.settlemesh.io` URL with login, a database, and billing wired in automatically.

How do I install SettleMesh?

Install the CLI globally via npm: `npm install -g settlemesh`, then log in with `settlemesh login`.

Can I use SettleMesh with any MCP client?

Yes, any MCP-compatible client (Claude Desktop, Cline, etc.) can use it by adding the MCP server with a Settle API key or after authenticating.

What licenses apply to this repository?

The integration layer (MCP configs, plugins, docs) is Apache-2.0; the `templates/` directory is MIT. The SettleMesh CLI binary and platform are proprietary.

Is the CLI open source?

No, the CLI binary (npm package `settlemesh`) and the platform are proprietary. Only the open client-integration layer in this repo is open source.

Comments

More Other MCP servers