← focxle.com
INDIVIDUAL MCP TOOL
deal_propose_terms
Overwrites the current term sheet with new terms — a counter-offer.
LIVE ENDPOINT
https://focxle.com/api/v1/mcp
Connect to this endpoint to inspect the live schema for deal_propose_terms and invoke it with your own arguments.
Indexed 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 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.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.