{
  "markdown": "[![smithery badge](https://smithery.ai/badge/OjasKord/tender-mcp)](https://smithery.ai/servers/OjasKord/tender-mcp)\n\n# Tender MCP — Government Opportunity Intelligence for AI Agents\n\n[![ToolRank](https://toolrank.dev/badge/dominant.svg)](https://toolrank.dev/ranking)\n\nFind, score, and monitor government contract opportunities across UK, EU, and US. AI-powered relevance scoring so your agent surfaces the right opportunities — not just keyword matches.\n\n**Free tier: 10 searches/month. No API key required. Just connect and go.**\n\n## Quick Start\n\n```json\n{\n  \"tender\": {\n    \"url\": \"https://tender-mcp-production.up.railway.app\"\n  }\n}\n```\n\nOr via Smithery:\n\n```bash\nnpx -y @smithery/cli@latest mcp add OjasKord/tender-mcp\n```\n\n## Harness Integration\n\n### Claude Code / Claude Desktop (.mcp.json)\n```json\n{\n  \"mcpServers\": {\n    \"tender\": {\n      \"type\": \"http\",\n      \"url\": \"https://tender-mcp-production.up.railway.app\"\n    }\n  }\n}\n```\n\n### LangChain (Python)\n```python\nfrom langchain_mcp_adapters.client import MultiServerMCPClient\nclient = MultiServerMCPClient({\n    \"tender\": {\n        \"url\": \"https://tender-mcp-production.up.railway.app\",\n        \"transport\": \"http\"\n    }\n})\ntools = await client.get_tools()\n```\n\n### OpenAI Agents SDK (Python)\n```python\nfrom agents import Agent, HostedMCPTool\nagent = Agent(\n    name=\"Assistant\",\n    tools=[HostedMCPTool(tool_config={\n        \"type\": \"mcp\",\n        \"server_label\": \"tender\",\n        \"server_url\": \"https://tender-mcp-production.up.railway.app\",\n        \"require_approval\": \"never\"\n    })]\n)\n```\n\n### LangGraph\nSame as LangChain above — langchain-mcp-adapters works with LangGraph natively.\n\n## Why Use This\n\nAny business that sells to government needs to monitor tender opportunities. But searching three separate government portals daily, reading hundreds of notices, and manually judging relevance takes hours. Tender MCP does it in seconds — search UK, EU, and US simultaneously, then let AI score which opportunities actually match your capabilities.\n\n## Tools\n\n### `search_tenders`\nSearch active government tenders across UK Contracts Finder, EU TED, and US SAM.gov simultaneously. Returns normalised results with source_url and checked_at.\n\n```json\n{ \"keyword\": \"cybersecurity\", \"sources\": [\"uk\", \"eu\"], \"days_old\": 14 }\n```\n\n### `get_tender_detail`\nFull details for a specific tender — complete description, all deadlines, contact details, award criteria.\n\n```json\n{ \"tender_id\": \"ocds-h6vhtk-...\", \"source\": \"uk\" }\n```\n\n### `score_tender_fit` *(AI-powered — NOT a keyword match)*\nAI scores each tender 0-100 against a company capability profile. Returns BID/INVESTIGATE/SKIP recommendation with specific reasons. Saves hours of manual review.\n\n```json\n{\n  \"tenders\": [...],\n  \"company_profile\": \"We are a 50-person UK cybersecurity firm specialising in penetration testing and SOC services for public sector clients. We hold SC clearance.\",\n  \"min_score\": 60\n}\n```\n\n### `get_daily_digest` *(Paid only)*\nAll new tenders published in the last 24 hours matching your keywords. Run daily as a morning briefing.\n\n```json\n{ \"keywords\": [\"cybersecurity\", \"managed SOC\", \"penetration testing\"] }\n```\n\n### `get_award_history` *(Paid only)*\nPast award winners for a keyword. Use for competitive intelligence before bidding.\n\n```json\n{ \"keyword\": \"cybersecurity\", \"sources\": [\"uk\"] }\n```\n\n## Recommended Workflow\n\n**Find and score opportunities (3 calls):**\n1. `search_tenders` — find active tenders matching your sector\n2. `score_tender_fit` — AI ranks by relevance, filters noise\n3. `get_tender_detail` — full details on top matches\n\n**Daily monitoring (1 call):**\n- `get_daily_digest` — new tenders every morning before competitors see them\n\n## Data Sources\n\n| Source | Coverage | Update Frequency |\n|---|---|---|\n| UK Contracts Finder (contractsfinder.service.gov.uk) | All UK public sector contracts | Real-time |\n| EU TED (ted.europa.eu) | All EU member state procurement | Real-time |\n| US SAM.gov (sam.gov) | All US federal opportunities | Daily |\n\nEvery response includes `source_url` and `checked_at`.\n\n## Pricing\n\n| Plan | Searches | Price |\n|---|---|---|\n| Free | 10/month | No API key required |\n| Starter | 500-call bundle | $8 |\n| Pro | 2,000-call bundle | $28 |\n\nUpgrade at **[kordagencies.com](https://kordagencies.com)**\n\n## Reliability\n\n- Uptime monitored every 5 minutes\n- Version history in [CHANGELOG.md](CHANGELOG.md)\n- Health endpoint: `GET /health`\n- Note: Government portal APIs experience occasional downtime — errors include explanation and retry guidance\n\n## Legal\n\nTender data sourced directly from official government portals. We do not log or store your query content. **Always verify tender deadlines and details directly with the contracting authority before submitting a bid — deadlines change.** Results are for informational purposes only. Maximum liability limited to 3 months subscription fees. Full terms: [kordagencies.com/terms.html](https://kordagencies.com/terms.html)\n\n## Connect\n\n- Website: [kordagencies.com](https://kordagencies.com)\n- Contact: ojas@kordagencies.com\n",
  "bytes": 5074,
  "sha": "50e0d778ffa25359073075a84097b0a85ebec8618881cf842c73ecb985566e8f",
  "repo_slug": "ojaskord/tender-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ojaskord_tender_mcp_c7fb9283/readme"
}