mcpbeat Sign in

RFP Hub MCP Server

by the-rfp-hub Your server? Claim it
local only

RFP Hub runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 23 Sep 2026.

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

Installs per day peak 200 · avg 17 · -53% w/w
a month agotoday
33
Installs / week
npm · @the-rfp-hub/mcp
2
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check RFP Hub every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rfp-hub -- npx -y @the-rfp-hub/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rfp-hub": {
      "args": [
        "-y",
        "@the-rfp-hub/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rfp-hub]
command = "npx"
args = ["-y", "@the-rfp-hub/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rfp-hub": {
      "args": [
        "-y",
        "@the-rfp-hub/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rfp-hub": {
      "args": [
        "-y",
        "@the-rfp-hub/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RFPHUB_API_BASE (Base URL of the RFP Hub API. Defaults to https://api.ethrfps.app. The origin of this URL is bound into every write approval.), RFPHUB_API_KEY (RFP Hub API credential. Needed ONLY to submit; searching and fetching are anonymous and never send it. Setting it is what registers the write tool at all: without it tools/list returns two tools. The key must carry the write scope and must not carry publish; the server checks that before its first submission, so a submission waits for a reviewer's decision.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to RFP Hub

same job, measured the same way
NetGrant — Canadian funding
by netgrant

Search 1,300+ live Canadian funding opportunities — grants, tax credits, accelerators, and loans.

5 tools answering
Revenueos
by unempyd

Self-hosted revenue department: find opportunities, execute approved work, measure results.

local only
Mst MCP
by vipulsutar11

MCP server for the MST Chain ecosystem providing search and retrieval tools for documentation.

local only
NUM
by itsnum

Real places for your agent. Search 2.5M+ travel places; submit a business for human review.

5 tools answering
ScoutRail
by scoutrail

Find business leads and live opportunities for a business, with the proof and the next step.

2 tools answering
FranklyMail Agentic Inbox
by naylalabs

Read and search FranklyMail email and prepare drafts, replies, and forwards for human approval.

answering
Tender MCP
by ojaskord

Government tender search for AI agents. UK, EU and US procurement opportunities.

28 installs/wk 2 tools answering
The Mirror System — AI Citability
by danielsdesignstudio

Request a Brand Discovery Record: the human-approved facts AI cites. One tool, then a person.

1 tools answering

RFP Hub — questions

Answers built from our own checks of this server.

Why is there no uptime for RFP Hub?
RFP Hub runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @the-rfp-hub/mcp was installed 33 times last week.
How do I connect RFP Hub?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @the-rfp-hub/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use RFP Hub?
The npm package @the-rfp-hub/mcp was installed 33 times in the last week. Week over week that is -53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RFP Hub open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.