← Back to Skills Marketplace
martc03

Gov Business Entity

by Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
480
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gov-business-entity
Description
Search company registrations via OpenCorporates and SEC EDGAR. 3 tools for business entity research.
README (SKILL.md)

Business Entity Search

Search company registrations worldwide via OpenCorporates and SEC EDGAR.

Setup

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):

{
  "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.

Usage Guidance
This skill delegates searches to a third-party MCP endpoint hosted at business-entity-mcp.apify.actor rather than calling OpenCorporates/EDGAR directly. Before installing: (1) Verify the mcporter binary is trusted on your system; (2) Inspect the GitHub repo (homepage) and the third-party service to confirm who operates it and whether they log or reuse queries; (3) Avoid sending sensitive or PII-containing queries through the skill until you trust the remote service; (4) If you require stronger privacy/assurance, request a version that calls OpenCorporates and EDGAR directly (or run your own MCP endpoint) so queries do not go through an unknown third party; (5) Consider testing with harmless queries and monitor network traffic to confirm what is sent.
Capability Analysis
Type: OpenClaw Skill Name: gov-business-entity Version: 1.0.0 The skill bundle defines tools for searching public business entity data via OpenCorporates and SEC EDGAR. The `SKILL.md` provides clear documentation for setup and tool usage, without any evidence of prompt injection attempts, data exfiltration, malicious execution, or persistence mechanisms. It relies on an external MCP server hosted on Apify (`https://business-entity-mcp.apify.actor/mcp`), which is a common pattern for OpenClaw skills wrapping external services, and does not indicate malicious intent within the skill bundle itself.
Capability Assessment
Purpose & Capability
Name/description match the requested binary (mcporter) and the declared behavior (MCP server). However, instead of calling OpenCorporates/EDGAR directly the SKILL.md instructs the agent to register and use an external MCP at https://business-entity-mcp.apify.actor/mcp. The description does not explicitly disclose that queries will be proxied to a third party.
Instruction Scope
SKILL.md only instructs adding an MCP server (via mcporter or editing ~/.openclaw/mcp.json) and documents three tools. It does not request API keys or local file access. The runtime behavior will send search queries to the remote apify.actor endpoint (streamable-http transport), which may receive full query text and any parameters — this is outside the domain of OpenCorporates/EDGAR and may expose sensitive query content.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself. It does require the mcporter binary to be present; that is a reasonable dependency for registering MCP servers but should be verified as legitimate by the user.
Credentials
No environment variables, credentials, or config paths are required beyond optionally editing ~/.openclaw/mcp.json. The skill does not demand unrelated secrets.
Persistence & Privilege
always is false and the skill is user-invocable only. It does instruct adding a server entry to the agent's MCP config, which persists that remote endpoint in ~/.openclaw/mcp.json — expected for an MCP-based tool but worth noting.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gov-business-entity
  3. After installation, invoke the skill by name or use /gov-business-entity
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Search global company registrations and US public company filings. - Query company registrations worldwide via OpenCorporates. - Fetch detailed company info by jurisdiction and company number. - Search SEC EDGAR for US public company data and filings. - No API keys needed; uses free public APIs. - Useful for due diligence, compliance, and corporate research.
Metadata
Slug gov-business-entity
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Gov Business Entity?

Search company registrations via OpenCorporates and SEC EDGAR. 3 tools for business entity research. It is an AI Agent Skill for Claude Code / OpenClaw, with 480 downloads so far.

How do I install Gov Business Entity?

Run "/install gov-business-entity" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gov Business Entity free?

Yes, Gov Business Entity is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Gov Business Entity support?

Gov Business Entity is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gov Business Entity?

It is built and maintained by Martin (@martc03); the current version is v1.0.0.

💬 Comments