{
  "schemaVersion": "1.0",
  "item": {
    "slug": "edinet-mcp",
    "name": "Edinet Mcp",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ajtgjmdjp/edinet-mcp",
    "canonicalUrl": "https://clawhub.ai/ajtgjmdjp/edinet-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/edinet-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=edinet-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/edinet-mcp"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/edinet-mcp",
    "agentPageUrl": "https://openagent3.xyz/skills/edinet-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/edinet-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/edinet-mcp/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "EDINET: Japanese Financial Statement Analysis",
        "body": "Search Japanese public companies and analyze their financial statements via EDINET (金融庁 電子開示システム). Supports income statements (PL/損益計算書), balance sheets (BS/貸借対照表), and cash flow statements (CF/キャッシュ・フロー計算書) with 161 normalized labels across J-GAAP, IFRS, and US-GAAP."
      },
      {
        "title": "Use Cases",
        "body": "Look up any Japanese public company by name or stock code (証券コード)\nRetrieve and compare income statements across companies\nAnalyze balance sheet composition and trends\nReview cash flow patterns (operating, investing, financing)\nCompare financials across different accounting standards (J-GAAP/IFRS/US-GAAP)\nScreen multiple companies by ROE, profit margins, and other metrics"
      },
      {
        "title": "Search companies",
        "body": "# Search by company name (Japanese or English)\nedinet-mcp search トヨタ\nedinet-mcp search ソニー\n\n# Search by stock code\nedinet-mcp search 7203 --limit 5 --json-output"
      },
      {
        "title": "Financial statements",
        "body": "# Income statement for Toyota (E02144), filed in 2024\nedinet-mcp statements -c E02144 -p 2024 -s income_statement --format json\n\n# Balance sheet\nedinet-mcp statements -c E02144 -p 2024 -s balance_sheet --format json\n\n# Cash flow statement\nedinet-mcp statements -c E02144 -p 2024 -s cash_flow_statement --format json\n\n# All statements as CSV\nedinet-mcp statements -c E02144 -p 2024 --format csv"
      },
      {
        "title": "Screen companies (compare metrics)",
        "body": "# Compare Toyota, Sony, Honda by financial metrics\nedinet-mcp screen E02144 E01777 E02529\n\n# Sort by ROE\nedinet-mcp screen E02144 E01777 E02529 --sort-by ROE\n\n# JSON output\nedinet-mcp screen E02144 E01777 --format json"
      },
      {
        "title": "Test connectivity",
        "body": "edinet-mcp test"
      },
      {
        "title": "Statement types",
        "body": "TypeJapaneseKey itemsincome_statement損益計算書 (PL)売上高, 営業利益, 純利益balance_sheet貸借対照表 (BS)総資産, 純資産, 負債cash_flow_statementCF計算書営業CF, 投資CF, 財務CF"
      },
      {
        "title": "Workflow",
        "body": "edinet-mcp search <company> → find EDINET code\nedinet-mcp statements -c <code> -p <year> → view financial data\nedinet-mcp screen <code1> <code2> ... → compare multiple companies"
      },
      {
        "title": "Important",
        "body": "The -p (period) parameter is the filing year, not the fiscal year. March-end companies file in June of the next year: FY2023 data → -p 2024.\n161 normalized labels across J-GAAP / IFRS / US-GAAP.\nResults include 当期 (current) and 前期 (prior) periods.\nRate-limited to 0.5 req/sec by default. Screening 10 companies takes ~1-2 minutes.\nMaximum 20 companies per screen request."
      },
      {
        "title": "Setup",
        "body": "Requires EDINET_API_KEY environment variable\nFree API key: https://disclosure2dl.edinet-fsa.go.jp/\nPython package: pip install edinet-mcp or uv tool install edinet-mcp"
      }
    ],
    "body": "EDINET: Japanese Financial Statement Analysis\n\nSearch Japanese public companies and analyze their financial statements via EDINET (金融庁 電子開示システム). Supports income statements (PL/損益計算書), balance sheets (BS/貸借対照表), and cash flow statements (CF/キャッシュ・フロー計算書) with 161 normalized labels across J-GAAP, IFRS, and US-GAAP.\n\nUse Cases\nLook up any Japanese public company by name or stock code (証券コード)\nRetrieve and compare income statements across companies\nAnalyze balance sheet composition and trends\nReview cash flow patterns (operating, investing, financing)\nCompare financials across different accounting standards (J-GAAP/IFRS/US-GAAP)\nScreen multiple companies by ROE, profit margins, and other metrics\nCommands\nSearch companies\n# Search by company name (Japanese or English)\nedinet-mcp search トヨタ\nedinet-mcp search ソニー\n\n# Search by stock code\nedinet-mcp search 7203 --limit 5 --json-output\n\nFinancial statements\n# Income statement for Toyota (E02144), filed in 2024\nedinet-mcp statements -c E02144 -p 2024 -s income_statement --format json\n\n# Balance sheet\nedinet-mcp statements -c E02144 -p 2024 -s balance_sheet --format json\n\n# Cash flow statement\nedinet-mcp statements -c E02144 -p 2024 -s cash_flow_statement --format json\n\n# All statements as CSV\nedinet-mcp statements -c E02144 -p 2024 --format csv\n\nScreen companies (compare metrics)\n# Compare Toyota, Sony, Honda by financial metrics\nedinet-mcp screen E02144 E01777 E02529\n\n# Sort by ROE\nedinet-mcp screen E02144 E01777 E02529 --sort-by ROE\n\n# JSON output\nedinet-mcp screen E02144 E01777 --format json\n\nTest connectivity\nedinet-mcp test\n\nStatement types\nType\tJapanese\tKey items\nincome_statement\t損益計算書 (PL)\t売上高, 営業利益, 純利益\nbalance_sheet\t貸借対照表 (BS)\t総資産, 純資産, 負債\ncash_flow_statement\tCF計算書\t営業CF, 投資CF, 財務CF\nWorkflow\nedinet-mcp search <company> → find EDINET code\nedinet-mcp statements -c <code> -p <year> → view financial data\nedinet-mcp screen <code1> <code2> ... → compare multiple companies\nImportant\nThe -p (period) parameter is the filing year, not the fiscal year. March-end companies file in June of the next year: FY2023 data → -p 2024.\n161 normalized labels across J-GAAP / IFRS / US-GAAP.\nResults include 当期 (current) and 前期 (prior) periods.\nRate-limited to 0.5 req/sec by default. Screening 10 companies takes ~1-2 minutes.\nMaximum 20 companies per screen request.\nSetup\nRequires EDINET_API_KEY environment variable\nFree API key: https://disclosure2dl.edinet-fsa.go.jp/\nPython package: pip install edinet-mcp or uv tool install edinet-mcp"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ajtgjmdjp/edinet-mcp",
    "publisherUrl": "https://clawhub.ai/ajtgjmdjp/edinet-mcp",
    "owner": "ajtgjmdjp",
    "version": "0.6.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/edinet-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/edinet-mcp",
    "agentUrl": "https://openagent3.xyz/skills/edinet-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/edinet-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/edinet-mcp/agent.md"
  }
}