Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

US Stocks & Market Data

REMOTE · MCP-STOCKS-US.GINO.IM · SCANNED AUG 17

US market snapshot, stock fundamentals, prices, statements, news and analyst views

+20 this week 71 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability67
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1098 tokens (~183/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp-stocks-us.gino.im

# add to Claude Code
claude mcp add --transport http im-gino-stocks-us https://mcp-stocks-us.gino.im/mcp
# ~/.codex/config.toml
[mcp_servers.im-gino-stocks-us]
url = "https://mcp-stocks-us.gino.im/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "im-gino-stocks-us": {
      "type": "remote",
      "url": "https://mcp-stocks-us.gino.im/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add im-gino-stocks-us --url https://mcp-stocks-us.gino.im/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  im-gino-stocks-us:
    url: "https://mcp-stocks-us.gino.im/mcp"
// mcp.json
{
  "mcpServers": {
    "im-gino-stocks-us": {
      "type": "http",
      "url": "https://mcp-stocks-us.gino.im/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 16 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Aug 26 +1
    • Tool “get_finance_news” rewrote its description, which is the text the model reads security
    • Tool “get_financial_statement” rewrote its description, which is the text the model reads security
    • Tool “get_historical_stock_prices” rewrote its description, which is the text the model reads security
    • Tool “get_market_overview” rewrote its description, which is the text the model reads security
    • Tool “get_recommendations” rewrote its description, which is the text the model reads security
    • Tool “get_stock_info” rewrote its description, which is the text the model reads security
  • 11 Aug 26 +17
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 10 Aug 26 51

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 17 Aug 2026 · Probed https://mcp-stocks-us.gino.im/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=gino.im CN=WE1,O=Google Trust Services,C=US 5 Jul 2026 3 Oct 2026 ECDSA 256 ECDSA-SHA256 2066f8a435195bde13f5196bb645b837
SANs: gino.im, *.gino.im
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp-stocks-us.gino.im. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
im. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp-stocks-us.gino.im/mcp Verified 200
http (plaintext) http://mcp-stocks-us.gino.im/mcp HTTPS enforced 308 https://mcp-stocks-us.gino.im/mcp
MCP tools · 6 exposed · ~823 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_finance_news ~59

[US Stock Info] Get news for a given ticker symbol. Args: ticker: str The ticker symbol of the stock to get news for, e.g. "AAPL"

NameTypeReqDescription
tickerstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

get_financial_statement ~146

[US Stock Info] Get financial statement for a given ticker symbol. You can choose from the following financial statement types: income_stmt, quarterly_income_stmt, balance_sheet, quarterly_balance_sheet, cashflow, quarterly_cashflow. Args: ticker: str The ticker symbol of the stock to get financial statement for, e.g. "AAPL" financial_type: str The type of financial statement to get. You can choose from the following financial statement types: income_stmt, quarterly_income_stmt, balance_sheet, quarterly_balance_sheet, cashflow, quarterly_cashflow.

NameTypeReqDescription
financial_typestringyes
tickerstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

get_historical_stock_prices ~221

[US Stock Info] Get historical stock prices for a given ticker symbol. Include the following information: Date, Open, High, Low, Close, Volume, Adj Close. Args: ticker: str The ticker symbol of the stock to get historical prices for, e.g. "AAPL" period : str Valid periods: 1d,5d,1mo,3mo,6mo,1y,2y,5y,10y,ytd,max Either Use period parameter or use start and end Default is "1mo" interval : str Valid intervals: 1m,2m,5m,15m,30m,60m,90m,1h,1d,5d,1wk,1mo,3mo Intraday data cannot extend last 60 days Default is "1d"

NameTypeReqDescription
intervalstring
periodstring
tickerstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

get_market_overview ~134

[US Stock Info] Get a snapshot of the overall US market: major indices (S&P 500, NASDAQ, Dow), the VIX volatility index, US Treasury yields, commodities (gold, WTI crude), and the USD/KRW rate. Use this for questions about the market as a whole rather than a single company, e.g. "how is the US market doing", "what happened overnight", "is the market up today". Takes no arguments. Also reports whether the US regular session is currently open, so a closed-market response can be described as the last trading day's close.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

get_recommendations ~161

[US Stock Info] Get recommendations or upgrades/downgrades for a given ticker symbol. You can also specify the number of months back to get upgrades/downgrades for, default is 12. Args: ticker: str The ticker symbol of the stock to get recommendations for, e.g. "AAPL" recommendation_type: str The type of recommendation to get. You can choose from the following recommendation types: recommendations, upgrades_downgrades. months_back: int The number of months back to get upgrades/downgrades for, default is 12.

NameTypeReqDescription
months_backinteger
recommendation_typestringyes
tickerstringyes
NameTypeReqDescription
resultstringyes

No examples provided.

get_stock_info ~102

[US Stock Info] Get a summary of key information for a given ticker symbol: price and trading range, market cap, valuation multiples, profitability and growth, dividend, analyst target and rating, beta, and a short business description. For detailed financial statements use get_financial_statement. Args: ticker: str The ticker symbol of the stock to get information for, e.g. "AAPL"

NameTypeReqDescription
tickerstringyes
NameTypeReqDescription
resultstringyes

No examples provided.