MCP.so
ログイン
S

SettleMesh

@StructureIntelligence

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

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

StructureIntelligence

投稿者

LI QINYU

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ