Skip to main content
Glama
bridgenode-ai

@bridgenode/mcp

Official

@bridgenode/mcp

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

专为 AI 智能体打造 — 无需 API 密钥,无需注册,通过 x402 使用 Solana USDC 按量付费。

BridgeNode MCP 封装器 — 一个 stdio MCP 服务器,将请求代理到远程的 https://bridgenode.cc/mcp(streamable-HTTP),并带有自动 x402 支付(Solana USDC)。无需 API 密钥,无需注册。

安装(一条命令)

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

或手动安装(Claude Code、Cursor 及其他 MCP 客户端):

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

Related MCP server: x402 Payment Gateway MCP Server

配置(.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

工具

  • chat_completions — AI 推理(付费;x402 支付自动完成)

  • list_models — 模型列表(免费)

  • get_price_estimate — 估算聊天请求的费用(免费)

工作原理

  1. 本地 MCP 客户端通过 stdio 启动封装器

  2. 封装器连接到 https://bridgenode.cc/mcp(streamable HTTP)

  3. tools/call 收到 402(需要支付)时,封装器会自动使用 BRIDGENODE_WALLET_KEY 对支付请求签名并重试该请求

  4. 支出策略会在每次签名前检查每一笔支付(默认拒绝)

链接

Python 包

更喜欢 Python?同样的 BridgeNode 工具包已发布到 PyPI:

社区

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
2dRelease cycle
4Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

  • Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.

  • Pay for HTTP APIs and charge for your own: x402 micropayments in USDC on Base.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bridgenode-ai/bridgenode-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server