{
  "schemaVersion": "1.0",
  "item": {
    "slug": "yfinance-mcp-server",
    "name": "Yfinance",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rizkydwicmt/yfinance-mcp-server",
    "canonicalUrl": "https://clawhub.ai/rizkydwicmt/yfinance-mcp-server",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/yfinance-mcp-server",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=yfinance-mcp-server",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "install.sh"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/yfinance-mcp-server"
    },
    "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/yfinance-mcp-server",
    "agentPageUrl": "https://openagent3.xyz/skills/yfinance-mcp-server/agent",
    "manifestUrl": "https://openagent3.xyz/skills/yfinance-mcp-server/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/yfinance-mcp-server/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": "YFinance MCP Server",
        "body": "Access real-time and historical financial data from Yahoo Finance. This MCP server provides 12 tools covering stock prices, company fundamentals, analyst recommendations, options chains, dividends, market movers, and news."
      },
      {
        "title": "Stock Data (7 tools)",
        "body": "tool_get_stock_price — Current Price & Trading Metrics\n\ntool_get_stock_price(symbol: \"AAPL\")\ntool_get_stock_price(symbol: \"BBCA.JK\")\n\nReturns: current price, change %, open, day high/low, volume, 52-week range, market cap, P/E, dividend yield, direction (▲/▼).\n\ntool_get_stock_info — Company Details\n\ntool_get_stock_info(symbol: \"MSFT\")\n\nReturns: sector, industry, full name, market cap, P/E, P/B, profit margins, revenue growth, analyst price targets, business description.\n\ntool_get_history — Historical OHLCV Data\n\ntool_get_history(symbol: \"AAPL\", period: \"1mo\", interval: \"1d\")\ntool_get_history(symbol: \"BBCA.JK\", period: \"1y\", interval: \"1wk\")\ntool_get_history(symbol: \"BTC-USD\", period: \"5y\", interval: \"1mo\")\n\nperiod: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max\ninterval: 1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d, 1wk, 1mo, 3mo\n\ntool_get_financials — Financial Statements\n\ntool_get_financials(symbol: \"AAPL\", statement_type: \"income\", quarterly: false)\ntool_get_financials(symbol: \"MSFT\", statement_type: \"balance_sheet\", quarterly: true)\ntool_get_financials(symbol: \"GOOG\", statement_type: \"all\")\n\nstatement_type: income, balance_sheet, cash_flow, all\n\ntool_get_recommendations — Analyst Ratings\n\ntool_get_recommendations(symbol: \"TSLA\")\n\nReturns: recommendation trends (strongBuy, buy, hold, sell, strongSell), price targets (low, mean, median, high), and recent upgrades/downgrades.\n\ntool_get_options — Options Chain\n\ntool_get_options(symbol: \"AAPL\")\ntool_get_options(symbol: \"TSLA\", expiration: \"2025-03-21\")\n\nReturns: calls and puts with strike, last price, bid, ask, volume, open interest, implied volatility. Lists available expiration dates.\n\ntool_get_dividends — Dividend History\n\ntool_get_dividends(symbol: \"JNJ\")\ntool_get_dividends(symbol: \"BBCA.JK\")\n\nReturns: current yield, ex-date, payment rate, and historical dividend payments."
      },
      {
        "title": "Market Analysis (3 tools)",
        "body": "tool_compare_stocks — Side-by-Side Comparison\n\ntool_compare_stocks(symbols: \"AAPL,MSFT,GOOG\")\ntool_compare_stocks(symbols: \"BBCA.JK BBRI.JK BMRI.JK\")\n\nCompares up to 10 stocks on: price, change %, market cap, P/E, dividend yield, margins, revenue growth, analyst rating. Symbols can be comma or space separated.\n\ntool_get_market_movers — Top Movers\n\ntool_get_market_movers(mover_type: \"gainers\")\ntool_get_market_movers(mover_type: \"losers\")\ntool_get_market_movers(mover_type: \"most_active\")\n\ntool_screen_stocks — Stock Screener\n\ntool_screen_stocks(sector: \"Technology\", min_market_cap: 1000000000)\ntool_screen_stocks(max_pe_ratio: 15, min_dividend_yield: 0.03)\ntool_screen_stocks(sector: \"Healthcare\", exchange: \"NMS\")\n\nAll filters are optional and combinable:\n\nsector: Technology, Healthcare, Financial Services, Energy, etc.\nmin_market_cap: in USD (e.g., 1000000000 = $1B)\nmax_pe_ratio: max trailing P/E (e.g., 25)\nmin_dividend_yield: as decimal (e.g., 0.03 = 3%)\nexchange: NMS (NASDAQ), NYQ (NYSE), etc."
      },
      {
        "title": "Search & News (2 tools)",
        "body": "tool_search_stocks — Find Tickers\n\ntool_search_stocks(query: \"Apple\", max_results: 5)\ntool_search_stocks(query: \"semiconductor ETF\")\ntool_search_stocks(query: \"bank indonesia\")\n\nSearches stocks, ETFs, mutual funds, indices by name, ticker, or keyword.\n\ntool_get_news — Latest News\n\ntool_get_news(symbol: \"AAPL\", max_items: 5)\ntool_get_news(symbol: \"TSLA\")\n\nReturns: title, publisher, link, publish time, and thumbnail for each article."
      },
      {
        "title": "Supported Markets",
        "body": "This server works with any ticker supported by Yahoo Finance:\n\nMarketExamplesUS StocksAAPL, MSFT, GOOG, TSLA, AMZNIndonesia (IDX)BBCA.JK, BBRI.JK, TLKM.JK, BMRI.JKJapan (TSE)7203.T (Toyota), 6758.T (Sony)UK (LSE)SHEL.L, AZN.L, HSBA.LHong Kong (HKEX)0700.HK (Tencent), 9988.HK (Alibaba)ETFsSPY, QQQ, VTI, VOO, ARKKCryptoBTC-USD, ETH-USD, SOL-USDIndices^GSPC (S&P 500), ^IXIC (NASDAQ), ^JKSE (IDX)ForexUSDIDR=X, EURUSD=X, GBPUSD=X"
      },
      {
        "title": "Investment Research",
        "body": "tool_search_stocks → find the ticker\ntool_get_stock_info → understand the company\ntool_get_financials → analyze fundamentals\ntool_get_recommendations → check analyst sentiment\ntool_get_history → review price trends"
      },
      {
        "title": "Portfolio Monitoring",
        "body": "tool_compare_stocks → compare your holdings\ntool_get_stock_price → check current prices\ntool_get_news → stay updated on each position"
      },
      {
        "title": "Market Discovery",
        "body": "tool_get_market_movers → find trending stocks\ntool_screen_stocks → filter by criteria\ntool_get_stock_info → deep dive on candidates"
      },
      {
        "title": "Quick Install (install.sh)",
        "body": "The included install.sh automates everything — uv setup, Python 3.12 venv, package install, mcporter config, and OpenClaw skill registration:\n\n# Clone the repository on your server\ngit clone https://github.com/rizkydwicmt/yfinance-mcp-server.git\ncd yfinance-mcp-server\n\n# Run the installer\nchmod +x install.sh\n./install.sh\n\nThe installer will:\n\n✅ Check for pyproject.toml in the project directory\n✅ Install uv if not already present\n✅ Create a Python 3.12 virtual environment\n✅ Install yfinance-mcp-server + all dependencies\n✅ Verify all 12 tools load correctly\n✅ Add yfinance to your mcporter config (auto-detected)\n✅ Install SKILL.md to OpenClaw skills directory"
      },
      {
        "title": "Environment Variables",
        "body": "Customize the installer behavior with environment variables:\n\n# Change project location\nYFINANCE_PROJECT_DIR=/opt/mcp/yfinance ./install.sh\n\n# Use a different Python version\nYFINANCE_PYTHON_VERSION=3.11 ./install.sh\n\n# Custom venv location\nYFINANCE_VENV_DIR=/opt/venvs/yfinance ./install.sh\n\n# Specify mcporter config path\nMCPORTER_CONFIG=/etc/clawd/mcporter.json ./install.sh\n\n# Custom OpenClaw directory\nCLAWD_DIR=/opt/clawd ./install.sh\n\n# Skip mcporter / skill steps\nSKIP_MCPORTER=true ./install.sh\nSKIP_SKILL=true ./install.sh"
      },
      {
        "title": "Manual Install",
        "body": "# 1. Clone repository\ngit clone https://github.com/rizkydwicmt/yfinance-mcp-server.git\ncd yfinance-mcp-server\n\n# 2. Install uv\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n\n# 3. Create venv + install\nuv venv .venv --python 3.12\nuv pip install -e . --python .venv/bin/python\n\n# 4. Add to mcporter.json\n# {\"mcpServers\": {\"yfinance\": {\"command\": \"/path/to/.venv/bin/yfin-mcp\"}}}\n\n# 5. Install skill\nmkdir -p ${CLAWD_DIR}/skills/yfinance\ncp SKILL.md ${CLAWD_DIR}/skills/yfinance/SKILL.md"
      },
      {
        "title": "Verify",
        "body": "# Check tools load\nmcporter --config ${CLAWD_DIR}/config/mcporter.json list yfinance --schema\n\n# Live test\nmcporter --config ${CLAWD_DIR}/config/mcporter.json call yfinance.tool_get_stock_price symbol=AAPL"
      }
    ],
    "body": "YFinance MCP Server\n\nAccess real-time and historical financial data from Yahoo Finance. This MCP server provides 12 tools covering stock prices, company fundamentals, analyst recommendations, options chains, dividends, market movers, and news.\n\nAvailable Tools\nStock Data (7 tools)\ntool_get_stock_price — Current Price & Trading Metrics\ntool_get_stock_price(symbol: \"AAPL\")\ntool_get_stock_price(symbol: \"BBCA.JK\")\n\n\nReturns: current price, change %, open, day high/low, volume, 52-week range, market cap, P/E, dividend yield, direction (▲/▼).\n\ntool_get_stock_info — Company Details\ntool_get_stock_info(symbol: \"MSFT\")\n\n\nReturns: sector, industry, full name, market cap, P/E, P/B, profit margins, revenue growth, analyst price targets, business description.\n\ntool_get_history — Historical OHLCV Data\ntool_get_history(symbol: \"AAPL\", period: \"1mo\", interval: \"1d\")\ntool_get_history(symbol: \"BBCA.JK\", period: \"1y\", interval: \"1wk\")\ntool_get_history(symbol: \"BTC-USD\", period: \"5y\", interval: \"1mo\")\n\nperiod: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max\ninterval: 1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d, 1wk, 1mo, 3mo\ntool_get_financials — Financial Statements\ntool_get_financials(symbol: \"AAPL\", statement_type: \"income\", quarterly: false)\ntool_get_financials(symbol: \"MSFT\", statement_type: \"balance_sheet\", quarterly: true)\ntool_get_financials(symbol: \"GOOG\", statement_type: \"all\")\n\nstatement_type: income, balance_sheet, cash_flow, all\ntool_get_recommendations — Analyst Ratings\ntool_get_recommendations(symbol: \"TSLA\")\n\n\nReturns: recommendation trends (strongBuy, buy, hold, sell, strongSell), price targets (low, mean, median, high), and recent upgrades/downgrades.\n\ntool_get_options — Options Chain\ntool_get_options(symbol: \"AAPL\")\ntool_get_options(symbol: \"TSLA\", expiration: \"2025-03-21\")\n\n\nReturns: calls and puts with strike, last price, bid, ask, volume, open interest, implied volatility. Lists available expiration dates.\n\ntool_get_dividends — Dividend History\ntool_get_dividends(symbol: \"JNJ\")\ntool_get_dividends(symbol: \"BBCA.JK\")\n\n\nReturns: current yield, ex-date, payment rate, and historical dividend payments.\n\nMarket Analysis (3 tools)\ntool_compare_stocks — Side-by-Side Comparison\ntool_compare_stocks(symbols: \"AAPL,MSFT,GOOG\")\ntool_compare_stocks(symbols: \"BBCA.JK BBRI.JK BMRI.JK\")\n\n\nCompares up to 10 stocks on: price, change %, market cap, P/E, dividend yield, margins, revenue growth, analyst rating. Symbols can be comma or space separated.\n\ntool_get_market_movers — Top Movers\ntool_get_market_movers(mover_type: \"gainers\")\ntool_get_market_movers(mover_type: \"losers\")\ntool_get_market_movers(mover_type: \"most_active\")\n\ntool_screen_stocks — Stock Screener\ntool_screen_stocks(sector: \"Technology\", min_market_cap: 1000000000)\ntool_screen_stocks(max_pe_ratio: 15, min_dividend_yield: 0.03)\ntool_screen_stocks(sector: \"Healthcare\", exchange: \"NMS\")\n\n\nAll filters are optional and combinable:\n\nsector: Technology, Healthcare, Financial Services, Energy, etc.\nmin_market_cap: in USD (e.g., 1000000000 = $1B)\nmax_pe_ratio: max trailing P/E (e.g., 25)\nmin_dividend_yield: as decimal (e.g., 0.03 = 3%)\nexchange: NMS (NASDAQ), NYQ (NYSE), etc.\nSearch & News (2 tools)\ntool_search_stocks — Find Tickers\ntool_search_stocks(query: \"Apple\", max_results: 5)\ntool_search_stocks(query: \"semiconductor ETF\")\ntool_search_stocks(query: \"bank indonesia\")\n\n\nSearches stocks, ETFs, mutual funds, indices by name, ticker, or keyword.\n\ntool_get_news — Latest News\ntool_get_news(symbol: \"AAPL\", max_items: 5)\ntool_get_news(symbol: \"TSLA\")\n\n\nReturns: title, publisher, link, publish time, and thumbnail for each article.\n\nSupported Markets\n\nThis server works with any ticker supported by Yahoo Finance:\n\nMarket\tExamples\nUS Stocks\tAAPL, MSFT, GOOG, TSLA, AMZN\nIndonesia (IDX)\tBBCA.JK, BBRI.JK, TLKM.JK, BMRI.JK\nJapan (TSE)\t7203.T (Toyota), 6758.T (Sony)\nUK (LSE)\tSHEL.L, AZN.L, HSBA.L\nHong Kong (HKEX)\t0700.HK (Tencent), 9988.HK (Alibaba)\nETFs\tSPY, QQQ, VTI, VOO, ARKK\nCrypto\tBTC-USD, ETH-USD, SOL-USD\nIndices\t^GSPC (S&P 500), ^IXIC (NASDAQ), ^JKSE (IDX)\nForex\tUSDIDR=X, EURUSD=X, GBPUSD=X\nCommon Usage Patterns\nInvestment Research\ntool_search_stocks → find the ticker\ntool_get_stock_info → understand the company\ntool_get_financials → analyze fundamentals\ntool_get_recommendations → check analyst sentiment\ntool_get_history → review price trends\nPortfolio Monitoring\ntool_compare_stocks → compare your holdings\ntool_get_stock_price → check current prices\ntool_get_news → stay updated on each position\nMarket Discovery\ntool_get_market_movers → find trending stocks\ntool_screen_stocks → filter by criteria\ntool_get_stock_info → deep dive on candidates\nInstallation\nQuick Install (install.sh)\n\nThe included install.sh automates everything — uv setup, Python 3.12 venv, package install, mcporter config, and OpenClaw skill registration:\n\n# Clone the repository on your server\ngit clone https://github.com/rizkydwicmt/yfinance-mcp-server.git\ncd yfinance-mcp-server\n\n# Run the installer\nchmod +x install.sh\n./install.sh\n\n\nThe installer will:\n\n✅ Check for pyproject.toml in the project directory\n✅ Install uv if not already present\n✅ Create a Python 3.12 virtual environment\n✅ Install yfinance-mcp-server + all dependencies\n✅ Verify all 12 tools load correctly\n✅ Add yfinance to your mcporter config (auto-detected)\n✅ Install SKILL.md to OpenClaw skills directory\nEnvironment Variables\n\nCustomize the installer behavior with environment variables:\n\n# Change project location\nYFINANCE_PROJECT_DIR=/opt/mcp/yfinance ./install.sh\n\n# Use a different Python version\nYFINANCE_PYTHON_VERSION=3.11 ./install.sh\n\n# Custom venv location\nYFINANCE_VENV_DIR=/opt/venvs/yfinance ./install.sh\n\n# Specify mcporter config path\nMCPORTER_CONFIG=/etc/clawd/mcporter.json ./install.sh\n\n# Custom OpenClaw directory\nCLAWD_DIR=/opt/clawd ./install.sh\n\n# Skip mcporter / skill steps\nSKIP_MCPORTER=true ./install.sh\nSKIP_SKILL=true ./install.sh\n\nManual Install\n# 1. Clone repository\ngit clone https://github.com/rizkydwicmt/yfinance-mcp-server.git\ncd yfinance-mcp-server\n\n# 2. Install uv\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n\n# 3. Create venv + install\nuv venv .venv --python 3.12\nuv pip install -e . --python .venv/bin/python\n\n# 4. Add to mcporter.json\n# {\"mcpServers\": {\"yfinance\": {\"command\": \"/path/to/.venv/bin/yfin-mcp\"}}}\n\n# 5. Install skill\nmkdir -p ${CLAWD_DIR}/skills/yfinance\ncp SKILL.md ${CLAWD_DIR}/skills/yfinance/SKILL.md\n\nVerify\n# Check tools load\nmcporter --config ${CLAWD_DIR}/config/mcporter.json list yfinance --schema\n\n# Live test\nmcporter --config ${CLAWD_DIR}/config/mcporter.json call yfinance.tool_get_stock_price symbol=AAPL"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rizkydwicmt/yfinance-mcp-server",
    "publisherUrl": "https://clawhub.ai/rizkydwicmt/yfinance-mcp-server",
    "owner": "rizkydwicmt",
    "version": "0.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/yfinance-mcp-server",
    "downloadUrl": "https://openagent3.xyz/downloads/yfinance-mcp-server",
    "agentUrl": "https://openagent3.xyz/skills/yfinance-mcp-server/agent",
    "manifestUrl": "https://openagent3.xyz/skills/yfinance-mcp-server/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/yfinance-mcp-server/agent.md"
  }
}