Stock Market MCP Server
by sverze
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FINNHUB_API_KEY | Yes | Your Finnhub API key. Get one for free at finnhub.io |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_stock_symbol_lookupA | |
| get_stock_priceA | |
| get_basic_financialsA | |
| get_market_newsA | |
| get_company_newsA | |
| get_stock_candlesA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| stock_analysis | Analyze a stock by looking up its basic information, current price, and financial metrics. Example usage: I want to analyze Apple stock. First, look up the symbol for Apple. Then get the current price and basic financial information. Finally, summarize whether this looks like a good investment based on P/E ratio, dividend yield, and recent price movements. |
| market_overview | Get a comprehensive market overview including general market news and data for major indices. Example usage: Give me a market overview with the latest general news and current prices for major indices like AAPL, MSFT, GOOGL, AMZN, and SPY. |
| stock_price_history | Analyze the historical price movement of a stock over a specific time period. Example usage: Show me the price history for TSLA over the past month with daily candles. Identify key support and resistance levels. |
| company_news_analysis | Analyze recent news for a specific company and its potential impact on stock price. Example usage: Analyze recent news for NVDA from 2023-01-01 to 2023-01-31 and tell me how it might affect the stock price. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sverze/stock-market-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server