Search company registrations via OpenCorporates and SEC EDGAR. 3 tools for business entity research.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add martc03/gov-mcp-servers --skill gov-business-entity --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gov Business Entity?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/martc03-gov-business-entity)More formats (shields.io, HTML) on the badges page.
---
name: gov-business-entity
description: Search company registrations via OpenCorporates and SEC EDGAR. 3 tools for business entity research.
homepage: https://github.com/martc03/gov-mcp-servers
metadata: {"clawdbot":{"emoji":"🏢","requires":{"bins":["mcporter"]}}}
---
# Business Entity Search
Search company registrations worldwide via OpenCorporates and SEC EDGAR.
## Setup
```bash
mcporter add gov-entities --url https://business-entity-mcp.apify.actor/mcp --transport streamable-http
```
Or add to your OpenClaw MCP config (`~/.openclaw/mcp.json`):
```json
{
"servers": {
"gov-entities": {
"url": "https://business-entity-mcp.apify.actor/mcp",
"transport": "streamable-http"
}
}
}
```
## Available Tools
### `entity_search_companies`
Search OpenCorporates for company registrations worldwide.
```
Search for Acme Corp registrations
Find active companies in Delaware
```
Parameters: `query` (required), `jurisdiction`, `status` ("Active", "Inactive", or "Dissolved"), `limit`, `page`
### `entity_get_company_details`
Get detailed company info from OpenCorporates by jurisdiction and company number.
```
Get details for company us_de/12345678
Look up UK company registration 08209948
```
Parameters: `jurisdiction` (required), `companyNumber` (required)
### `entity_search_sec_companies`
Search SEC EDGAR for US public companies and their filings.
```
Search SEC for Microsoft filings
Find 10-K annual reports for Amazon
```
Parameters: `companyName` (required), `formTypes` (array, e.g. ["10-K","10-Q"]), `dateFrom` (YYYY-MM-DD), `dateTo`, `limit`
## Data Sources
- **OpenCorporates** — Global company registration database
- **SEC EDGAR** — US Securities and Exchange Commission (public company filings)
## Use Cases
- Business due diligence
- Corporate structure research
- KYC/AML compliance
- Competitive analysis
All data from free public APIs. Zero cost. No API keys required.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!