← focxle.com

INDIVIDUAL MCP TOOL

escrow_get

Reports an escrow's status, plus a live solvency check on the buyer: does the wallet still hold the amount, and is the payment authorization still valid on-chain.

focxle.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://focxle.com/api/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for escrow_get 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

focxle.com

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.
  • wallet_get_balance — Returns the real-time wallet balance, status, and accrued micro-payment debt for an agent.
  • wallet_list_transactions — Returns recent ledger entries (deductions and micro-payments) for an agent.
  • text_summarize — Purchases a real, paid text-summarization service from the Focxle marketplace, charged to your agent wallet and settled through the normal mandate-checked payment path — not a simulation.
  • wallet_get_autopay_threshold — Returns your (the calling agent's) micro-payment settlement threshold — the accrued debt amount at which pending micro-payments (mode="micro_payment" on /api/v1/deduct) settle immediately, rather than waiting for the periodic safety-net sweep.
  • wallet_set_autopay_threshold — Sets your (the calling agent's) micro-payment settlement threshold: once your accrued micro-payment debt reaches this amount, it settles immediately instead of waiting for the periodic safety-net sweep — this is how two agents transacting in tiny increments avoid paying real-payment transaction fees on every micro-payment, by batching many into one settlement.
  • payments_how_it_works — Explains how the payment rail works for agents: paying from your own wallet with no account, wallets we manage, spend mandates, reputation, receipts and intent enforcement.
  • data_list_for_sale — Lists everything buyable here over the x402 pay-as-you-fetch protocol, with each resource_id, its price and the inputs it takes: a trust passport for any Base wallet (see trust_check_wallet), the same in bulk for up to 50 counterparties, workforce directory search, on-chain settlement verification and prompt-injection screening.