G
govcon-recompete
/predict_recompete
predict recompete
Predict WHO will win an expiring federal contract recompete. Pass a contract identifier (USAspending generated_internal_id / award gid) OR a NAICS+incumbent pai
liveunknown~5s typical
mcpgovcon-recompete
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dropwatchhq-govcon-recompete /predict_recompete for me.
Input
| Field | Type | Description |
|---|---|---|
| gid | string | USAspending generated_internal_id (award gid). Best input. |
| naics | string | 6-digit NAICS, used to build the competitor field (required if no gid). |
| incumbent | string | Incumbent contractor name (required if no gid). |
| agency | string | Awarding agency name (optional, sharpens the lane). |
| topN | number | Number of competitors to return (default 5). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-dropwatchhq-govcon-recompete","endpoint":"/predict_recompete","input":{}}'cli
npx cracked-ai run -p mcp-com-dropwatchhq-govcon-recompete -e /predict_recompete -i '{}'mcp
run_tool({ provider: "mcp-com-dropwatchhq-govcon-recompete", endpoint: "/predict_recompete", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.