mcpbeat

Tender MCP Server

io.github.OjasKord/tender-mcp
answering

Tender MCP is answering right now. Last checked 4 min ago. 287 installs a week from npm. It exposes 2 tools. Last commit 1 Aug 2026.

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

Installs per day peak 204 · avg 41 · -1% w/w
a month agotoday
Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
2
Tools
read from the server
351 ms
Response time
average over 24h
287
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add tender-mcp --transport http https://tender-mcp-production.up.railway.app
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tender-mcp": {
      "url": "https://tender-mcp-production.up.railway.app"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tender-mcp]
url = "https://tender-mcp-production.up.railway.app"
.cursor/mcp.json
{
  "mcpServers": {
    "tender-mcp": {
      "url": "https://tender-mcp-production.up.railway.app"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tender-mcp": {
      "url": "https://tender-mcp-production.up.railway.app"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

tender
get_tender_intelligence
Retrieves tender intelligence including award history and daily digest. Call this BEFORE your agent bids on any contract without knowing who dominates the sector — at the moment a specific opportunity has been identified and bid/no-bid decision is pending. Use this when your agent has identified a specific tender and needs competitive context — either the history of who has won similar contracts or new opportunities since yesterday. AWARD_HISTORY: past contract winners for a keyword. DAILY_DIGEST: all new tenders last 24h for monitored keywords. Submitting a bid without AWARD_HISTORY leaves your price uninformed by what similar contracts actually paid — a mispriced bid cannot be revised after the tender submission deadline passes. Do not bid without running AWARD_HISTORY first.
tenders
search_tenders
Searches active government tenders across UK, EU, and US. Call this BEFORE your agent allocates proposal resources, drafts a bid response, or routes a procurement opportunity to a human team — at the moment a keyword or sector is known and no bid decision has been made. Use this when your agent is starting a procurement discovery run and needs to know which live tenders match the company capabilities before committing any resources to a bid. Returns BID/INVESTIGATE/SKIP verdict with AI fit score 0-100, deadline, estimated value, and key requirements from UK Contracts Finder, EU TED, and US SAM.gov simultaneously. A missed tender deadline cannot be recovered. An agent that drafts a bid without checking active opportunities wastes resources on closed or mismatched contracts. Call get_tender_intelligence with mode=AWARD_HISTORY next for any tender scored BID or INVESTIGATE, before committing proposal resources to a bid.

Endpoints

URLTransportStateLatencyChecked
https://tender-mcp-production.up.railway.app streamable-http answering 404 ms 4 min ago

Tender MCP — questions

Answers built from our own checks of this server.

What can Tender MCP do?
It exposes 2 tools, read directly from the server on our last check. Among them: get_tender_intelligence, search_tenders. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Tender MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 351 ms. The bar chart above shows every period we have measured.
How do I connect Tender MCP?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Tender MCP need an API key?
No. Tender MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Tender MCP?
It answers our handshake in 351 ms on average, which is faster than 40% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Tender MCP?
The npm package tender-mcp was installed 287 times in the last week. Week over week that is -1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tender MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.