Skip to main content
Glama

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 doctor

doctor checks Node.js and the public AgenticBTC API. It uses no credentials, wallet, payment rail, or funds.

Connect your agent

npx agenticbtc-mcp@latest start

The 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

  • doctor and help: no account, free, no funds

  • Saved 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

AGENTICBTC_API_URL

Hosted or self-hosted AgenticBTC API

https://agenticbtc.app

AGENTICBTC_API_KEY

Owner API key

Required for authenticated tools

AGENTICBTC_LND_HOST

Optional LND REST host

Unset

AGENTICBTC_LND_MACAROON

Optional LND macaroon

Unset

Legacy AGENTBTC_* variable names remain accepted for compatibility. New setups should use AGENTICBTC_*.

Development

npm install
npm test
bin/agentbtc.js   CLI setup, status, and server launcher
src/server.js     MCP server implementation
package.json      npm package metadata

Security and support

License

MIT. See LICENSE.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    6
    36
    20
    3
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to check balances and send transactions across multiple blockchains with automatic spending limit protection and policy enforcement.
    3
    MIT

View all related MCP servers

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.

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

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