a0nexus-bitcoin-mcp
Provides live Bitcoin network data including current fees, mempool status, chain height, hashrate, and AI-powered price and fee forecasts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@a0nexus-bitcoin-mcpwhat's the current Bitcoin fee?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
a0nexus-bitcoin-mcp
Live crypto + energy predictive 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 predictive intelligence — Bitcoin network, mempool, and fees; Ethereum gas; best-time-to-transact timing on both chains; AI Bitcoin price forecasts; and Texas (ERCOT) electricity price forecasting including the cheapest upcoming window to run load — all as tools it can call mid-conversation. Data comes from the a0nexus.com Predictive Intelligence API.
Live Bitcoin fees/network/mempool, Ethereum gas, and current ERCOT power prices are free and need no wallet — install it and ask "what's the current Bitcoin fee?", "what's ETH gas right now?", or "what's Texas power costing?" 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.
Tools
Free (no wallet needed)
Tool | What it returns |
| Current recommended Bitcoin fee rates (sat/vB) by confirmation target. |
| Chain height, best block hash, peers, sync state, mempool summary. |
| Current mempool size, fee-rate histogram, and congestion. |
| Ethereum gas now (gwei): base fee + slow/standard/fast tiers + congestion. |
| Texas power now ($/MWh) on the ERCOT grid + cheap/normal/expensive level. Arg: |
| Service status, active payment mode, and component health. |
| Per-endpoint pricing and the payment network in use. |
Paid (require a funded Base wallet — see Paid tools)
Tool | What it returns |
| Best time to broadcast (Bitcoin) — send now vs. wait, and the sat/vB you'd save. Args: |
| Best time to send (Ethereum) — send now vs. wait, and the gwei/ETH you'd save. Args: |
| Ethereum base-fee forecast (gwei), N blocks ahead. Args: |
| Cheapest window to run load (Texas grid) — when to charge/compute in the next 24h + savings vs the daily average. Args: |
| ERCOT electricity price forecast ($/MWh) for the next N hours. Args: |
| Forecast of Bitcoin transaction fees by confirmation target. |
| Confirmation status / ETA for a transaction. Args: |
| Latest published AI price forecast. Args: |
| Run a bespoke Kronos forecast. Args: |
| Aggregated Bitcoin intelligence brief. Optional arg: |
Related MCP server: MCP Mempool
Install
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.
Claude Desktop
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"
}
}
}
}Claude Code
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"
}
}
}
}Cursor
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?"
Paid tools
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 torealto pay actual USDC. (Leave it unset, ornone, 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 — callget_pricingto see exact per-endpoint costs.BTCI_MCP_NETWORK(optional):base(default) orbase-sepoliafor testnet.
Treat the private key like any secret: use a dedicated low-balance wallet, and never commit it to source control.
How it works
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.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/A0Nexus-bit/a0nexus-bitcoin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server