Command Palette

Search for a command to run...

UnylyUnyly
Browse all

bridgenode-ai/bridgenode-mcp

FreeMaintained

Pay-per-request AI inference for agents: chat completions across any supported model via x402 with automatic Solana USDC payments. No API keys, no registration,

GitHubEmbed

About

Pay-per-request AI inference for agents: chat completions across any supported model via x402 with automatic Solana USDC payments. No API keys, no registration, fail-closed spending caps. npx -y @bridgenode/mcp or remote https://bridgenode.cc/mcp.

README

npm version npm downloads License: MIT-0 CI Website BridgeNode on x402-list GitHub Stars

Built for AI agents — no API keys, no registration, pay-as-you-go with Solana USDC via x402.

BridgeNode MCP wrapper — stdio MCP server that proxies requests to the remote https://bridgenode.cc/mcp (streamable-HTTP) with automatic x402 payment (Solana USDC). No API keys, no registration.

Installation (one-command)

claude mcp add bridgenode -s user -- npx -y @bridgenode/mcp@latest

Or manually (Claude Code, Cursor, other MCP clients):

{
  "mcpServers": {
    "bridgenode": {
      "command": "npx",
      "args": ["-y", "@bridgenode/mcp@latest"]
    }
  }
}

Configuration (.env)

# Solana wallet private key (base58) — agent's payment wallet
BRIDGENODE_WALLET_KEY=

# Spending policy (fail-closed)
BRIDGENODE_MAX_PER_CALL=0.05
BRIDGENODE_DAILY_CAP=1.0

Tools

  • chat_completions — AI inference (paid; x402 payment automatic)
  • list_models — model list (free)
  • get_price_estimate — estimate cost of a chat request (free)

How it works

  1. Local MCP client launches the wrapper via stdio
  2. Wrapper connects to https://bridgenode.cc/mcp (streamable HTTP)
  3. On tools/call receiving 402 (payment required) — the wrapper automatically signs the payment with BRIDGENODE_WALLET_KEY and retries the request
  4. Spending policy checks every payment BEFORE signing (fail-closed)

Links

Python packages

Prefer Python? The same BridgeNode toolkit is on PyPI:

Community

Star this repo — it helps AI agents discover BridgeNode.

from github.com/bridgenode-ai/bridgenode-mcp

Installing bridgenode-ai/bridgenode-mcp

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/bridgenode-ai/bridgenode-mcp

FAQ

Is bridgenode-ai/bridgenode-mcp MCP free?

Yes, bridgenode-ai/bridgenode-mcp MCP is free — one-click install via Unyly at no cost.

Does bridgenode-ai/bridgenode-mcp need an API key?

Yes, it requires environment variables: BRIDGENODE_DAILY_CAP, BRIDGENODE_MAX_PER_CALL, BRIDGENODE_WALLET_KEY. Unyly injects them into the config during install.

Is bridgenode-ai/bridgenode-mcp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install bridgenode-ai/bridgenode-mcp in Claude Desktop, Claude Code or Cursor?

Open bridgenode-ai/bridgenode-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare bridgenode-ai/bridgenode-mcp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs