AgenticBTC MCP
The AgenticBTC MCP server lets AI agents manage Bitcoin payments and Lightning Network interactions under owner-controlled policies. It supports:
Agent wallet management: create, list, retrieve balances, and delete agent-specific Bitcoin wallets.
Lightning Network payments: create/pay invoices, send payments to Lightning addresses, and access L402-protected API endpoints.
Lightning Network information: get node info, check channel balances, list channels, and view transaction history.
Onboarding & setup: check status, configure Lightning, test payments, diagnose issues, create an initial wallet, get prompts, validate credentials, and complete onboarding.
Social media integration (X/Twitter): post tweets, get mentions, search posts, and retrieve the project's own timeline.
Provides integration with Lightning Network through LND, enabling agents to execute payments over Lightning
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., "@AgenticBTC MCPsend $5 to alice@lightning.address"
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.
AgenticBTC MCP
Govern how AI agents pay and get paid.
AgenticBTC connects MCP-compatible agents to owner-controlled policies, payments, receivables, routing, and verifiable transaction evidence. Owners keep control of credentials and funds.
Try it safely first
The Payment Firewall test requires no account, wallet, signer, or payment credentials. It evaluates a supplied x402 or MCP payment request and returns an allow or block decision plus a downloadable evidence receipt. It does not move funds.
Related MCP server: BotWallet MCP Server
Requirements
Node.js 18 or newer
A free AgenticBTC owner account and API key for hosted tools
An MCP-compatible client such as OpenClaw or Claude Desktop
A connected payment rail only when you are ready to execute real payments
Install and verify with no account
npx agenticbtc-mcp@latest doctordoctor checks Node.js and the public AgenticBTC API. It uses no credentials, wallet, payment rail, or funds.
Connect your agent
npx agenticbtc-mcp@latest startThe guided setup shows the account-creation URL before asking for an API key. If you exit without a key, it makes no configuration changes.
Manual MCP configuration
{
"mcpServers": {
"agenticbtc": {
"command": "npx",
"args": ["-y", "agenticbtc-mcp@latest", "server"],
"env": {
"AGENTICBTC_API_URL": "https://agenticbtc.app",
"AGENTICBTC_API_KEY": "your-owner-api-key"
}
}
}
}Do not commit API keys, wallet credentials, macaroons, or private keys.
What requires an account
Public Payment Firewall test: no account, free, no funds
doctorand help: no account, free, no fundsSaved policies, scoped agent keys, hosted receipts, and connected AgenticBTC tools: free account and API key required
Real payments: configured owner-controlled rail and available funds required
Installing this package does not grant access to anyone else's funds and does not create or fund a wallet.
Optional Lightning configuration
Lightning is optional. For an LND-compatible node, set AGENTICBTC_LND_HOST and AGENTICBTC_LND_MACAROON using credentials scoped to the actions you intend to allow.
Environment variables
Variable | Purpose | Default |
| Hosted or self-hosted AgenticBTC API |
|
| Owner API key | Required for authenticated tools |
| Optional LND REST host | Unset |
| Optional LND macaroon | Unset |
Legacy AGENTBTC_* variable names remain accepted for compatibility. New setups should use AGENTICBTC_*.
Development
npm install
npm testbin/agentbtc.js CLI setup, status, and server launcher
src/server.js MCP server implementation
package.json npm package metadataSecurity and support
Security-sensitive reports:
support@agenticbtc.ioDocumentation: agenticbtc.io/docs
Issues: GitHub Issues
License
MIT. See LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to perform Bitcoin and Lightning Network payments using a non-custodial, zero-trust architecture. It provides 13 tools for wallet management, invoice creation, and payment processing while keeping node credentials local to the user's machine.1316MIT
- AlicenseAqualityDmaintenanceEnables AI agents to manage USDC wallets on Solana, allowing them to send payments, create invoices, and access paid APIs within human-defined spending limits. It uses threshold signatures to provide agents with financial autonomy while ensuring secure oversight and transaction approval.636203Apache 2.0

Grip MCPofficial
AlicenseAqualityDmaintenanceProvides a non-custodial USDC wallet on Base for AI agents, with human-in-the-loop approval for every payment.2415MIT- AlicenseAqualityDmaintenanceEnables AI agents to check balances and send transactions across multiple blockchains with automatic spending limit protection and policy enforcement.3MIT
Related MCP Connectors
Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.
Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.
Connect AI agents to bank accounts, transactions, balances, and investments.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/bkblocksolutions-rgb/agenticbtc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server