INDIVIDUAL MCP TOOL
search_awards_by_company
Top US federal prime contract awards won by a company, largest award amount first.
LIVE ENDPOINT
https://fedtally.com/api/mcp
Connect to this endpoint to inspect the live schema for search_awards_by_company and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.fedtally]
url = "https://fedtally.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fedtally": {
"type": "http",
"url": "https://fedtally.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fedtally
Remote MCP URL: https://fedtally.com/api/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": {
"fedtally": {
"url": "https://fedtally.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fedtally": {
"type": "http",
"url": "https://fedtally.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fedtally",
"transport": "streamable-http",
"url": "https://fedtally.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_agency_spend— Where one federal agency's contract dollars went in a fiscal year: its top vendors and its top NAICS industries, both ranked by obligated amount.get_expiring_contracts— Federal contracts whose period of performance ends inside a chosen window for one NAICS industry — the recompete pipeline, useful for finding work about to be rebid and identifying the incumbent to displace.