AgenticBTC MCP
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
Connect an MCP-compatible AI agent to AgenticBTC owner-controlled payment policies and payment rails.
AgenticBTC is bring-your-own-rail infrastructure. Owners keep control of credentials and funds, give each agent a scoped key, and enforce spending limits before execution.
Start here
The browser demo moves no funds. It shows a $3 request being approved, a $50 request being blocked by a $10 limit, and the resulting audit reason.
Related MCP server: BotWallet MCP Server
Requirements
Node.js 18 or newer
A free AgenticBTC owner account and owner API key from agenticbtc.app
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
npx agenticbtc-mcp start
npx agenticbtc-mcp status
npx agenticbtc-mcp --helpThe help command requires no account and is the safest first local check.
Manual MCP configuration
{
"mcpServers": {
"agenticbtc": {
"command": "npx",
"args": ["-y", "agenticbtc-mcp", "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.
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.
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/bkblocksolutions-rgb/agenticbtc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server