← Registry

API Tools

imbawallet.com

Provides access to payment and card management APIs, including balance checks, deposit addresses, and card products.

2 endpoints25 known toolsFirst detected August 27, 2026Last detected September 26, 2026

ENDPOINT 1

https://imbawallet.com/mcp/spend

No auth detected

MCP server metadata

Name
com.imbawallet/agent
Version
0.1.5
Capabilities
tools.listChanged

Known tools 19

get_spend_policy

Forbidden rails and tier rules.

Inferred read-only
get_deposit_address

POST /api/deposit_address blockchain=tron.

Potential side effects
get_balance

GET /api/balance.

Inferred read-only
list_cards

POST /api/cards for the authenticated agent.

Potential side effects
list_card_products

POST /api/card_products.

Potential side effects
list_gift_offers

POST /api/offers.

Potential side effects
list_esim_plans

POST /api/esim/plans.

Potential side effects
create_card

Issue a Visa/MasterCard prepaid from this agent 2401 USDT so the agent can pay merchants that require a card (airlines, hotels, SaaS, datacenter/GPU clouds).

Potential side effects
topup_card

POST /api/pin/topup_card from this agent 2401 USDT.

Potential side effects
purchase_gift

POST /api/purchase.

Potential side effects
purchase_esim

POST /api/esim/new_plan5.

Potential side effects
get_card_details

POST /api/pin/get_card_details for a card this agent owns.

Potential side effects
list_notifications

POST /api/notifications.

Potential side effects
set_webhook

PATCH /auth/v1/agent/webhook.

Inferred read-only
rotate_hmac

POST /auth/v1/agent/hmac/rotate.

Potential side effects
kyt_quote

POST /api/kyt_quote.

Potential side effects
kyt_check

Screen a crypto address for dirt (sanctions / mixer exposure).

Inferred read-only
kyt_check_get

POST /api/kyt_check_get.

Potential side effects
kyt_checks

POST /api/kyt_checks.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.com-imbawallet-agent]
url = "https://imbawallet.com/mcp/spend"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-imbawallet-agent": {
      "type": "http",
      "url": "https://imbawallet.com/mcp/spend"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-imbawallet-agent
Remote MCP URL: https://imbawallet.com/mcp/spend

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "com-imbawallet-agent": {
      "url": "https://imbawallet.com/mcp/spend"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-imbawallet-agent": {
      "type": "http",
      "url": "https://imbawallet.com/mcp/spend"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-imbawallet-agent",
  "transport": "streamable-http",
  "url": "https://imbawallet.com/mcp/spend"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://imbawallet.com/mcp/docs

No auth detected

MCP server metadata

Name
com.imbawallet/agent-docs
Version
0.1.5
Capabilities
tools.listChanged

Known tools 6

get_agent_facts

Canonical prepaid-agent policy and catalog: Visa prepaid, eSIM, gift cards, KYT address screen, USDT TRC-20, forbidden rails, tiers.

Inferred read-only
get_agent_use_cases

Playbook: Visa prepaid (flights, datacenter bills), travel eSIM, ~20k gift cards, paid KYT address screen.

Inferred read-only
get_tier_policy

Tier 0 vs 1+.

Inferred read-only
get_catalog_placement

Which directories take the docs MCP vs the spend MCP.

Inferred read-only
get_public_url

HTTP GET of an allowlisted public docs URL (HowTo, use cases, discovery JSON, llms-agent).

Inferred read-only
list_docs_urls

HowTo, use cases, tiers, discovery, OpenAPI, MCP endpoints.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.com-imbawallet-agent-docs]
url = "https://imbawallet.com/mcp/docs"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-imbawallet-agent-docs": {
      "type": "http",
      "url": "https://imbawallet.com/mcp/docs"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-imbawallet-agent-docs
Remote MCP URL: https://imbawallet.com/mcp/docs

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "com-imbawallet-agent-docs": {
      "url": "https://imbawallet.com/mcp/docs"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-imbawallet-agent-docs": {
      "type": "http",
      "url": "https://imbawallet.com/mcp/docs"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-imbawallet-agent-docs",
  "transport": "streamable-http",
  "url": "https://imbawallet.com/mcp/docs"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.