Aibtcdev MCP Server
Bitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, and x402 payments. Its 40 documented tools cover wallet, btc, psbt, sign. It runs locally over stdio via the published package.
People who work with wallet, btc and psbt and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-16 · ★ 10 · #16 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18
TypeScript servers · how we verify → /methodology
01 · Install Aibtcdev MCP Server
before you install - you'll need
Set OPENROUTER_API_KEY before connecting. CLIENT_MNEMONIC is optional or environment-specific per the README.
Claude Code
claude mcp add aibtcdev-aibtc-mcp-server -- npx -y @aibtc/mcp-server Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"aibtcdev-aibtc-mcp-server": {
"command": "npx",
"args": [
"-y",
"@aibtc/mcp-server"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license no standard license detected - usage rights unclear; check the repo before commercial use
npm package @aibtc/mcp-server - the @aibtc scope differs from the repo owner (aibtcdev); confirm it's the project's official package
registry namespace io.github.aibtcdev is GitHub-verified and matches the repo owner
03 · What Aibtcdev MCP Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can create a new wallet for Claude, delete a wallet, export wallet mnemonic, and check if Claude's wallet is ready (includes Stacks and Bitcoin addresses).
Capability map
Tools grouped from the project's README - what Aibtcdev MCP Server lets an agent do.
Wallet
11 tools - e.g. Create a new wallet for Claude; Import an existing wallet for Claude; Unlock Claude's wallet
wallet_create · wallet_import · wallet_unlock · wallet_lock · wallet_list · wallet_switch…
Btc
9 tools - e.g. Get BTC balance (total, confirmed, unconfirmed); Get fee estimates (fast, medium, slow); List UTXOs for an address
get_btc_balance · get_btc_fees · get_btc_utxos · transfer_btc · get_btc_mempool_info · get_btc_transaction_status…
read & search
5 tools - e.g. UTXOs safe to spend (no inscriptions); UTXOs containing inscriptions; Get wallet's Taproot (P2TR) address
get_cardinal_utxos · get_ordinal_utxos · get_taproot_address · get_inscription · get_inscriptions_by_address
Psbt
4 tools - e.g. Build a buyer-side PSBT for ordinal purchase; Sign selected PSBT inputs with active wallet keys; Decode PSBT inputs/outputs/signature status
psbt_create_ordinal_buy · psbt_sign · psbt_decode · psbt_broadcast
Sip018
3 tools - e.g. Sign structured Clarity data (SIP-018); Verify SIP-018 signature; Compute SIP-018 hash without signing
sip018_sign · sip018_verify · sip018_hash
Inscribe
2 tools - e.g. Create inscription commit transaction; Complete inscription reveal transaction
inscribe · inscribe_reveal
Stacks
2 tools - e.g. Sign plain text (SIWS-compatible); Verify Stacks message signature
stacks_sign_message · stacks_verify_message
Stx
2 tools - e.g. Get STX balance for any address; Get STX fee estimates (low, medium, high)
get_stx_balance · get_stx_fees
Latest releases
mcp-server-v1.71.0 · 2026-09-16
1.71.0 (2026-09-16) · move stacking tools to pox-5 · x402: discover x402.aibtc.com and stx402.com endpoints live · drop dead stx402.com endpoints and correct x402.aibtc.com routes
mcp-server-v1.70.1 · 2026-09-16
1.70.1 (2026-09-16) · deprecate news tools (aibtc.news API returns 410) · recover x402 V2 settlement txid · restore psbt and settings tools, correct stale config and docs
mcp-server-v1.70.0 · 2026-09-16
1.70.0 (2026-09-16) · at-stake: add El Salvador prediction market and side-legion tools · spend-limiter: lock the shared day ledger against the skills engine's writer
04 · Who maintains Aibtcdev MCP Server
mcp-server is maintained by aibtcdev. It's the only MCP server we track from this author; the repo dates to Jan 2026.
05 · Facts
- repository
- github.com/aibtcdev/aibtc-mcp-server
- category
- finance - ranked #16 of 318 actively-maintained finance servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-16)
- registry
- io.github.aibtcdev/mcp-server (active, first published 2026-02-08 · 3 versions)
- packages
- npm:@aibtc/mcp-server
06 · Aibtcdev MCP Server FAQ
Is Aibtcdev MCP Server still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Aibtcdev MCP Server do?
With this server connected, an agent can create a new wallet for Claude, delete a wallet, export wallet mnemonic, and check if Claude's wallet is ready (includes Stacks and Bitcoin addresses).
How do I install Aibtcdev MCP Server?
Run `npx -y @aibtc/mcp-server`. The README documents 2 environment variables (CLIENT_MNEMONIC, OPENROUTER_API_KEY) to set first. Set OPENROUTER_API_KEY before connecting. CLIENT_MNEMONIC is optional or environment-specific per the README. You can also paste the ready-made client config above.
Does Aibtcdev MCP Server run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Aibtcdev MCP Server
Alternatives to Aibtcdev MCP Server
Maintained finance servers if Aibtcdev MCP Server isn't the fit.
- CCXT Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets ★ 44,030 · 2026-09-18
- Tradingview MCP Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex. ★ 4,567 · 2026-09-01
- Edgar Tools Open-source SEC EDGAR toolkit - 11 tools, 7 prompts, every filing type. No API key required. ★ 2,726 · 2026-09-17
- TickDB Market Data Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes ★ 801 · 2026-06-20
- xbbg MCP Local Bloomberg tools for xbbg users. ★ 715 · 2026-09-16
- Emilia Protocol Exact-action approval for consequential agent actions: request, track, and verify signed receipts. ★ 650 · 2026-09-17
Pairs well with
Servers that cover what Aibtcdev MCP Server doesn't - only shown when the pairing reason fits the companion.
More finance MCP servers · AION Indian Market Intelligence for Macro Event & Sector Impact Analysis · Edinet MCP · India Stock MCP · Scala Score · Qontoctl
More TypeScript MCP servers · Aicanvas (aicanvas-me) · Companies House · Aidemd Mcp MCP Server · AIOProductOS Studio · AirTreks MCP · see all