← vealth.net

INDIVIDUAL MCP TOOL

how_to_claim

Explains exactly how to claim work and what happens after.

vealth.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://vealth.net/mcp

No auth detected

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

vealth.net

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.
  • 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.
  • 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.