Stoxly
Stoxly MCP Server
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/mcpTransport: Streamable HTTP
Authentication: none
Rate limit: 30 tool calls per IP per hour
Related MCP server: Stock Data MCP Server
Tools
analyze_stock- Fundamental analysis of a publicly traded stock. Takes asymbol(ticker in Yahoo Finance format, e.g.AAPL,BRK-B,SAP.DE) and returns company name, price, the 10-pointscore, a descriptiveverdict, per-criterionchecks, all metric values and the canonical analysis URL.nullmeans a metric was unavailable — never treat it as 0.analyze_etf- Analysis of a US-listed ETF. Takes asymbol(e.g.VOO,QQQ,SCHD) and returns fund name, price, the 10-pointscore,verdict, per-criterionchecks(expense ratio, fund size, age, holdings, concentration, volatility, 1/3/5-year returns), all metric values and the canonical analysis URL.
Setup
Claude Code
claude mcp add --transport http stoxly https://www.stoxlyonline.com/api/mcpClaude (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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -licenseBquality-maintenanceEnables LLMs to retrieve, analyze, and visualize stock prices and financial report data for quantitative trading research and investment analysis. Provides real-time and historical stock data, financial statement analysis, key metric calculations, and trading signal visualization.13
- Flicense-qualityDmaintenanceProvides real-time stock market data through Yahoo Finance without requiring an API key. Get quotes, historical data, company information, financial statements, and ticker search capabilities.
- AlicenseBqualityAmaintenanceProvides a comprehensive financial analysis toolkit for AI assistants, featuring technical indicators, options chain analysis, and risk-based position sizing. It enables users to perform stock market analysis and evaluate trade performance using real-time data from Yahoo Finance.174MIT
- AlicenseAqualityBmaintenanceAgent-ready financial intelligence tools for AI agents. Two curated tools — get_stock_snapshot and get_company_metrics — that combine multiple data sources, derive signals (UNDERVALUED, STRONG, ACCELERATING), and pre-compute the math. One call, one agent-friendly response.3411MIT
Related MCP Connectors
13-model stock valuation engine for AI agents - fair values for 5,900+ US stocks, updated daily.
Global stock research, ML forecasts, valuation signals, screeners & portfolio tracking in Claude
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wizard-exe/Stoxly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server