INDIVIDUAL MCP TOOL
prepare_funding
Step 2 for a buyer: returns the live payment requirements for funding a packet — the onchain door's own x402 challenge (accepts[], exact amount, asset, chain, pay-to address) read from that door at this moment, and, when a card rail is mounted on this host, its hosted checkout URL.
LIVE ENDPOINT
https://vealth.net/mcp
Connect to this endpoint to inspect the live schema for prepare_funding 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 retrieving external content.
- 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.vealth]
url = "https://vealth.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vealth": {
"type": "http",
"url": "https://vealth.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vealth
Remote MCP URL: https://vealth.net/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": {
"vealth": {
"url": "https://vealth.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vealth": {
"type": "http",
"url": "https://vealth.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vealth",
"transport": "streamable-http",
"url": "https://vealth.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_work— Search Vealth's public board of real ecological and community work packets.get_work_packet— Full detail for a single packet by its id, including the full description and proof requirement.how_to_claim— Explains exactly how to claim work and what happens after.estimate_footprint— The anchor tool.provision_work— Turn a place + problem (or a board packet id) into provisioned work: a bounded packet with scope, standards-registered method, proof requirement, tCO2e estimate, and the keyless funding path YOU pay from your own wallet.retire_and_certify— How to retire a given tCO2e amount for real, on-chain, via the Klima rail — paid keyless from the caller's own wallet, returning a confirmed retire transaction as the certificate.verify_work— Check a proof URI is safely machine-checkable, then get the exact path to Vealth's paid verification door: a SIGNED, re-checkable certificate anyone can reproduce — no oracle, no judge.anchor_proof— Anchor the SHA-256 of any file onchain, free.