← mactechsolutionsllc.com

INDIVIDUAL MCP TOOL

find_agency

Resolve a federal agency name fragment to its official awarding-agency names (toptier and subtier) as USAspending knows them — use before search_awards or spending_by_category when unsure of the exact agency name.

mactechsolutionsllc.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.mactechsolutionsllc.com/api/mcp/market

No auth detected

Connect to this endpoint to inspect the live schema for find_agency 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

mactechsolutionsllc.com

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.mactech-federal-market]
url = "https://www.mactechsolutionsllc.com/api/mcp/market"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mactech-federal-market": {
      "type": "http",
      "url": "https://www.mactechsolutionsllc.com/api/mcp/market"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mactech-federal-market
Remote MCP URL: https://www.mactechsolutionsllc.com/api/mcp/market

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": {
    "mactech-federal-market": {
      "url": "https://www.mactechsolutionsllc.com/api/mcp/market"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mactech-federal-market": {
      "type": "http",
      "url": "https://www.mactechsolutionsllc.com/api/mcp/market"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mactech-federal-market",
  "transport": "streamable-http",
  "url": "https://www.mactechsolutionsllc.com/api/mcp/market"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_opportunities — Search active federal contract opportunities on SAM.
  • lookup_entity — Look up a federal contractor registration in SAM.
  • search_awards — Search actual federal contract awards on USAspending.
  • get_award — Get full detail for one federal award from USAspending.
  • find_naics — Resolve an industry description to NAICS codes (or look up what a NAICS code means).
  • spending_by_category — Aggregate federal contract spending by NAICS, PSC, recipient, or awarding agency over a date range, optionally filtered by keywords/NAICS/agency — market sizing in one call ("top contractors in NAICS 541512 last year", "which agencies buy the most cybersecurity").