Data Collection
gino.im
Provides tools to retrieve US stock market data, including indices, historical prices, company info, news, and financial statements.
ENDPOINT 1
https://mcp-stocks-us.gino.im/mcp
MCP server metadata
- Name
- Financial Information Integration
- Version
- 2.14.7
This server is used to get information about a given ticker symbol. Available tools: - get_market_overview: Get a snapshot of the overall US market (major indices, VIX, Treasury yields, gold, WTI crude, USD/KRW) plus whether the US regular session is open. Takes no arguments. Use this for market-wide questions rather than single-company ones. - get_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_historical_stock_prices: Get historical stock prices for a given ticker symbol. Include the following information: Date, Open, High, Low, Close, Volume, Adj Close. - get_finance_news: Get news for a given ticker symbol. - get_financial_statement: 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. - get_recommendations: 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.
Known tools 6
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.
Inferred read-onlyget_historical_stock_prices[US Stock Info] Get historical stock prices for a given ticker symbol.
Inferred read-onlyget_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.
Inferred read-onlyget_financial_statement[US Stock Info] Get financial statement for a given ticker symbol.
Inferred read-onlyget_recommendations[US Stock Info] Get recommendations or upgrades/downgrades for a given ticker symbol.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.