Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions registry/applefanaimail-blip/bridgenode-mcp.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
}