list_foreign_principals
Pack: fara · Endpoint: https://gateway.pipeworx.io/fara/mcp
List the FOREIGN principals (foreign governments, parties, companies, individuals) that a given FARA registrant represents — i.e. who a US agent is working for. Addressed server-side by registration_number (get one from search_registrants). Optionally filter the returned set CLIENT-SIDE by country or principal-name substring. Set status=“terminated” for former relationships. Returns principal_name, country, registrant_name, registration_date and address. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
registration_number | number | yes | FARA registration number of the US agent/firm (from search_registrants). |
country | string | no | Optional case-insensitive substring filter on the principal’s country, e.g. “italy”, “saudi”. |
name | string | no | Optional case-insensitive substring filter on the foreign-principal name. |
status | string | no | Active or terminated representation. Default “active”. |
Example call
curl -X POST https://gateway.pipeworx.io/fara/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_foreign_principals","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"fara": {
"url": "https://gateway.pipeworx.io/fara/mcp"
}
}
}
See Getting Started for client-specific install steps.