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

Creado para agentes de IA — sin claves de API, sin registro, pago por uso con Solana USDC a través de x402.

BridgeNode MCP wrapper — servidor MCP stdio que actúa como proxy de las solicitudes al servidor remoto https://bridgenode.cc/mcp (streamable-HTTP) con pago x402 automático (Solana USDC). Sin claves de API, sin registro.

Instalación (un solo comando)

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

O manualmente (Claude Code, Cursor, otros clientes MCP):

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

Related MCP server: x402 Payment Gateway MCP Server

Configuración (.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

Herramientas

  • chat_completions — inferencia de IA (de pago; pago x402 automático)

  • list_models — lista de modelos (gratis)

  • get_price_estimate — estima el coste de una solicitud de chat (gratis)

Cómo funciona

  1. El cliente MCP local lanza el wrapper a través de stdio

  2. El wrapper se conecta a https://bridgenode.cc/mcp (streamable-HTTP)

  3. Cuando tools/call recibe un 402 (pago requerido), el wrapper firma automáticamente el pago con BRIDGENODE_WALLET_KEY y reintenta la solicitud

  4. La política de gastos comprueba cada pago ANTES de firmarlo (fail-closed)

Enlaces

Paquetes de Python

¿Prefieres Python? El mismo kit de herramientas de BridgeNode está en PyPI:

Comunidad

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