Skip to main content
Glama
clnt2021

IMBA Agent Spend MCP

README.md
# IMBA Agent Spend MCP

LobeHub listing source for the **spend** MCP (`com.imbawallet/agent`). Canonical Docker/source: [IMBAwallet/agent-mcp](https://github.com/IMBAwallet/agent-mcp). Docs listing: [clnt2021/imba_agent_mcp](https://github.com/clnt2021/imba_agent_mcp).

This repository does not contain API keys, Ed25519 private keys, or registry seeds.

npm: `@imba_wallet/agent-mcp` **0.1.4**. Hosted remote: [https://imbawallet.com/mcp/spend](https://imbawallet.com/mcp/spend).

IMBA issues the payment instrument: Visa/MasterCard prepaid, travel eSIM, gift cards (~20k positions), paid KYT address screen. Fund with USDT TRC-20. Operator Ed25519 key required. Withdraw stays closed. ChatGPT Actions must not call spend.

LobeHub identifier: `clnt2021-imba-agent-spend`. `cloudEndpoint` is the hosted spend URL. Put **your** `IMBA_AGENT_CLIENT_ID` and `IMBA_AGENT_PRIVATE_KEY` in the client, not in this repo.

```json
{
  "mcpServers": {
    "imba-agent": {
      "command": "npx",
      "args": ["-y", "@imba_wallet/agent-mcp@0.1.4"],
      "env": {
        "IMBA_AGENT_CLIENT_ID": "YOUR_CLIENT_ID",
        "IMBA_AGENT_PRIVATE_KEY": "-----BEGIN PRIVATE KEY-----\\n...\\n-----END PRIVATE KEY-----"
      }
    }
  }
}
```

Remote headers: `X-IMBA-Agent-Client-Id` and `X-IMBA-Agent-Private-Key` (one line). Wallet JWT is not accepted.

Playbooks: [what agents buy](https://imbawallet.com/agent_use_cases_about_en.html) · [HowTo](https://imbawallet.com/agent_api_about_en.html) · [API docs](https://api-docs.imbawallet.com/agent)