get_registrant_documents
ActiveTool of Fara
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)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fara
https://github.com/pipeworx-io/mcp-fara
1/7 registries