# tender-mcp

## Quick Start

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

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

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

# Call a tool
npx -y @smithery/cli@latest 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 (5)

- `search_tenders` — Call this tool any time your agent needs to find government contract opportunities for a business, product, or service.…
- `get_tender_detail` — Call this tool when your agent has found a tender from search_tenders and needs the full details before deciding whethe…
- `score_tender_fit` — Call this tool after search_tenders to filter and rank results by relevance to a specific company profile. Uses AI anal…
- `get_daily_digest` — Call this tool to get all new government tenders published in the last 24 hours matching one or more keywords. Use as a…
- `get_award_history` — Call this tool when your agent needs to research who has won similar government contracts in the past. Use for competit…

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