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.2
Known tools 11
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
MCP server metadata
- Name
- com.imbawallet/agent-docs
- Version
- 0.1.2
Known tools 5
get_agent_factsCanonical prepaid-agent policy: USDT TRC-20, catalog buy, forbidden rails, tiers.
Inferred read-onlyget_public_urlHTTP GET of an allowlisted public docs URL (HowTo, 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.