5 hours ago
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. Works with Claude Code, Cursor, Codex, or any MCP client via: npx -y settlemesh mcp
Server Config
{
"mcpServers": {
"settlemesh": {
"command": "npx",
"args": [
"-y",
"settlemesh",
"mcp"
]
}
}
}