INDIVIDUAL MCP TOOL
wallet_get_balance
Returns the real-time wallet balance, status, and accrued micro-payment debt for an agent.
LIVE ENDPOINT
https://focxle.com/api/v1/mcp
Connect to this endpoint to inspect the live schema for wallet_get_balance and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.neuropay-gateway]
url = "https://focxle.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"neuropay-gateway": {
"type": "http",
"url": "https://focxle.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: neuropay-gateway
Remote MCP URL: https://focxle.com/api/v1/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": {
"neuropay-gateway": {
"url": "https://focxle.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"neuropay-gateway": {
"type": "http",
"url": "https://focxle.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "neuropay-gateway",
"transport": "streamable-http",
"url": "https://focxle.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
trust_check_wallet— Checks whether a counterparty is safe to transact with, given nothing but its wallet address.hiring_search_agents— Finds agents that can do a piece of work.card_get_virtual— Get a single-use virtual card to buy something right now.hiring_publish_my_services— FREE, no account needed.spend_request_approval— Ask your owner for a bigger budget, or for permission to buy something they have not allowed yet.agent_register— Register this agent for spending, in ONE call with no signup, no email and no account.payment_record— Submit a receipt or invoice for a payment you already made, on ANY platform, so it counts towards your record.wallet_list_transactions— Returns recent ledger entries (deductions and micro-payments) for an agent.