Skip to main content

bridgenode-mcp

PyPI version License: MIT-0

BridgeNode — AI inference for AI agents, no API keys. Pay per request with Solana USDC via x402. No API keys, no registration — the payment handshake is fully automatic, and fees are sponsored (the agent needs no SOL).

This is an alias package: it installs the full BridgeNode toolkit (Python SDK + CLI) via the bridgenode meta-package.

Installation

pip install bridgenode-mcp

This installs bridgenode-llm (the Python SDK) and bridgenode-cli (the CLI).

Quick start (Python)

from bridgenode_llm import LLMClient

client = LLMClient()  # key from .env (BRIDGENODE_WALLET_KEY)
resp = client.chat("deepseek-v4-flash", [
    {"role": "user", "content": "Hello!"}])
print(resp["choices"][0]["message"]["content"])

Quick start (CLI)

bridgenode chat "Hello!" --model deepseek-v4-flash
bridgenode models  # list models + prices (no payment)

Configuration (.env)

# Required — your Solana wallet private key (base58)
BRIDGENODE_WALLET_KEY=***
# Optional
# BRIDGENODE_BASE_URL=https://bridgenode.cc/v1
# BRIDGENODE_MAX_PER_CALL=0.05   # spending policy: max USD per call (fail-closed)
# BRIDGENODE_DAILY_CAP=1.0       # spending policy: max USD per day

Links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bridgenode_mcp-0.1.3.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bridgenode_mcp-0.1.3-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file bridgenode_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: bridgenode_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.4

File hashes

Hashes for bridgenode_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 10f09573a5796a151aacb1d0cf75f3fa4d7938dfb0667570b7ac2af126335881
MD5 2e5b93a41ca677e9492c09e351444b04
BLAKE2b-256 11fd771ec3f1bfe01db4f0a64d617296b2d8ef9966ce5b2482a21c1e6b99fb59

See more details on using hashes here.

File details

Details for the file bridgenode_mcp-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: bridgenode_mcp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.4

File hashes

Hashes for bridgenode_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0c8b49c0e980ba22e68872c14d68178839ff120093c67732b13448dce4925829
MD5 243142b8e6639f4b0ff934635f3b58ba
BLAKE2b-256 44e99d6df63cd496c94629b7088764410eccf7730b12f5c108288579e0cff2c6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page