MCP server for discovering and invoking monetized AI tools. Agents connect to search the SettleGrid marketplace by keyword or category, inspect tool details and pricing, and call any tool — all through the Model Context Protocol. Supports per-call billing via Stripe Connect.
Server Config
{
"mcpServers": {
"settlegrid": {
"command": "npx",
"args": [
"-y",
"@settlegrid/discovery"
]
}
}
}