← Back to Plugins
MCP Server MCP

io.github.carrotly-ai/disclosures

github By github 👁 1 views ▲ 0 votes

Corporate-disclosure research across 12 official sources behind ten intent-based tools.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "disclosures",
      "version": "0.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Descriptive User-Agent with contact info, required by SEC EDGAR (e.g. 'Your Org [email protected]'). SEC_EDGAR_USER_AGENT is also accepted.",
          "isRequired": true,
          "name": "DISCLOSURES_USER_AGENT"
        },
        {
          "description": "UK Companies House API key. Required only for GB operations.",
          "isSecret": true,
          "name": "COMPANIES_HOUSE_API_KEY"
        },
        {
          "description": "South Korea OpenDART API key. Required only for KR operations.",
          "isSecret": true,
          "name": "OPENDART_API_KEY"
        },
        {
          "description": "Japan EDINET API key. Required only for JP document search; JP resolution is keyless.",
          "isSecret": true,
          "name": "EDINET_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...