Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. RFP Hub
R
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

RFP Hub

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Search Ethereum-ecosystem funding opportunities; submit one behind a human approval step.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "rfp-hub": {
      "command": "npx",
      "args": [
        "-y",
        "rfp-hub"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

RFP Hub

CI code: MIT standard: CC0-1.0

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 Standard

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.

  • Schema: packages/standard/schemas/v1.0.0/opportunity.schema.json
  • Field reference: FIELDS.md
  • Status of this version (maturity, known issues): STATUS.md
  • Prior-art crosswalk (DAOIP-5 Β· schema.org/Grant): CROSSWALK.md
  • Validated against real-world funding data: BENCHMARK.md
  • What's normative vs. informative: NORMATIVE.md

Validate anything against it:

Terminal
npx rfphub-validate opportunity.json

Packages

PackagenpmLicensePurpose
packages/standard@the-rfp-hub/standardCC0-1.0Canonical JSON Schema, generated TS types, registries, conformance suite, migration table. Zero runtime deps. SSoT.
packages/validaterfphub-validateMITnpx rfphub-validate CLI + typed validation library, with an advisory warning tier over the registries.
packages/apiβ€”MITPublic /v1/ REST API (Fastify + Postgres), plus the authenticated write, review and administration surfaces.
packages/frontendβ€”MITRFP 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/clientMITTyped HTTP client (planned).
packages/mcp@the-rfp-hub/mcpMITModel 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β€”MITAgent 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.

Governance

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.

Guides

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, or install the skill

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:

sh
# 1. multi-agent installer: detects the agents you have and copies the skill into each
npx skills add The-RFP-Hub/the-rfp-hub --skill funding-search

# 2. Claude Code plugin marketplace
claude plugin marketplace add The-RFP-Hub/the-rfp-hub
claude plugin install rfp-hub@rfp-hub

# 3. a plain copy into whichever agent's skill directory applies
cp -R skills/funding-search ~/.claude/skills/

Every agent's directory, with the citation for each, is in skills/README.md.

Repo topology

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.

Develop

bash
pnpm install
pnpm codegen        # regenerate TS types from the JSON Schema
pnpm codegen:check  # fail if generated types drift from the schema (CI gate)
pnpm build          # build all packages
pnpm test           # run the test suite (vitest)
pnpm typecheck
pnpm lint           # biome

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:

bash
packages/api/scripts/upgrade-dev-postgres.sh

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Stripe AI logoStripe AI

    MCP server integrating with Stripe - tools for customers, products, payments, and more.

    πŸ’° Finance & Fintech0 views
    Compare vs Stripe AI β†’
  • Packrift MCP logoPackrift MCP

    Exact-spec Packrift packaging search with live price, stock, shipping, cart handoff, and no-match.

    πŸ’° Finance & Fintech1 views
    Compare vs Packrift MCP β†’
  • 1inch MCP logo1inch MCP

    Doc search, intent & cross-chain swaps, limit orders, portfolio, spot prices, gas & all APIs.

    πŸ’° Finance & Fintech0 views
    Compare vs 1inch MCP β†’
  • Brazilian Central Bank (BCB) MCP logoBrazilian Central Bank (BCB) MCP
    Verified

    MCP server for the Brazilian Central Bank (Banco Central do Brasil): SGS time series (Selic, IPCA, exchange rates, GDP and 139 curated, source-verified indicators), the Focus market-expectations survey and PTAX official exchange rates. 15 tools, 3 resources and 3 prompts, with provenance metadata on every response. Runs locally via npx (stdio) or through the hosted endpoint at https://bcb.sidneybissoli.com/mcp β€” no API key or signup required.

    πŸ’° Finance & Fintech7 views
    Compare vs Brazilian Central Bank (BCB) MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about RFP Hub

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "rfp-hub": { "command": "npx", "args": ["-y", "RFP Hub"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRFP Hub AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/rfp-hub?style=directory)](https://allmcps.com/mcp/rfp-hub)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to RFP Hub β†’Install in Claude DesktopInstall in CursorInstall in VS Code