General Tools
vealth.net
MCP server for finding, claiming, and provisioning ecological work packets with carbon footprint estimation and wallet-based funding.
ENDPOINT 1
https://vealth.net/mcp
MCP server metadata
- Name
- vealth
- Version
- 1.0.0
Vealth is a public board of real ecological and community work. Browsing is free and keyless; claiming is free too and needs only the worker's own wallet signature. Never tell a user they must pay to take a job. Pay figures are proposed prices unless a packet is marked funded. An agent whose host can sign with the user's own wallet can finish the whole loop natively: find_work → prepare_claim → sign → submit_claim → do the work → prepare_proof → sign → submit_proof → work_status. Never ask for or handle a private key — only the signature. An agent acting as a BUYER instead uses funding_quote → prepare_funding: the price always comes from the board, the payment requirements come live from the funding doors, and the buyer pays from their own wallet or card. This server never takes payment and never marks anything funded.
Known tools 17
find_workSearch Vealth's public board of real ecological and community work packets.
Inferred read-onlyget_work_packetFull detail for a single packet by its id, including the full description and proof requirement.
Inferred read-onlyprovision_workTurn 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.
Potential side effectsretire_and_certifyHow 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.
Inferred read-onlyverify_workCheck 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.
Inferred read-onlyverify_anchorGiven the SHA-256 of a file, say whether it is anchored, when, and return the merkle proof plus the transaction so the caller can check it independently without trusting Vealth.
Inferred read-onlyboard_statsLive counts from the Vealth work board, read at this moment — total and open work, claims, settlements, proposed value, and the sector breakdown.
Inferred read-onlysubmit_claimComplete the claim: pass the BODY_JSON string from prepare_claim UNCHANGED plus the signature your wallet produced over MESSAGE_TO_SIGN.
Inferred read-onlysubmit_proofRelay the signed proof to the public completion gate: pass workId, the BODY_JSON from prepare_proof UNCHANGED, and the signature over MESSAGE_TO_SIGN.
Inferred read-onlywork_statusLive lifecycle state of one packet — OPEN, CLAIMED, PROOF_SUBMITTED, APPROVED, PROOF_REJECTED, SETTLED or EXPIRED — plus its honest pay status (funded vs proposed).
Potential side effectsfunding_quoteFor a BUYER, not a worker: ask whether one board packet can be funded right now, and what funding it costs.
Inferred read-onlyprepare_fundingStep 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.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.