← Registry

Analytics

tendfeed.eu

Analyzes EU tender data to identify low-competition opportunities and provide bid/no-bid verdicts.

1 endpoint4 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://tendfeed.eu/api/mcp/tendfeed

No auth detected

MCP server metadata

Name
tendfeed
Version
1.0.0
Capabilities
tools
Server instructions

Bid/no-bid intelligence over 592,000 real EU contract awards. find_low_competition_lanes ranks sectors by observed competition density (not a win forecast); search_tenders returns open tenders with a bid/no-bid verdict; get_verdict pulls one versioned verdict object. Guest use (no key) is fully supported on the expired-tender board plus a live_matched count; an optional API key (Authorization: Bearer cfm_live_…, created in your tendfeed.eu account, active subscription required) unlocks the live, still-biddable board and get_verdict. Data/research tool over TED (Tenders Electronic Daily, CC BY 4.0). Not legal advice, no guarantee of award.

Known tools 4

find_low_competition_lanes

Rank CPV sector "lanes" by OBSERVED competition density from the full corpus of 592,000 real EU awards: median bidders, single-bidder share, bid-rate, median value, beachhead score.

Inferred read-only
find_winnable_lanes

DEPRECATED — use find_low_competition_lanes instead; this alias behaves identically and stays available for existing clients.

Inferred read-only
search_tenders

Open EU tenders with a bid/no-bid verdict (Worth-It score, reason, competition density, price corridor where robust, deadline, SME-fit).

Inferred read-only
get_verdict

Pull one versioned verdict object by tender id (decision, score, per-channel evidence, price status, reason).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tendfeed]
url = "https://tendfeed.eu/api/mcp/tendfeed"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tendfeed": {
      "type": "http",
      "url": "https://tendfeed.eu/api/mcp/tendfeed"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tendfeed
Remote MCP URL: https://tendfeed.eu/api/mcp/tendfeed

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tendfeed": {
      "url": "https://tendfeed.eu/api/mcp/tendfeed"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tendfeed": {
      "type": "http",
      "url": "https://tendfeed.eu/api/mcp/tendfeed"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tendfeed",
  "transport": "streamable-http",
  "url": "https://tendfeed.eu/api/mcp/tendfeed"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.