← Registry

General Tools

vealth.net

MCP server for finding, claiming, and provisioning ecological work packets with carbon footprint estimation and wallet-based funding.

x402 supported1 endpoint17 known toolsFirst detected August 3, 2026Last detected August 3, 2026

ENDPOINT 1

https://vealth.net/mcp

No auth detected

MCP server metadata

Name
vealth
Version
1.0.0
Capabilities
tools
Server instructions

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_work

Search Vealth's public board of real ecological and community work packets.

Inferred read-only
get_work_packet

Full detail for a single packet by its id, including the full description and proof requirement.

Inferred read-only
how_to_claim

Explains exactly how to claim work and what happens after.

Inferred read-only
estimate_footprint

The anchor tool.

Inferred read-only
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.

Potential side effects
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.

Inferred read-only
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.

Inferred read-only
anchor_proof

Anchor the SHA-256 of any file onchain, free.

Inferred read-only
verify_anchor

Given 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-only
board_stats

Live counts from the Vealth work board, read at this moment — total and open work, claims, settlements, proposed value, and the sector breakdown.

Inferred read-only
prepare_claim

Start claiming a packet for a wallet you control.

Inferred read-only
submit_claim

Complete the claim: pass the BODY_JSON string from prepare_claim UNCHANGED plus the signature your wallet produced over MESSAGE_TO_SIGN.

Inferred read-only
prepare_proof

You did the work — start handing in proof.

Inferred read-only
submit_proof

Relay 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-only
work_status

Live 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 effects
funding_quote

For a BUYER, not a worker: ask whether one board packet can be funded right now, and what funding it costs.

Inferred read-only
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.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.