Stoxly

Stoxly

Free stock & ETF fundamental analysis: 10-criteria scoring with a clear verdict and key metrics for any ticker. Two tools (analyze_stock, analyze_etf), no auth, no API keys.

Category
Visit Server

README

Stoxly MCP Server

smithery badge

Free fundamental analysis of stocks and ETFs for AI agents, powered by Stoxly.

Stoxly 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.

This is a remote MCP server — nothing to install or run locally.

Docs: https://www.stoxlyonline.com/mcp

Endpoint

https://www.stoxlyonline.com/api/mcp
  • Transport: Streamable HTTP
  • Authentication: none
  • Rate limit: 30 tool calls per IP per hour

Tools

  • 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.
  • 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.

analyze_stock

Fundamental 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.

Parameters:

  • symbol (string, required): Ticker in Yahoo Finance format, e.g. AAPL, BRK-B, SAP.DE

analyze_etf

Analysis 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.

Parameters:

  • symbol (string, required): Ticker, e.g. VOO, QQQ, SCHD

Setup

Claude Code

claude mcp add --transport http stoxly https://www.stoxlyonline.com/api/mcp

Claude (Desktop / claude.ai)

Settings → Connectors → Add custom connector → URL: https://www.stoxlyonline.com/api/mcp

Cursor / other MCP clients

{
  "mcpServers": {
    "stoxly": {
      "url": "https://www.stoxlyonline.com/api/mcp"
    }
  }
}

Example

"Analyze AAPL's fundamentals"

The agent calls analyze_stock with {"symbol": "AAPL"} and receives:

{
  "symbol": "AAPL",
  "companyName": "Apple Inc.",
  "score": "7/10 criteria met",
  "verdict": "Strong Fundamentals",
  "checks": { "revenueGrowth": true, "peRatio": false, "...": "..." },
  "metrics": { "peRatio": 33.2, "roe": 104.2, "...": "..." },
  "url": "https://www.stoxlyonline.com/analysis/AAPL"
}

Data & methodology

Data 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 and in llms-full.txt.

Disclaimer

For educational purposes only — not financial advice. Data may be delayed.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured