← gino.im

INDIVIDUAL MCP TOOL

get_recommendations

[US Stock Info] Get recommendations or upgrades/downgrades for a given ticker symbol.

gino.imnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp-stocks-us.gino.im/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_recommendations and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

gino.im

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.financial-information-integration]
url = "https://mcp-stocks-us.gino.im/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "financial-information-integration": {
      "type": "http",
      "url": "https://mcp-stocks-us.gino.im/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: financial-information-integration
Remote MCP URL: https://mcp-stocks-us.gino.im/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "financial-information-integration": {
      "url": "https://mcp-stocks-us.gino.im/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "financial-information-integration": {
      "type": "http",
      "url": "https://mcp-stocks-us.gino.im/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "financial-information-integration",
  "transport": "streamable-http",
  "url": "https://mcp-stocks-us.gino.im/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_market_overview — [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.
  • get_historical_stock_prices — [US Stock Info] Get historical stock prices for a given ticker symbol.
  • get_stock_info — [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.
  • get_finance_news — [US Stock Info] Get news for a given ticker symbol.
  • get_financial_statement — [US Stock Info] Get financial statement for a given ticker symbol.