@x402-stellar-bazaar/mcp
v0.1.0
Published
MCP discovery server for the Stellar Bazaar: search, inspect, pay-and-call (HTTP + MCP tools), and spend reporting over stdio or streamable HTTP.
Maintainers
Readme
@x402-stellar-bazaar/mcp
MCP discovery server for the Stellar Bazaar — give any MCP-capable agent (Claude, Cursor, …) the ability to find and buy x402 services at runtime:
{ "mcpServers": { "stellar-bazaar": {
"command": "npx", "args": ["-y", "@x402-stellar-bazaar/mcp"],
"env": {
"FACILITATOR_URL": "https://…",
"STELLAR_PRIVATE_KEY": "S…testnet…",
"MAX_AMOUNT_PER_CALL": "1000000",
"SESSION_BUDGET": "10000000"
} } } }Five tools: search_resources, get_resource_details, paid_call, paid_mcp_call,
spend_report. Budget ceilings are enforced before signing; every failure returns a
machine-readable {code, message}. Transports: stdio (above) and streamable HTTP.
Docs: https://stellar-bazaar.netlify.app/docs/#agents
