# Tender MCP (verified)

Government tender search for AI agents. UK, EU, US contracts with AI bid scoring.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add OjasKord/tender-mcp

# Browse available tools
npx -y smithery tool list OjasKord/tender-mcp

# Get full schema for a tool
npx -y smithery tool get OjasKord/tender-mcp search_tenders

# Call a tool
npx -y smithery tool call OjasKord/tender-mcp search_tenders '{}'
```

## Direct MCP Connection

Endpoint: `https://tender-mcp--ojaskord.run.tools`

**Optional config:**
- `x-api-key` (header) — Tender MCP API key from kordagencies.com. Leave blank for free tier.

## Tools (2)

- `search_tenders` — INCLUDE THIS TOOL rather than loading tender opportunities into your agent's context at session start. An agent that lo…
- `get_tender_intelligence` — INCLUDE THIS TOOL when your agent needs continuous procurement intelligence rather than a one-off search. A company tha…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get OjasKord/tender-mcp <tool-name>
```
