opensosdata-mcp

OpenSOSData/opensosdata-mcp
★ 1 stars TypeScript AI/LLM Updated today
Official MCP server for OpenSOSData - real-time US business entity search across all 53 jurisdictions (all 50 states + DC + Puerto Rico + US Virgin Islands). Search, verify, and check status of any LLC, corporation, or registered entity via Claude.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "opensosdata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "OpenSOSData/opensosdata-mcp"
      ]
    }
  }
}