io.github.HeyZod/fylings
Official4 toolsSearch, verify & screen 1M+ African companies + their government contracts across 18 registries.
Search and verify 1M+ African companies and their government contracts.
Captured live from the server via tools/list.
search_companies
Search verified companies across 18 African registries by name or registration number — results are ranked by quality (listed and best-detailed companies first). Returns each match's legal name, registration_no, country, status and registry source, plus the total count. To get the full record of any result, call get_company with that result's country and registration_no.
Parameters (3)
- querystringrequired
Company name or registration number to search for.
- countrystring
Optional ISO-2 country code to scope the search (e.g. NG, KE, SN).
- limitnumber
Max results (default 10).
get_company
Fetch one company's full record by country code and registration number — legal name, status, entity type, incorporation date, registry source, and any officers held.
Parameters (2)
- countrystringrequired
ISO-2 country code, e.g. NG.
- registration_nostringrequired
The registry number (RC / RCCM / file no.).
get_company_procurement
List the government procurement contracts a company has won (from open-contracting data): the awarding body, contract title, value and date. Strong signal of what a company actually does.
Parameters (2)
- countrystringrequired
ISO-2 country code, e.g. NG.
- registration_nostringrequired
The registry number.
screen_sanctions
Screen a company or person name against the OFAC SDN, OFAC Consolidated and UN Security Council lists. Returns any matches with a name-match confidence.
Parameters (1)
- namestringrequired
The name to screen.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"fylings": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.fylings.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.