The govconapi-mcp package is a thin Python wrapper (~250 lines) around our REST API. Your AI client spawns it as a local subprocess over stdio. The subprocess reads GOVCONAPI_KEY from its environment, proxies each tool call to https://govconapi.com/api/v1/... over HTTPS, and returns structured JSON.
Because it wraps the REST API, everything else carries over automatically: your rate limits, plan restrictions, filter validation, and request logging. Usage shows up in your normal account dashboard.
Open source on PyPI under MIT. Audit it, fork it, run it locally with your own API key.