You're viewing a demo portfolio

Join the waitlist
PRSM

usa_recipient_profile

Active

Tool of Usaspending

declared in 0.1.0

Get a contractor's complete federal spending history within a date range. Returns all contract awards and total amounts. Use to research supplier relationships and contract activity.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end_date": "2024-12-31",
      "start_date": "2023-01-01",
      "recipient_name": "Lockheed Martin"
    },
    {
      "limit": 100,
      "end_date": "2024-12-31",
      "start_date": "2022-01-01",
      "recipient_name": "Amazon Web Services"
    }
  ],
  "required": [
    "recipient_name",
    "start_date",
    "end_date"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results (1-100, default 10)"
    },
    "end_date": {
      "type": "string",
      "description": "End date in YYYY-MM-DD format"
    },
    "start_date": {
      "type": "string",
      "description": "Start date in YYYY-MM-DD format"
    },
    "recipient_name": {
      "type": "string",
      "description": "Recipient/contractor name to search for (e.g., \"Lockheed Martin\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Usaspending

https://github.com/pipeworx-io/mcp-usaspending

1/7 registries
View full server →
usa_recipient_profile — Usaspending — PRSM MCP