stock-analysis-mcp
by ingpoc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Cache TTL in seconds | 3600 |
| LOG_LEVEL | No | Logging level | INFO |
| LOG_FORMAT | No | Log message format (optional) | |
| MONGODB_URI | No | MongoDB connection string | mongodb://localhost:27017 |
| CACHE_ENABLED | No | Enable caching | True |
| MCP_SERVER_NAME | No | Server name | stock-analysis-mcp |
| MONGODB_DB_NAME | No | Database name | stock_data |
| MCP_SERVER_VERSION | No | Server version | 0.1.0 |
| ALPHA_VANTAGE_API_KEY | Yes | Your Alpha Vantage API key | |
| ALPHA_VANTAGE_BASE_URL | No | Alpha Vantage base URL | https://www.alphavantage.co/query |
| MONGODB_HOLDINGS_COLLECTION | No | Holdings collection name | holdings |
| ALPHA_VANTAGE_RATE_LIMIT_DAY | No | API calls allowed per day | 500 |
| MONGODB_FINANCIALS_COLLECTION | No | Financials collection name | detailed_financials |
| ALPHA_VANTAGE_DEFAULT_EXCHANGE | No | Default exchange for Indian stocks | NSE |
| ALPHA_VANTAGE_RATE_LIMIT_MINUTE | No | API calls allowed per minute | 5 |
| MONGODB_KNOWLEDGE_GRAPH_COLLECTION | No | Knowledge graph collection name | stock_knowledge_graph |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/ingpoc/stock_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server