{
  "schemaVersion": "1.0",
  "item": {
    "slug": "jquants-mcp",
    "name": "Jquants Mcp",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ajtgjmdjp/jquants-mcp",
    "canonicalUrl": "https://clawhub.ai/ajtgjmdjp/jquants-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "manual_only",
    "downloadUrl": "/downloads/jquants-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jquants-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Wait for the source to recover or retry later.",
      "Review SKILL.md only after the source returns a real package.",
      "Do not rely on this source for automated install yet."
    ],
    "agentAssist": {
      "summary": "Use the source page and any available docs to guide the install because the item is currently unstable or timing out.",
      "steps": [
        "Open the source page via Review source status.",
        "If you can obtain the package, extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the source page and extracted files."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required."
        },
        {
          "label": "Upgrade existing",
          "body": "I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "jquants-mcp",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-04-30T06:31:06.248Z",
      "expiresAt": "2026-04-30T18:31:06.248Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jquants-mcp",
        "error": "Timed out after 5000ms",
        "slug": "jquants-mcp"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/ajtgjmdjp/jquants-mcp"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "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/jquants-mcp",
    "agentPageUrl": "https://openagent3.xyz/skills/jquants-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jquants-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jquants-mcp/agent.md"
  },
  "agentAssist": {
    "summary": "Use the source page and any available docs to guide the install because the item is currently unstable or timing out.",
    "steps": [
      "Open the source page via Review source status.",
      "If you can obtain the package, extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the source page and extracted files."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required."
      },
      {
        "label": "Upgrade existing",
        "body": "I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "J-Quants: JPX Stock Market Data",
        "body": "Access Tokyo Stock Exchange (TSE) listed stock data via the official J-Quants API. Search stocks, get daily OHLCV prices, financial summaries, and earnings announcement calendar.\n\nImportant: This tool is for personal use only. Data redistribution is prohibited by J-Quants Terms of Service. https://jpx-jquants.com/termsofservice"
      },
      {
        "title": "Use Cases",
        "body": "Search for TSE-listed stocks by code or company name\nGet daily OHLCV price data for any stock\nRetrieve financial summaries (revenue, profit, EPS, ROE)\nCheck upcoming earnings announcement dates\nCompare financial metrics across companies"
      },
      {
        "title": "Search stocks",
        "body": "# By stock code\njquants-mcp search 7203\n\n# By company name (Japanese)\njquants-mcp search トヨタ\n\n# JSON output\njquants-mcp search ソニー --json-output"
      },
      {
        "title": "Get stock prices",
        "body": "# Default: last 30 days\njquants-mcp price 7203\n\n# With date range\njquants-mcp price 7203 --start-date 2024-01-01 --end-date 2024-12-31\n\n# JSON output\njquants-mcp price 7203 --json-output"
      },
      {
        "title": "Get financial data",
        "body": "jquants-mcp financials 7203\njquants-mcp financials 6758 --json-output"
      },
      {
        "title": "Get earnings calendar",
        "body": "# Default: next 30 days\njquants-mcp calendar\n\n# With date range\njquants-mcp calendar --start-date 2024-04-01 --end-date 2024-06-30"
      },
      {
        "title": "Test connectivity",
        "body": "jquants-mcp test"
      },
      {
        "title": "Workflow",
        "body": "jquants-mcp search <company> → find stock code\njquants-mcp price <code> → get price history\njquants-mcp financials <code> → get financial data\njquants-mcp calendar → check earnings dates"
      },
      {
        "title": "Setup",
        "body": "Requires JQUANTS_MAIL_ADDRESS and JQUANTS_PASSWORD environment variables\nFree account registration: https://jpx-jquants.com/\nPython package: pip install jquants-mcp or uv tool install jquants-mcp"
      },
      {
        "title": "Terms of Service",
        "body": "By using this tool, you agree to the J-Quants Terms of Service.\nData is for personal use only — redistribution is prohibited."
      }
    ],
    "body": "J-Quants: JPX Stock Market Data\n\nAccess Tokyo Stock Exchange (TSE) listed stock data via the official J-Quants API. Search stocks, get daily OHLCV prices, financial summaries, and earnings announcement calendar.\n\nImportant: This tool is for personal use only. Data redistribution is prohibited by J-Quants Terms of Service. https://jpx-jquants.com/termsofservice\n\nUse Cases\nSearch for TSE-listed stocks by code or company name\nGet daily OHLCV price data for any stock\nRetrieve financial summaries (revenue, profit, EPS, ROE)\nCheck upcoming earnings announcement dates\nCompare financial metrics across companies\nCommands\nSearch stocks\n# By stock code\njquants-mcp search 7203\n\n# By company name (Japanese)\njquants-mcp search トヨタ\n\n# JSON output\njquants-mcp search ソニー --json-output\n\nGet stock prices\n# Default: last 30 days\njquants-mcp price 7203\n\n# With date range\njquants-mcp price 7203 --start-date 2024-01-01 --end-date 2024-12-31\n\n# JSON output\njquants-mcp price 7203 --json-output\n\nGet financial data\njquants-mcp financials 7203\njquants-mcp financials 6758 --json-output\n\nGet earnings calendar\n# Default: next 30 days\njquants-mcp calendar\n\n# With date range\njquants-mcp calendar --start-date 2024-04-01 --end-date 2024-06-30\n\nTest connectivity\njquants-mcp test\n\nWorkflow\njquants-mcp search <company> → find stock code\njquants-mcp price <code> → get price history\njquants-mcp financials <code> → get financial data\njquants-mcp calendar → check earnings dates\nSetup\nRequires JQUANTS_MAIL_ADDRESS and JQUANTS_PASSWORD environment variables\nFree account registration: https://jpx-jquants.com/\nPython package: pip install jquants-mcp or uv tool install jquants-mcp\nTerms of Service\n\nBy using this tool, you agree to the J-Quants Terms of Service. Data is for personal use only — redistribution is prohibited."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ajtgjmdjp/jquants-mcp",
    "publisherUrl": "https://clawhub.ai/ajtgjmdjp/jquants-mcp",
    "owner": "ajtgjmdjp",
    "version": "0.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/jquants-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/jquants-mcp",
    "agentUrl": "https://openagent3.xyz/skills/jquants-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jquants-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jquants-mcp/agent.md"
  }
}