{
  "markdown": "# Stoxly MCP Server\n\n[![smithery badge](https://smithery.ai/badge/stoxlyanalysis/stoxly)](https://smithery.ai/servers/stoxlyanalysis/stoxly)\n\nFree fundamental analysis of stocks and ETFs for AI agents, powered by [Stoxly](https://www.stoxlyonline.com).\n\nStoxly evaluates any publicly traded company against a 10-point fundamental checklist (P/E, PEG, price/book, revenue growth, ROE, operating margin, return on assets, quick ratio, debt/equity, free cash flow yield) — and any US-listed ETF against 10 fund criteria (expense ratio, fund size, fund age, holdings, concentration, volatility, 1/3/5-year returns). Each analysis returns a 0–10 score, a descriptive verdict, every underlying metric and a link to the full analysis page.\n\nThis is a **remote MCP server** — nothing to install or run locally.\n\n**Docs:** https://www.stoxlyonline.com/mcp\n\n## Endpoint\n\n```\nhttps://www.stoxlyonline.com/api/mcp\n```\n\n- Transport: Streamable HTTP\n- Authentication: none\n- Rate limit: 30 tool calls per IP per hour\n\n## Tools\n\n- `analyze_stock` - Fundamental analysis of a publicly traded stock. Returns a 0-10 fundamental score, a descriptive verdict, 10 per-criterion checks, all underlying metrics and a link to the full analysis page.\n- `analyze_etf` - Analysis of a US-listed ETF. Returns a 0-10 fund score, a descriptive verdict, 10 per-criterion checks, all underlying metrics and a link to the full analysis page.\n\n### analyze_stock\n\nFundamental analysis of a publicly traded stock. Returns company name, price, the 10-point `score`, a descriptive `verdict`, per-criterion `checks` (P/E, PEG, price/book, revenue growth, ROE, operating margin, return on assets, quick ratio, debt/equity, free cash flow yield), all metric values and the canonical analysis URL. `null` means a metric was unavailable — never treat it as 0.\n\n**Parameters:**\n\n- `symbol` (string, required): Ticker in Yahoo Finance format, e.g. `AAPL`, `BRK-B`, `SAP.DE`\n\n### analyze_etf\n\nAnalysis of a US-listed ETF. Returns fund name, price, the 10-point `score`, `verdict`, per-criterion `checks` (expense ratio, fund size, fund age, holdings, concentration, volatility, 1/3/5-year returns), all metric values and the canonical analysis URL.\n\n**Parameters:**\n\n- `symbol` (string, required): Ticker, e.g. `VOO`, `QQQ`, `SCHD`\n\n## Setup\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http stoxly https://www.stoxlyonline.com/api/mcp\n```\n\n### Claude (Desktop / claude.ai)\n\nSettings → Connectors → **Add custom connector** → URL: `https://www.stoxlyonline.com/api/mcp`\n\n### Cursor / other MCP clients\n\n```json\n{\n  \"mcpServers\": {\n    \"stoxly\": {\n      \"url\": \"https://www.stoxlyonline.com/api/mcp\"\n    }\n  }\n}\n```\n\n## Example\n\n> \"Analyze AAPL's fundamentals\"\n\nThe agent calls `analyze_stock` with `{\"symbol\": \"AAPL\"}` and receives:\n\n```json\n{\n  \"symbol\": \"AAPL\",\n  \"companyName\": \"Apple Inc.\",\n  \"score\": \"7/10 criteria met\",\n  \"verdict\": \"Strong Fundamentals\",\n  \"checks\": { \"revenueGrowth\": true, \"peRatio\": false, \"...\": \"...\" },\n  \"metrics\": { \"peRatio\": 33.2, \"roe\": 104.2, \"...\": \"...\" },\n  \"url\": \"https://www.stoxlyonline.com/analysis/AAPL\"\n}\n```\n\n## Data & methodology\n\nData is aggregated from Financial Modeling Prep, Yahoo Finance, Finnhub and Alpha Vantage, plus official regulatory filings (SEC EDGAR for US filers, ESEF/UKSEF via filings.xbrl.org for Europe/UK). Scoring thresholds are documented at [stoxlyonline.com/about](https://www.stoxlyonline.com/about) and in [llms-full.txt](https://www.stoxlyonline.com/llms-full.txt).\n\n## Disclaimer\n\nFor educational purposes only — not financial advice. Data may be delayed.\n",
  "bytes": 3597,
  "sha": "78437e7ddb65cdff7c50d77b14b4ff007c710a122019f6bf123b8c756ce5379c",
  "repo_slug": "wizard-exe/stoxly-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_wizard_exe_stoxly_3d94046a/readme"
}