stoxly
Server Details
Free fundamental stock & ETF analysis: 10-point score, verdict and key metrics for any ticker.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- wizard-exe/Stoxly-mcp
- GitHub Stars
- 0
- Server Listing
- Stoxly
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.2/5 across 2 of 2 tools scored.
The two tools are clearly separated by asset class: ETFs vs. stocks. Descriptions explicitly state the type of security each analyzes, leaving no ambiguity about which tool to use.
Both tools follow a consistent 'analyze_<asset>' naming pattern. This is a predictable and uniform convention.
With only two tools, the server is on the borderline of being too thin. However, the narrow scope of providing security analysis makes the count acceptable, though not substantial.
The tools cover the core analysis functions for stocks and ETFs, returning detailed metrics. A minor gap is the lack of a tool to determine the asset type from a symbol, which could cause friction in workflows.
Available Tools
2 toolsanalyze_etfAInspect
Free analysis of a US-listed ETF. Scores the fund against Stoxly's 10-point checklist (expense ratio, fund size, fund age, number of holdings, top-10 weight, top sector weight, volatility, 1/3/5-year returns) and returns the score, a descriptive verdict, every metric value and a link to the full analysis page.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker symbol in Yahoo Finance format, e.g. AAPL, BRK-B, SAP.DE, VOO |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that the tool scores against a 10-point checklist and returns the score, verdict, all metric values, and a link. This is clear behavioral context, though it does not explicitly state the absence of side effects (e.g., read-only nature).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, information-dense sentence that front-loads the core purpose and then efficiently lists the checklist and output components. No unnecessary words or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of an output schema, the description thoroughly explains what the tool returns: score, verdict, every metric value, and a link. It also covers the tool's scope (US-listed ETF) and the exact evaluation criteria, making it complete for an AI agent to invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with a clear description of 'symbol' as a Yahoo Finance ticker. The tool description adds the important restriction that the symbol must be a US-listed ETF, which goes beyond the schema's examples and clarifies valid parameter usage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Free analysis of a US-listed ETF' and enumerates the specific scoring checklist and return values. This distinguishes it from sibling tool analyze_stock by explicitly targeting ETFs rather than stocks.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for US-listed ETFs, which helps select this tool over analyze_stock, but it does not explicitly mention when not to use it or name the alternative. The guidance is inferred rather than stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
analyze_stockAInspect
Free fundamental analysis of a publicly traded stock. Scores the company against Stoxly's 10-point checklist (P/E, PEG, price/book, revenue growth, ROE, operating margin, return on assets, quick ratio, debt/equity, free cash flow yield) and returns the score, a descriptive verdict, every metric value and a link to the full analysis page.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker symbol in Yahoo Finance format, e.g. AAPL, BRK-B, SAP.DE, VOO |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of disclosure. It reveals the scoring methodology (10-point checklist), the output structure (score, verdict, metric values, link), and the 'free' aspect. It does not mention side effects or authentication, but as a read-only analysis tool, the description is sufficiently transparent about behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single dense sentence that front-loads the primary purpose ('Free fundamental analysis') before elaborating on the checklist and return value. It contains no unnecessary words, though its length and dense list of metrics could be slightly more readable if split.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has one parameter and no output schema, the description adequately covers the return value (score, verdict, metric values, link) and the analysis scope. It lacks details on limitations such as data latency or market coverage, but for typical use it is complete enough.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides full coverage for the sole 'symbol' parameter with examples. The description does not add any additional parameter semantics or conventions, so it does not exceed the baseline expected when schema coverage is high.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool performs stock analysis with a specific verb ('analyzes'), names the resource (publicly traded stock), and details the scoring system (10-point checklist). It inherently differentiates from the sibling analyze_etf by focusing on stocks, making purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description establishes clear context by specifying 'publicly traded stock', implying this tool is for individual equities rather than ETFs. However, it does not explicitly reference the sibling tool or provide when-not-to-use exclusions, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityCmaintenanceResearches any company in ~10 seconds using 10 data sources. Returns structured reports with bull/bear verdict for stocks, crypto, and private companies.212AGPL 3.0
- Alicense-qualityAmaintenanceAnalyze stocks with financial ratios, comparisons, and sector performance data.6MIT
- AlicenseAqualityAmaintenancePre-computed financial market intelligence for AI agents. Stocks, crypto, and ETFs.92303MIT
- AlicenseBqualityDmaintenanceProvides AI-friendly stock analysis using Yahoo Finance data, including technical indicators, financial metrics, and Japanese reports.1231ISC
Your Connectors
Sign in to create a connector for this server.