Skip to main content
Glama

MCP Server Boilerplate

finance-search

Search for stocks, indices, mutual funds, currencies, and futures using Google Finance. Retrieve real-time data, historical trends, market insights, news, and customizable response formats.

Instructions

Search for stocks, indices, mutual funds, currencies, and futures using Google Finance

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
no_cacheNoForce fresh results instead of cached
outputNoResponse format
qYesStock symbol, index, mutual fund, currency, or futures (e.g., 'GOOGL:NASDAQ', 'WMT:NYSE')
summary_onlyNoReturn only essential information (price, movement, news)
windowNoTime range for graph data

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "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" }, "no_cache": { "description": "Force fresh results instead of cached", "type": "boolean" }, "output": { "description": "Response format", "enum": [ "json", "html" ], "type": "string" }, "q": { "description": "Stock symbol, index, mutual fund, currency, or futures (e.g., 'GOOGL:NASDAQ', 'WMT:NYSE')", "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/CaptainCrouton89/maps-mcp'

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