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.
Official MCP server
Latest
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
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
SettleMesh is not just a prompt helper. It gives agents real deploy, login, database, metered billing, and end-user payment rails for production apps.
{
"mcpServers": {
"settlemesh": {
"command": "npx",
"args": ["-y", "settlemesh", "mcp"],
"env": {
"SETTLE_API_KEY": "sk-settle-..."
}
}
}
}Answer
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
Use npx -y settlemesh mcp. The npm package is settlemesh, and the latest verified CLI version is 0.1.92.
Answer
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.