Sign In

@bridgenode/mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bridgenode/mcp

BridgeNode MCP wrapper — stdio MCP server proxying to remote streamable-HTTP /mcp with automatic x402 payments (Solana USDC). No API keys.

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
594
Maintainers
1
Weekly downloads
 
Created
Source

@bridgenode/mcp

BridgeNode MCP wrapper — stdio MCP serveris, kuris perduoda užklausas į remote https://bridgenode.cc/mcp (streamable-HTTP) su automatiniu x402 mokėjimu (Solana USDC). Jokių API raktų, jokios registracijos.

Įdiegimas (one-command, protokolas §9 #2)

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

Arba rankiniu būdu (Claude Code, Cursor, kiti MCP klientai):

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

Konfigūracija (.env)

# Solana wallet private key (base58) — agento mokėjimo 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 mokėjimas automatinis)
  • list_models — modelių sąrašas (free)

Kaip veikia

  • Vietinis MCP klientas paleidžia wrapper per stdio
  • Wrapper prisijungia prie https://bridgenode.cc/mcp (streamable HTTP)
  • tools/call gavus 402 (payment required) — wrapper automatiškai pasirašo mokėjimą su BRIDGENODE_WALLET_KEY ir pakartoja užklausą
  • Spending policy tikrina kiekvieną mokėjimą PRIEŠ pasirašant (fail-closed)

FAQs

Package last updated on 04 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts