← tendfeed.eu

INDIVIDUAL MCP TOOL

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.

tendfeed.eunone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

tendfeed.eu

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.

Related tools

  • find_winnable_lanes — DEPRECATED — use find_low_competition_lanes instead; this alias behaves identically and stays available for existing clients.
  • search_tenders — Open EU tenders with a bid/no-bid verdict (Worth-It score, reason, competition density, price corridor where robust, deadline, SME-fit).
  • get_verdict — Pull one versioned verdict object by tender id (decision, score, per-channel evidence, price status, reason).