MCP Server
MCP
io.github.crypto-yannso/tryx402
Budget router over x402: hard budget caps, idempotent paid calls, cost ledger, server-side pricing.
Install
uvx tryx402
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "tryx402",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Hard session-wide budget cap in USD for all paid calls (e.g. 1.00)",
"format": "string",
"name": "GATEWAY_MAX_BUDGET_USD"
},
{
"description": "API key for the hosted service (server-side pricing via quote)",
"format": "string",
"isSecret": true,
"name": "TRYX402_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment