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: Grip MCP
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.
Related MCP Servers
- 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.Last updated63693Apache 2.0

Grip MCPofficial
AlicenseAqualityDmaintenanceProvides a non-custodial USDC wallet on Base for AI agents, with human-in-the-loop approval for every payment.Last updated248MIT- AlicenseAqualityDmaintenanceEnables AI agents to check balances and send transactions across multiple blockchains with automatic spending limit protection and policy enforcement.Last updated3MIT
- AlicenseAqualityCmaintenancePersistent memory and payment safety for AI agents on Lightning. Enables agents to remember purchases, track vendor reputations, enforce budgets, and share trust signals via Nostr.Last updated229MIT
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.
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