INDIVIDUAL MCP TOOL
get_public_url
HTTP GET of an allowlisted public docs URL (HowTo, use cases, discovery JSON, llms-agent).
LIVE ENDPOINT
https://imbawallet.com/mcp/docs
Connect to this endpoint to inspect the live schema for get_public_url and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
get_agent_facts— Canonical prepaid-agent policy and catalog: Visa prepaid, eSIM, gift cards, KYT address screen, USDT TRC-20, forbidden rails, tiers.get_agent_use_cases— Playbook: Visa prepaid (flights, datacenter bills), travel eSIM, ~20k gift cards, paid KYT address screen.get_tier_policy— Tier 0 vs 1+.get_catalog_placement— Which directories take the docs MCP vs the spend MCP.list_docs_urls— HowTo, use cases, tiers, discovery, OpenAPI, MCP endpoints.