Analytics
fedtally.com
Provides access to US federal contract data for analyzing awards, agency spending, and expiring contracts.
ENDPOINT 1
https://fedtally.com/api/mcp
MCP server metadata
- Name
- fedtally
- Version
- 1.0.0
FedTally exposes US federal contract award data from USAspending.gov. Use search_awards_by_company for a contractor's largest awards, get_agency_spend for an agency's top vendors and industries in a fiscal year, and get_expiring_contracts for the recompete pipeline. All amounts are obligated USD; civilian data is about 4 days fresh and DoD data is delayed about 90 days.
Known tools 3
search_awards_by_companyTop US federal prime contract awards won by a company, largest award amount first.
Inferred read-onlyget_agency_spendWhere one federal agency's contract dollars went in a fiscal year: its top vendors and its top NAICS industries, both ranked by obligated amount.
Inferred read-onlyget_expiring_contractsFederal 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fedtally.com was fetched 2026-08-21T16:43:59.495Z.
fedtally.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.