Search Ethereum-ecosystem funding opportunities; submit one behind a human approval step.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An open, neutral aggregation layer and standard for Ethereum-ecosystem funding
opportunities β grants, hackathons, bounties, accelerators, VC funds, and RFPs. It indexes,
verifies, and distributes opportunities through a standard format, a public API, open data
exports, and agent-friendly tooling (M2 ships these as running, tested code) β and where an entry
carries an application link, it sends you to the
opportunity's own submission channel to apply. (Carrying one is ingestion policy on the Hub's own
data, with named exceptions β four of the 142 seeded entries have no public application URL, each
documented in the API README; the schema itself leaves
applicationUrl optional, so third-party documents may omit it.)
That link (applicationUrl) is the single link-back target in the standard, and it carries
whatever the submission channel actually is β an application portal, a form, or a forum thread
where no portal exists. The Hub is where you find the opportunity, never where you apply.
pnpm monorepo. The hand-authored JSON Schema is the single source of truth; TypeScript types
are generated from it, and every other format the standard does or doesn't ship is listed in
ARTIFACTS.md.
The heart of the project is the RFP Hub Standard β a versioned, documented, validated
JSON Schema (draft 2020-12) describing a funding opportunity. It's published as
@the-rfp-hub/standard (CC0-1.0) and ships generated TypeScript types.
packages/standard/schemas/v1.0.0/opportunity.schema.jsonFIELDS.mdSTATUS.mdCROSSWALK.mdBENCHMARK.mdNORMATIVE.mdValidate anything against it:
| Package | npm | License | Purpose |
|---|---|---|---|
packages/standard | @the-rfp-hub/standard | CC0-1.0 | Canonical JSON Schema, generated TS types, registries, conformance suite, migration table. Zero runtime deps. SSoT. |
packages/validate | rfphub-validate | MIT | npx rfphub-validate CLI + typed validation library, with an advisory warning tier over the registries. |
packages/api | β | MIT | Public /v1/ REST API (Fastify + Postgres), plus the authenticated write, review and administration surfaces. |
packages/frontend | β | MIT | RFP Hub frontend (Next.js) β the public directory and the publisher dashboard: submit, claim, review, keys, and per-entry analytics, one app and one deploy pipeline for both. See packages/frontend/README.md. |
packages/client | @the-rfp-hub/client | MIT | Typed HTTP client (planned). |
packages/mcp | @the-rfp-hub/mcp | MIT | Model Context Protocol server (stdio): search and fetch opportunities from any MCP client, plus an optional write behind an approval a person grants at their own terminal. See packages/mcp/README.md and adr/0012. |
skills/funding-search | β | MIT | Agent Skill for searching funding opportunities β prefers the MCP server when installed, otherwise a bundled zero-dependency Node script. See skills/README.md for install channels (multi-agent installer, Claude Code plugin marketplace, or manual copy). |
Every package takes its contract from @the-rfp-hub/standard alone, and never reaches into
another package's internals (dependency inversion at the package level). The only non-Standard
cross-package dependency is packages/api β rfphub-validate, through that package's published
API, so the Hub validates with the same reference implementation everyone else runs.
Two version axes. A package's version is its npm distribution version and moves freely; the
spec version (1.0.0, in specVersion and the schema $id) is the data contract and moves
only under PROCESS.md. They are different numbers on purpose.
The standard is governed by written process, not by whoever is around:
GOVERNANCE.md β editors, the decision rule, review windows, appeals,
non-discrimination and ranking (what decides indexing, what never does, and why there is no paid
placement), and the list of things this project deliberately does not have.REVIEW-CRITERIA.md β what a reviewer checks on a single submitted
listing, what is explicitly not a criterion, what "pending" means, and who decides.PUBLISHERS.md β how an organization becomes a verified publisher, claims an
entry, and how verification is revoked.packages/standard/PROCESS.md β feature stages, what
"breaking" means operationally, deprecation, how to register a vocabulary value, the
RFC process routing table, the release checklist.adr/ β the decision records behind the shape of the data model.docs/ holds the handoff guides β four documents, each written for one person doing one
job, linking to the per-package detail rather than duplicating it:
docs/deployment.md β what runs where, what must exist in the cloud
account before the first deploy (there is no infrastructure-as-code), the required variables,
the first-deploy sequence, rollback, the manual npm release runbook, and the three ways to deploy
a copy of the frontend.docs/api-integration.md β a five-minute read-only quickstart, the
write flow from an email address to a publishing key, the scope table, and the nine contracts
that surprise integrators.docs/publisher-onboarding.md β for whoever operates the Hub:
running a publisher application end to end, refusing one, revoking verification, and deciding a
disputed claim.docs/external-deploy-test.md β the two-hour protocol that
proves an outside developer can deploy a frontend against the public API from the docs alone.Every shell block in those guides is marked no-run, safe-read or staging-write; the
convention is defined in docs/README.md.
Deploy your own copy of the frontend with the one-click Deploy Button in
packages/frontend/README.md. It lives in
exactly one place on purpose β a Deploy Button URL carries the whole build configuration in its
query string, so a second copy of the button is a second configuration that drifts. The other two
paths, and the read-only limitation every copy inherits, are in
docs/deployment.md Β§9.
Install the agent skill through any of three channels, all of which install the same directory:
Every agent's directory, with the citation for each, is in
skills/README.md.
Developed as one pnpm workspace for fast iteration (the schema and its generated types move
together in a single change), and published as independent npm packages. At handoff the
packages can be split into per-component repos (the-rfp-hub/standard, the-rfp-hub/validate,
β¦) via git subtree split. The per-package LICENSE, README and package.json provide the
metadata for a future split. Before splitting, replace workspace:* dependencies with registry
ranges and verify standalone install, build and test; packages/api is not published.
Already have a dev database from M2? It needs one upgrade before the current migrations will
apply. packages/api/docker-compose.yml now pins pgvector/pgvector:pg15 instead of
postgres:15-alpine, because CREATE EXTENSION vector ships as a migration. Same major version, so
the data directory is compatible and the named volume is reused β but the C library underneath
changes with the image, and with it the collation provider. Run the script; it dumps first, refreshes
the collation version, reindexes, migrates, and compares row counts before and after:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/rfp-hub)<a href="https://allmcps.com/mcp/rfp-hub"><img src="https://allmcps.com/api/badge/rfp-hub?style=directory" alt="RFP Hub on AllMCPs" /></a>