Skip to main content
Glama

Server Details

Free stock, ETF & crypto analysis: 10-point score, verdict and key metrics for any ticker.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
wizard-exe/Stoxly-mcp
GitHub Stars
0
Server Listing
Stoxly

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct asset class—crypto, ETF, and stock—with no overlap in inputs or purpose. The descriptions clearly differentiate the three analysis types, making misselection unlikely.

Naming Consistency5/5

All tool names follow the consistent 'analyze_<asset>' snake_case pattern, using the same verb and object structure. This is a perfectly predictable and uniform naming convention.

Tool Count5/5

Three tools is well-scoped for a focused analysis server covering the three major retail investment categories. Each tool is broad but essential, and none feels redundant or superfluous.

Completeness5/5

The server provides comprehensive analysis for crypto, ETFs, and stocks, covering the core types of investment assets retail users typically need. The tailored checklists for each asset class indicate a complete surface for the stated purpose.

Available Tools

3 tools
analyze_cryptoAInspect

Free analysis of a crypto-asset (coin or token). Scores it against Stoxly's 10-point crypto checklist (market cap, market cap rank, 24h volume/market cap, exchange count, supply issued, project age, developer commits, volatility, 1-year and 3-year returns) and returns the score, a descriptive verdict, every metric value and a link to the full analysis page.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesCrypto ticker symbol, e.g. BTC, ETH, SOL (a -USD suffix is accepted)

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description carries the full burden. It discloses the output composition (score, verdict, every metric value, link) and notes the analysis is 'free', but it does not explicitly state the tool is read-only, has no side effects, or mention rate limits or error behavior. The output detail is useful, but the side-effect profile is left implicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, information-dense sentence that front-loads the purpose ('Free analysis of a crypto-asset') before detailing the scoring checklist and outputs. The list of 10 metrics is long but useful for setting agent expectations about returned data, so every part earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter tool with no output schema, the description explains what is returned (score, verdict, metrics, link) and the scoring methodology, which is sufficient for an agent to understand the result. It does not mention error cases like unknown symbols or data freshness, but those are minor given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% for the single 'symbol' parameter, so the schema already documents it. The description does not add any additional meaning about the parameter itself, just contextualizes the tool's purpose. With full schema coverage, the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states exactly what the tool does: it analyzes a crypto-asset, scores it against a 10-point checklist, and returns score, verdict, metrics, and a link. The resource type (crypto-asset, coin or token) clearly distinguishes it from sibling tools analyze_etf and analyze_stock, so an agent can tell them apart without opening schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly scopes the tool to crypto-assets (coin or token), which provides unambiguous context for when to use it. However, it does not explicitly mention alternatives or exclusions like 'for stocks use analyze_stock', relying on the sibling names and asset type to route the agent. This is clear context without explicit when-not/alternative guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesTicker symbol in Yahoo Finance format, e.g. AAPL, BRK-B, SAP.DE, VOO

TDQS

A4.3/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesTicker symbol in Yahoo Finance format, e.g. AAPL, BRK-B, SAP.DE, VOO

TDQS

A4.1/5.0
Behavior4/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Addedanalyze_crypto
  2. 2 tool updates
    • First observedanalyze_etf
    • First observedanalyze_stock

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Researches any company in ~10 seconds using 10 data sources. Returns structured reports with bull/bear verdict for stocks, crypto, and private companies.
    2
    12
    AGPL 3.0
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables AI clients to analyze stocks and get scored BUY/HOLD/SELL assessments with technical and fundamental data for Indian (NSE/BSE) and US markets.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.