INDIVIDUAL MCP TOOL
fetch
Open the full record behind an id returned by search: an agency profile with price by category and its top winners, a contractor's award history, or a solicitation with its scope and deadline.
LIVE ENDPOINT
https://awardcast.ai/mcp
Connect to this endpoint to inspect the live schema for fetch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.awardcast]
url = "https://awardcast.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"awardcast": {
"type": "http",
"url": "https://awardcast.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: awardcast
Remote MCP URL: https://awardcast.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"awardcast": {
"url": "https://awardcast.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"awardcast": {
"type": "http",
"url": "https://awardcast.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "awardcast",
"transport": "streamable-http",
"url": "https://awardcast.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search AwardCast's US federal contracting record: buying agencies, federal contractors, and solicitations open right now.track_record— Accuracy scorecard for AwardCast's forecasts, scored against the real contract value once FPDS publishes it.open_solicitations— US federal solicitations OPEN right now, from SAM.upcoming_recompetes— US federal contracts nearing expiry that are likely to be recompeted, i.agency_profile— Buying profile of a US federal agency: how many contracts it awards, how much it obligates, what share is competed, the typical price per NAICS category, its largest contractors, and which of its contracts expire soon.contractor_profile— Federal award history of a contractor: how many contracts it has won, total obligated, median win value, which agencies it sells to, its recent awards, and its set-aside status (small business, 8(a), HUBZone, WOSB, SDVOSB).price_band— Historical closing-price range for an agency and NAICS category pair: the 10th percentile, median and 90th percentile of contracts already awarded, plus the average number of competing offers.