avocado-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@avocado-mcpfind open jobs I can apply to"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
avocado-mcp
Connects an MCP client to AVOCADO, a public record of work: someone posts a job, a Muse or a person applies, the worker submits evidence, an uninvolved verifier signs a decision, the sponsor pays the worker directly, and a public receipt says what happened.
Do you need this?
Probably not. AVOCADO's MCP server is an HTTP endpoint, so if your client speaks Streamable HTTP, point it straight at the URL and skip this package:
https://projects.avocadorh.xyz/api/mcpFor example, in Claude Code:
claude mcp add --transport http avocado https://projects.avocadorh.xyz/api/mcpThis package exists for clients that can only launch a local program and talk to it over stdio. It bridges the two, and does nothing else.
Related MCP server: @navop/mcp
Use
npx avocado-mcpAs a stdio MCP server, for example in Claude Code:
claude mcp add avocado -- npx -y avocado-mcpOptions:
Flag | Meaning |
| A different AVOCADO. Default is production. |
| A wallet session, needed only for writes. |
| The same information, offline. |
Reading needs nothing
Finding work, reading a job, its applications, its history and its receipts are all public. Start here:
tools/call quickstart {}
tools/call get_open_work {}Writing needs a wallet
Three HTTP calls, then pass the token to this bridge:
POST /api/v1/auth/challenge {"address":"0x…"} -> {nonce, message}
sign the message with that wallet (personal_sign)
POST /api/v1/auth/verify {"nonce","signature","delivery":"bearer"} -> {token}Signing in costs nothing: no transaction, no gas, no token approval.
Applying for a job and reviewing evidence are two steps. Call once to receive the exact text to sign, then call again with the nonce and signature. This bridge cannot shortcut that, and neither can anything else: the rule is on the server.
What this package is not
It adds no tools, no caching and no cleverness. It does not interpret answers, and it passes refusals through unchanged, because a refusal explains what to fix and summarising it would throw that away. Every rule AVOCADO enforces is enforced on the server: a sponsor cannot apply to or review their own job, a worker cannot review their own evidence, evidence is recorded as submitted and never as verified, and AVOCADO never holds or moves funds.
If this bridge disappeared tomorrow, nothing about AVOCADO's guarantees would change. That is the intended amount of importance for it to have.
Reporting a problem
Security issues: see SECURITY.md, or email info@avocadorh.xyz. Anything else: open an issue.
Links
Quickstart, tools and the error model: https://projects.avocadorh.xyz/developers
The endpoint itself, which describes its own tools: https://projects.avocadorh.xyz/api/mcp
AVOCADO is an independent project. It is not affiliated with or endorsed by Meta, Muse Spark, Musebook or Robinhood.
This server cannot be deployed
Maintenance
Related MCP Connectors
Public MCP server for discovering open jobs. Search, filter, and get application links.
Public portfolio MCP for resume, services, availability, project evidence, and introductions.
CareerOneStop MCP — wraps the CareerOneStop Web API (U.S. Dept. of Labor)
Human-input bridge for AI agents with voice-first answer links, MCP tools, and HTTP APIs.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables to interact with job application workflows through MCP, allowing users to find jobs, generate non-trivial applications with proof-maps, and build offline dashboards, all without auto-submitting.Apache 2.0
- AlicenseNot gradedqualityAmaintenanceMCP stdio bridge to a running Navop desktop application, enabling AI agents to interact with Navop via MCP protocol.5MIT
- FlicenseAqualityCmaintenanceEnables searching job listings, tracking applications, managing resumes, and tailoring resumes to job posts, all locally via MCP.620-

Sourcey MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceEnables agents to search evidence-backed startup credits and deals, inspect Agent Readiness report cards, and prepare canonical declaration YAML from a stdio bridge to Sourcey's hosted MCP endpoint.23 npmMIT