We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bkblocksolutions-rgb/agentbtc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Changelog
## 1.0.0 (2026-02-19)
### Initial Release
- **13 MCP tools** for Bitcoin/Lightning agent payments
- **BYON architecture** — Lightning credentials never leave your machine
- **CLI**: `agentbtc-mcp start|setup|test|config|version`
- **Interactive setup** for Claude Desktop configuration
- **Connection tester** for LND and AgentBTC API
- **Two-tier auth** — owner keys (admin) and agent keys (scoped)
- **Spending policies** — per-transaction, daily, monthly limits
- **Lightning addresses** — `bot@owner.agentbtc.io` format
- **L402 protocol** — HTTP 402 Payment Required support
- **OpenAI-compatible** tool schemas via REST API
### Tools
- `list_agent_wallets` — List all agent wallets
- `get_agent_balance` — Check wallet balance
- `create_agent_wallet` — Create new agent wallet
- `delete_agent_wallet` — Remove agent wallet
- `get_node_info` — Lightning node status
- `create_lightning_invoice` — Generate payment requests
- `pay_lightning_invoice` — Send Lightning payments
- `send_to_lightning_address` — Pay Lightning addresses
- `decode_invoice` — Decode BOLT11 invoices
- `check_channel_balance` — Channel liquidity info
- `list_channels` — List Lightning channels
- `get_transaction_history` — Payment history
- `access_l402_api` — Access L402-protected APIs