AgenticBTC MCP
AgenticBTC MCP
管理 AI 代理如何付款和收款。
AgenticBTC 将兼容 MCP 的代理连接到所有者控制的策略、付款、应收账款、路由和可验证的交易证据。所有者保留对凭证和资金的掌控。
先安全试用
支付防火墙测试无需账户、钱包、签名器或支付凭证。它会评估提供的 x402 或 MCP 支付请求,并返回允许或阻止决定以及可下载的证据收据。它不会转移资金。
Related MCP server: BotWallet MCP Server
要求
Node.js 18 或更高版本
一个免费的 AgenticBTC 所有者账户和用于托管工具的 API 密钥
一个兼容 MCP 的客户端,例如 OpenClaw 或 Claude Desktop
仅在您准备好执行真实支付时才需要连接支付通道
无需账户即可安装和验证
npx agenticbtc-mcp@latest doctordoctor 会检查 Node.js 和公共 AgenticBTC API。它不使用任何凭证、钱包、支付通道或资金。
连接您的代理
npx agenticbtc-mcp@latest start引导式设置会在询问 API 密钥之前显示账户创建 URL。如果您在没有密钥的情况下退出,它不会进行任何配置更改。
手动 MCP 配置
{
"mcpServers": {
"agenticbtc": {
"command": "npx",
"args": ["-y", "agenticbtc-mcp@latest", "server"],
"env": {
"AGENTICBTC_API_URL": "https://agenticbtc.app",
"AGENTICBTC_API_KEY": "your-owner-api-key"
}
}
}
}请勿提交 API 密钥、钱包凭证、macaroon 或私钥。
哪些功能需要账户
公共支付防火墙测试:无需账户,免费,无需资金
doctor和帮助:无需账户,免费,无需资金已保存的策略、作用域代理密钥、托管收据和已连接的 AgenticBTC 工具:需要免费账户和 API 密钥
真实支付:需要已配置的所有者控制通道和可用资金
安装此软件包不会授予对他人资金的访问权限,也不会创建或注资钱包。
可选的 Lightning 配置
Lightning 是可选的。对于兼容 LND 的节点,请使用限定为您打算允许的操作的凭证设置 AGENTICBTC_LND_HOST 和 AGENTICBTC_LND_MACAROON。
环境变量
变量 | 用途 | 默认值 |
| 托管或自托管的 AgenticBTC API |
|
| 所有者 API 密钥 | 认证工具必需 |
| 可选的 LND REST 主机 | 未设置 |
| 可选的 LND macaroon | 未设置 |
为兼容性考虑,旧的 AGENTBTC_* 变量名仍然被接受。新设置应使用 AGENTICBTC_*。
开发
npm install
npm testbin/agentbtc.js CLI setup, status, and server launcher
src/server.js MCP server implementation
package.json npm package metadata安全与支持
安全敏感报告:
support@agenticbtc.io
许可证
MIT。参见 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