Server data from the Official MCP Registry
Live Bitcoin data (network, mempool, fees) + AI fee/price forecasts as MCP tools.
Live Bitcoin data (network, mempool, fees) + AI fee/price forecasts as MCP tools.
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
11 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: BTCI_API_URL
Environment variable: BTCI_MCP_PAYMENT
Environment variable: BTCI_MCP_PRIVATE_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-a0nexus-bit-a0nexus-bitcoin-mcp": {
"env": {
"BTCI_API_URL": "your-btci-api-url-here",
"BTCI_MCP_PAYMENT": "your-btci-mcp-payment-here",
"BTCI_MCP_PRIVATE_KEY": "your-btci-mcp-private-key-here"
},
"args": [
"-y",
"a0nexus-bitcoin-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Live Bitcoin data + AI forecasts, right inside Claude (and any MCP-capable AI app).
This is a Model Context Protocol server that gives your AI assistant real-time Bitcoin network intelligence — chain height, hashrate, mempool congestion, fee estimates — plus AI price and fee forecasts, all as tools it can call mid-conversation. Data comes from the a0nexus.com Bitcoin Intelligence API.
Live Bitcoin fees and network status are free and need no wallet — install it and ask your assistant "what's the current Bitcoin fee?" right away. The differentiated tools (forecasts, fee forecast, confirmation ETA, mempool depth, intelligence brief) are pay-per-call: each request is settled with a few cents of USDC on Base via x402 (HTTP 402) — no account, no signup, no subscription. You only enable paid tools if you want them.
Install it with a single npx line (below). Node 18+ required.
| Tool | What it returns |
|---|---|
get_current_fees | Current recommended Bitcoin fee rates (sat/vB) by confirmation target. |
get_network_snapshot | Chain height, best block hash, peers, sync state, mempool summary. |
get_mempool_snapshot | Current mempool size, fee-rate histogram, and congestion. |
get_status | Service status, active payment mode, and component health. |
get_pricing | Per-endpoint pricing and the payment network in use. |
| Tool | What it returns |
|---|---|
get_broadcast_timing | Best time to broadcast — send now vs. wait, and the sat/vB you'd save. Args: target (blocks, default 6), vsize (vB, optional → total sats saved). |
get_fee_forecast | Forecast of transaction fees by confirmation target. |
get_tx_confirmation | Confirmation status / ETA for a transaction. Args: txid. |
get_latest_forecast | Latest published AI price forecast. Args: symbol (e.g. BTCUSD), timeframe (e.g. 1h, 4h, 1d). |
run_custom_forecast | Run a bespoke Kronos forecast. Args: symbol, timeframe, horizon, sample_count, lookback. |
get_intelligence | Aggregated Bitcoin intelligence brief. Optional arg: timeframe. |
Add the server to your AI app's MCP config. All three use the same one-line npx
command — no clone, no build, no global install.
Edit claude_desktop_config.json
(macOS: ~/Library/Application Support/Claude/claude_desktop_config.json,
Windows: %APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"a0nexus-bitcoin": {
"command": "npx",
"args": ["-y", "a0nexus-bitcoin-mcp"],
"env": {
"BTCI_API_URL": "https://a0nexus.com"
}
}
}
}
Add an .mcp.json at your project root:
{
"mcpServers": {
"a0nexus-bitcoin": {
"command": "npx",
"args": ["-y", "a0nexus-bitcoin-mcp"],
"env": {
"BTCI_API_URL": "https://a0nexus.com"
}
}
}
}
Edit ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project):
{
"mcpServers": {
"a0nexus-bitcoin": {
"command": "npx",
"args": ["-y", "a0nexus-bitcoin-mcp"],
"env": {
"BTCI_API_URL": "https://a0nexus.com"
}
}
}
}
Restart the app. Your assistant can now fetch live Bitcoin fees and network status for free immediately — try asking "what's the current Bitcoin fee?"
The free tools work with no wallet at all. To unlock the paid tools, add two
environment variables to the env block above:
"env": {
"BTCI_API_URL": "https://a0nexus.com",
"BTCI_MCP_PAYMENT": "real",
"BTCI_MCP_PRIVATE_KEY": "0x……"
}
BTCI_MCP_PAYMENT: set to real to pay actual USDC. (Leave it unset, or none, for
free-only operation.)BTCI_MCP_PRIVATE_KEY: the private key of a Base wallet holding a little USDC.
Each paid call spends that endpoint's price (a few cents). Fund it with only what you're
comfortable spending — call get_pricing to see exact per-endpoint costs.BTCI_MCP_NETWORK (optional): base (default) or base-sepolia for testnet.Treat the private key like any secret: use a dedicated low-balance wallet, and never commit it to source control.
Paid endpoints use the x402 standard: the server requests a resource, the API replies
HTTP 402 Payment Required with a price, the client signs a USDC transfer on Base and
retries, and the API returns live data. It's true pay-per-call metering — no account,
no signup, no monthly bill. You pay only for the calls your assistant actually makes.
Learn more and see live pricing at a0nexus.com.
MIT
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption