
BridgeNode — x402 pay-per-request AI inference. MCP server for AI agents.
BridgeNode — x402 pay-per-request AI inference. MCP server for AI agents.
Built for AI agents — no API keys, no registration, pay-as-you-go with Solana USDC via x402. Start free: free models and 2 free calls on paid models per client, no wallet required.
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.
claude mcp add bridgenode -s user -- npx -y @bridgenode/mcp@latestOr manually (Claude Code, Cursor, other MCP clients):
{
"mcpServers": {
"bridgenode": {
"command": "npx",
"args": ["-y", "@bridgenode/mcp@latest"]
}
}
}# Solana wallet private key (base58) — agent's payment wallet
# Optional — Solana wallet private key (base58). Needed only for PAID calls:
# free models and the 2 free trials work without it.
BRIDGENODE_WALLET_KEY=
# Spending policy (fail-closed)
BRIDGENODE_MAX_PER_CALL=0.05
BRIDGENODE_DAILY_CAP=1.0chat_completions — AI inference (free models run without payment; the first 2 calls to a PAID model are free per client, then x402 payment is automatic)list_models — model list (free)get_price_estimate — estimate cost of a chat request (free)https://bridgenode.cc/mcp (streamable HTTP)tools/call receiving 402 (payment required) — the wrapper automatically
signs the payment with BRIDGENODE_WALLET_KEY and retries the requestPrefer Python? The same BridgeNode toolkit is on PyPI:
pip install bridgenode-llm → https://pypi.org/project/bridgenode-llmpip install bridgenode-cli → https://pypi.org/project/bridgenode-clipip install bridgenode → https://pypi.org/project/bridgenode⭐ Star this repo — it helps AI agents discover BridgeNode.
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add bridgenode -- npx -y @bridgenode/mcp@latest{
"mcpServers": {
"bridgenode": {
"args": [
"-y",
"@bridgenode/mcp@latest"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"bridgenode","args":["-y","@bridgenode/mcp@latest"],"command":"npx"}'[mcp_servers.bridgenode]
command = "npx"
args = ["-y", "@bridgenode/mcp@latest"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/bridgenode-mcp to learn what the "@bridgenode/mcp" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
claude mcp add bridgenode -s user -- npx -y @bridgenode/mcp@latest| Name | What it does |
|---|---|
chat_completions | Send a chat completion request to any supported model. Free models are served without payment; the first calls to a PAID model are also free per client (free trials), after which x402 payment (Solana |
list_models | List available models and their prices — free, no payment, no authentication required. Read-only: no state changes; data is served from the server's local config, so repeated calls return identical re |
get_price_estimate | Estimate the USDC cost of a chat completion request before paying — free, no payment, no authentication required. Read-only: no state changes and no external calls; the estimate is computed locally fr |
| Name | What it does |
|---|---|
estimate_cost | Estimate the USDC cost of a chat completion request before paying. Provide either mode (auto/eco/premium) or model; messages and max_tokens. Read-only — no payment required. |
| Name | What it does |
|---|---|
Model Catalog | Available BridgeNode models with per-token prices (USDC). |
Read live from the server on September 16, 2026.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/bridgenode-mcp)Nothing comparable is listed yet.
v1.0.14Release notesv1.0.13Release notesv1.0.12Release notesv1.0.11Release notesv1.0.10Release notesv1.0.9Release notesv1.0.8Release notesv1.0.7Release notesv1.0.6Release notesv1.0.5Release notesv1.0.4bridgenode-mcp v1.0.4Release notesv1.0.0@bridgenode/mcp v1.0.0Release notesv0.1.9@bridgenode/mcp v0.1.9Release notesv0.1.0bridgenode-mcp v0.1.0Release notesConnect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "bridgenode-mcp" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.