API Tools
imbawallet.com
Provides access to payment and card management APIs, including balance checks, deposit addresses, and card products.
ENDPOINT 1
https://imbawallet.com/mcp/spend
MCP server metadata
- Name
- com.imbawallet/agent
- Version
- 0.1.5
Known tools 19
create_cardIssue 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 effectsCONNECT 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
MCP server metadata
- Name
- com.imbawallet/agent-docs
- Version
- 0.1.5
Known tools 6
get_agent_factsCanonical prepaid-agent policy and catalog: Visa prepaid, eSIM, gift cards, KYT address screen, USDT TRC-20, forbidden rails, tiers.
Inferred read-onlyget_agent_use_casesPlaybook: Visa prepaid (flights, datacenter bills), travel eSIM, ~20k gift cards, paid KYT address screen.
Inferred read-onlyget_public_urlHTTP GET of an allowlisted public docs URL (HowTo, use cases, discovery JSON, llms-agent).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.