diff --git a/registry/applefanaimail-blip/bridgenode-mcp.json b/registry/applefanaimail-blip/bridgenode-mcp.json new file mode 100644 index 0000000..2971036 --- /dev/null +++ b/registry/applefanaimail-blip/bridgenode-mcp.json @@ -0,0 +1,50 @@ +{ + "name": "bridgenode-mcp", + "version": "1.0.0", + "description": "BridgeNode MCP \u2014 AI inference for agents, pay per request with Solana USDC via x402 (HTTP 402). No API keys, no registration. stdio wrapper proxying to the remote streamable-http MCP endpoint (https://bridgenode.cc/mcp).", + "homepage": "https://bridgenode.cc", + "repository": { + "type": "git", + "url": "https://github.com/applefanaimail-blip/bridgenode-skill" + }, + "license": "MIT-0", + "keywords": [ + "mcp", + "x402", + "solana", + "usdc", + "bridgenode", + "ai", + "inference", + "micropayments", + "agent" + ], + "inputs": [ + { + "id": "BRIDGENODE_WALLET_KEY", + "type": "promptString", + "description": "Solana wallet private key (base58) \u2014 agent's payment wallet", + "password": true + }, + { + "id": "BRIDGENODE_MAX_PER_CALL", + "type": "promptString", + "description": "Spending limit per call (USDC, fail-closed)", + "password": false + }, + { + "id": "BRIDGENODE_DAILY_CAP", + "type": "promptString", + "description": "Daily spending cap (USDC, fail-closed)", + "password": false + } + ], + "server": { + "command": "npx", + "args": [ + "-y", + "@bridgenode/mcp@latest" + ], + "env": {} + } +} \ No newline at end of file