Skip to main content
Glama

Google Services MCP Server

finance-search

Search for real-time financial data on stocks, ETFs, cryptocurrencies, and indices using Google Finance. Get current prices, market movements, and relevant news by entering symbols with exchange codes.

Instructions

Search for stocks, indices, mutual funds, currencies, and futures using Google Finance. Use format 'SYMBOL:EXCHANGE'. Stocks: 'AAPL:NASDAQ', 'TSLA:NASDAQ'. ETFs/Index funds: 'SPY:NYSEARCA', 'VTI:NYSEARCA', 'QQQ:NASDAQ', 'VOO:NYSEARCA'. Crypto: 'BTC-USD', 'ETH-USD'. Note: Query 'SPY' (no exchange) returns market overview with S&P 500 related ETFs.

Input Schema

NameRequiredDescriptionDefault
asyncNoSubmit search asynchronously
include_discoverNoInclude discover more section
include_marketsNoInclude market overview data
include_newsNoInclude top news
max_futuresNoMaximum number of futures chain items to return
max_newsNoMaximum number of news articles to return (1 = only top news from Google Finance, >1 = additional news from Brave Search)
qYesStock symbol with exchange in format 'SYMBOL:EXCHANGE'. Examples: 'AAPL:NASDAQ', 'TSLA:NASDAQ', 'MSFT:NASDAQ', 'GOOGL:NASDAQ', 'NVDA:NASDAQ' for stocks. For ETFs/Index funds: 'SPY:NYSEARCA', 'VTI:NYSEARCA', 'QQQ:NASDAQ', 'VOO:NYSEARCA'. For crypto: 'BTC-USD', 'ETH-USD'. Note: Just 'SPY' returns market overview with related ETFs in futures_chain.
summary_onlyNoReturn only essential information (price, movement, news)
windowNoTime range for graph data

Input Schema (JSON Schema)

{ "properties": { "async": { "description": "Submit search asynchronously", "type": "boolean" }, "include_discover": { "default": false, "description": "Include discover more section", "type": "boolean" }, "include_markets": { "default": false, "description": "Include market overview data", "type": "boolean" }, "include_news": { "default": true, "description": "Include top news", "type": "boolean" }, "max_futures": { "default": 3, "description": "Maximum number of futures chain items to return", "type": "number" }, "max_news": { "default": 1, "description": "Maximum number of news articles to return (1 = only top news from Google Finance, >1 = additional news from Brave Search)", "type": "number" }, "q": { "description": "Stock symbol with exchange in format 'SYMBOL:EXCHANGE'. Examples: 'AAPL:NASDAQ', 'TSLA:NASDAQ', 'MSFT:NASDAQ', 'GOOGL:NASDAQ', 'NVDA:NASDAQ' for stocks. For ETFs/Index funds: 'SPY:NYSEARCA', 'VTI:NYSEARCA', 'QQQ:NASDAQ', 'VOO:NYSEARCA'. For crypto: 'BTC-USD', 'ETH-USD'. Note: Just 'SPY' returns market overview with related ETFs in futures_chain.", "type": "string" }, "summary_only": { "default": true, "description": "Return only essential information (price, movement, news)", "type": "boolean" }, "window": { "description": "Time range for graph data", "enum": [ "1D", "5D", "1M", "6M", "YTD", "1Y", "5Y", "MAX" ], "type": "string" } }, "required": [ "q" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RichardFelix999/Google-Service-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server