You're viewing a demo portfolio

Join the waitlist
PRSM

get_registrant_documents

Active

Tool of Fara

declared in 0.1.0

List FARA filings (PDF documents) for a registrant by registration_number (from search_registrants) — registration statements, supplemental statements, informational materials, exhibits, etc. Each row links the document to the specific foreign principal/country it concerns and gives a direct PDF URL. Optionally filter CLIENT-SIDE by document_type or country substring. Results are capped. Keyless.

Parameters schema

{
  "type": "object",
  "required": [
    "registration_number"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max documents to return (default 50, hard cap 100)."
    },
    "country": {
      "type": "string",
      "description": "Optional case-insensitive substring filter on the associated foreign-principal country."
    },
    "document_type": {
      "type": "string",
      "description": "Optional case-insensitive substring filter on document type, e.g. \"supplemental\", \"exhibit\", \"informational\"."
    },
    "registration_number": {
      "type": "number",
      "description": "FARA registration number of the registrant (from search_registrants)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fara

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

1/7 registries
View full server →