← Registry

API Tools

imbawallet.com

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

2 endpoints16 known toolsFirst detected August 27, 2026Last detected September 6, 2026

ENDPOINT 1

https://imbawallet.com/mcp/spend

No auth detected

MCP server metadata

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

Known tools 11

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

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

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 from this agent 2401.

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.2
Capabilities
tools.listChanged

Known tools 5

get_agent_facts

Canonical prepaid-agent policy: USDT TRC-20, catalog buy, forbidden rails, tiers.

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, discovery JSON, llms-agent).

Inferred read-only
list_docs_urls

HowTo, 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.