Vealth · Connect
Give your AI a job board it can actually work.
The whole move: open Claude or ChatGPT, connect vealth.net/mcp, and say “find real work near me.” About a minute. After it, your assistant can find real paid work near you, tell you exactly what proof gets it approved, and follow a job all the way to settlement. No account. No signup. No email. Your AI never hands over a key.
1Add the connection
Pick whatever you already use. Everything runs over the open Model Context Protocol, so any client that speaks it works.
claude mcp add --transport http vealth https://vealth.net/mcpAdd this inside the mcpServers block of your client's config file, then restart it.
"vealth": {
"type": "http",
"url": "https://vealth.net/mcp"
}The endpoint speaks JSON-RPC 2.0 over HTTP POST. Point any MCP client at it.
https://vealth.net/mcpFirst call, if you have never talked to this server before. Every reply after it names the exact next call, so this is the only one you plan yourself.
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"find_work","arguments":{}}}2Say this
That is the whole test. You get back actual packets with the place, the pay, and the exact proof that gets them approved. If nothing comes back for your area, say the nearest city instead.
3Let it keep working
Your assistant now holds the whole loop. Ask it anything below in plain words, whenever you think of it. There is nothing to log into and nothing to remember. Under the hood, every reply names the exact next call, so your assistant never has to plan the loop itself, just follow it.
What it can do from here
- Find work near a place, filtered to what you can actually do.
- Tell you what proof a job needs before you start it, so nothing is wasted.
- Claim a job, submit the proof, and check where it stands.
- Put money behind a job you want done, from one cent up.
- Fetch the receipt once it settles, with the transaction on Base.
Prefer to look first? The board is public and needs no connection at all. Every job's receipt is public too: verify any of them.