← vealth.net

INDIVIDUAL MCP TOOL

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

vealth.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://vealth.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for work_status 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 a financial action.

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