Loading...
Loading...
Connect Kontrakk's federal contract and grant data to any MCP client — Claude Desktop, Cursor, ChatGPT, and more — through our read-only Model Context Protocol API.
The Kontrakk MCP server lets your AI assistant search and read live federal opportunities without leaving its workflow. It is a remote MCP endpoint speaking JSON-RPC 2.0 over HTTP at:
https://kontrakk.com/api/mcp
{
"mcpServers": {
"kontrakk": {
"url": "https://kontrakk.com/api/mcp",
"headers": { "Authorization": "Bearer kk_live_your_key" }
}
}
}Authorization: Bearer <key>. The endpoint never uses session cookies.search_contractsread-onlySearch active SAM.gov contract opportunities.
query string? — Free-text across title and description.naicsCode string? — Exact NAICS code.setAside string? — Set-aside substring (e.g. 8(a), WOSB).postedAfter string? — ISO date; only results posted on/after.limit number? — 1–50, default 20.get_contractread-onlyFull detail of one active contract opportunity.
noticeId string — Required. The SAM.gov notice ID.search_grantsread-onlySearch active Grants.gov grant opportunities.
query string? — Free-text across title and description.agency string? — Agency name substring.status string? — Exact status (e.g. posted, closed).closeBefore string? — ISO date; only grants closing on/before.limit number? — 1–50, default 20.get_grantread-onlyFull detail of one active grant opportunity.
opportunityId string — Required. The Grants.gov opportunity ID.All tools return active opportunities only and accept no account identifiers.
Planned capabilities — not yet available. Want early access? Mention it from the help center.
Per-key request analytics and metered billing — see call volume by tool, set budgets, and (for Enterprise) move from flat-tier access to usage-based pricing.
Expose Kontrakk's AI features as MCP tools — NAICS detection and proposal/outreach email generation — so your assistant can draft directly against an opportunity.
Read your own saved contracts, watch list, pursuits, and grant checklists through MCP, scoped to your account.
One-click authorization for MCP clients that support it — no API key copying.