← proxygate.ai
INDIVIDUAL MCP TOOL
check_balance
Get the authenticated wallet's Proxygate balance breakdown: total balance, available (spendable now), and pending settlement, all in micro-USDC.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.proxygate]
url = "https://gateway.proxygate.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"proxygate": {
"type": "http",
"url": "https://gateway.proxygate.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: proxygate
Remote MCP URL: https://gateway.proxygate.ai/mcp
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": {
"proxygate": {
"url": "https://gateway.proxygate.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"proxygate": {
"type": "http",
"url": "https://gateway.proxygate.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "proxygate",
"transport": "streamable-http",
"url": "https://gateway.proxygate.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
browse_apis— Search the Proxygate marketplace for APIs an agent can buy.get_pricing— Get per-service pricing for Proxygate APIs.get_usage— List the authenticated wallet's recent Proxygate API requests (newest first), with service, path, HTTP status, cost in micro-USDC, and timestamp.rate_seller— Rate a seller after buying from one of their listings.call_api— Execute a billed API call through Proxygate, end-to-end.describe_endpoint— Inspect one endpoint of a listing before spending: parameters (name, location, required, type), request body schema, and response schemas, resolved one $ref level from the listing's uploaded docs.