Tender MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tender MCPFind active cybersecurity tenders in the UK from the last 14 days."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tender MCP — Government Opportunity Intelligence for AI Agents
Find, 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.
Free tier: 10 searches/month. No API key required. Just connect and go.
Quick Start
{
"tender": {
"url": "https://tender-mcp-production.up.railway.app"
}
}Or via Smithery:
npx -y @smithery/cli@latest mcp add OjasKord/tender-mcpRelated MCP server: govrider-mcp-server
Harness Integration
Claude Code / Claude Desktop (.mcp.json)
{
"mcpServers": {
"tender": {
"type": "http",
"url": "https://tender-mcp-production.up.railway.app"
}
}
}LangChain (Python)
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tender": {
"url": "https://tender-mcp-production.up.railway.app",
"transport": "http"
}
})
tools = await client.get_tools()OpenAI Agents SDK (Python)
from agents import Agent, HostedMCPTool
agent = Agent(
name="Assistant",
tools=[HostedMCPTool(tool_config={
"type": "mcp",
"server_label": "tender",
"server_url": "https://tender-mcp-production.up.railway.app",
"require_approval": "never"
})]
)LangGraph
Same as LangChain above — langchain-mcp-adapters works with LangGraph natively.
Why Use This
Any 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.
Tools
search_tenders
Search active government tenders across UK Contracts Finder, EU TED, and US SAM.gov simultaneously. Returns normalised results with source_url and checked_at.
{ "keyword": "cybersecurity", "sources": ["uk", "eu"], "days_old": 14 }get_tender_detail
Full details for a specific tender — complete description, all deadlines, contact details, award criteria.
{ "tender_id": "ocds-h6vhtk-...", "source": "uk" }score_tender_fit (AI-powered — NOT a keyword match)
AI scores each tender 0-100 against a company capability profile. Returns BID/INVESTIGATE/SKIP recommendation with specific reasons. Saves hours of manual review.
{
"tenders": [...],
"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.",
"min_score": 60
}get_daily_digest (Paid only)
All new tenders published in the last 24 hours matching your keywords. Run daily as a morning briefing.
{ "keywords": ["cybersecurity", "managed SOC", "penetration testing"] }get_award_history (Paid only)
Past award winners for a keyword. Use for competitive intelligence before bidding.
{ "keyword": "cybersecurity", "sources": ["uk"] }Recommended Workflow
Find and score opportunities (3 calls):
search_tenders— find active tenders matching your sectorscore_tender_fit— AI ranks by relevance, filters noiseget_tender_detail— full details on top matches
Daily monitoring (1 call):
get_daily_digest— new tenders every morning before competitors see them
Data Sources
Source | Coverage | Update Frequency |
UK Contracts Finder (contractsfinder.service.gov.uk) | All UK public sector contracts | Real-time |
EU TED (ted.europa.eu) | All EU member state procurement | Real-time |
US SAM.gov (sam.gov) | All US federal opportunities | Daily |
Every response includes source_url and checked_at.
Pricing
Plan | Searches | Price |
Free | 10/month | No API key required |
Starter | 500-call bundle | $8 |
Pro | 2,000-call bundle | $28 |
Upgrade at kordagencies.com
Reliability
Uptime monitored every 5 minutes
Version history in CHANGELOG.md
Health endpoint:
GET /healthNote: Government portal APIs experience occasional downtime — errors include explanation and retry guidance
Legal
Tender 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
Connect
Website: kordagencies.com
Contact: ojas@kordagencies.com
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables research of federal contract awards, market opportunities, and competitive landscapes using the USASpending.gov API. It provides specialized tools for AI agents to analyze government spending trends, identify incumbents, and search contractor details.Last updatedMIT
- AlicenseAqualityDmaintenanceMatch your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide.Last updated4755MIT
- AlicenseAqualityAmaintenanceSearch and analyze U.S. federal government contracts and opportunities from SAM.gov. Tools for keyword search, contract details, competitive analysis, and capability statement drafting — built for AI agents via x402 USDC micropayments.Last updated31MIT
- Alicense-qualityBmaintenanceEnables AI agents to search and analyze federal government contract opportunities and awards from SAM.gov and USASpending.gov, with tools for contract search, detail, agency spending, and trending sectors.Last updatedMIT
Related MCP Connectors
UK public procurement data for AI agents: tenders, contracts, buyer and supplier profiles.
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
Government contract search and federal procurement data: SAM.gov opportunities + USASpending awards.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OjasKord/tender-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server