diplv/companylens-mcp
MCP server for CompanyLens — corporate intelligence for AI agents. Search companies, screen sanctions, check government contracts via Model Context Protocol.
Platform-specific configuration:
{
"mcpServers": {
"companylens-mcp": {
"command": "npx",
"args": [
"-y",
"companylens-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/companylens-mcp) [](https://smithery.ai/server/companylens-mcp) [](LICENSE)
> Corporate intelligence for AI agents. Search companies, get SEC filings, screen sanctions, check government contracts — all via Model Context Protocol.
CompanyLens MCP gives your AI assistant access to real corporate data from official government sources. No web scraping, no hallucinations — verified data from SEC EDGAR, UK Companies House, OpenSanctions, and USAspending.gov.
---
| Tool | Description | Data Source | |------|-------------|-------------| | company_search | Search companies by name or ticker | SEC EDGAR, Companies House | | company_profile | Full corporate profile — financials, filings, officers, registration | SEC EDGAR, Companies House | | company_sanctions_check | Screen against 75+ global sanctions lists | OpenSanctions (OFAC, EU, UN, HMT) | | company_contracts | US government contracts and open opportunities | USAspending.gov, SAM.gov | | company_court_cases | Federal court cases and litigation history | CourtListener / RECAP |
claude mcp add companylens -- npx companylens-mcpAdd to your project's .mcp.json:
{
"mcpServers": {
"companylens": {
"command": "npx",
"args": ["companylens-mcp"]
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"companylens": {
"command": "npx",
"args": ["companylens-mcp"]
}
}
}Add to ~/.windsurf/mcp.json:
{
"mcpServers": {
"companylens": {
"command": "npx",
"args": ["companylens-mcp"]
}
}
}[![Install
Loading reviews...