stock-mcp
by jamespud
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | MySQL host | 127.0.0.1 |
| DB_NAME | No | MySQL database name | stock_mcp |
| DB_PORT | No | MySQL port | 3306 |
| DB_USER | No | MySQL user | stock |
| USER_AGENT | No | Request user-agent string | Chrome 148 UA |
| DB_PASSWORD | No | MySQL password | stock123 |
| DATABASE_URL | No | MySQL connection string, e.g. mysql://user:pass@host:3306/stock_mcp | |
| BARS_PROVIDER | No | Provider for K-line data: yahoo or investing | yahoo |
| BARS_START_DATE | No | Start date for full sync, format YYYY-MM-DD | 2000-01-01 |
| REQUEST_DELAY_MS | No | Request delay in milliseconds for rate limiting | 300 |
| INVESTING_TRANSPORT | No | Transport mode for investing.com: node, go, or auto | auto |
| GQLPROXY_COOKIE_FILE | No | File path for sidecar cookie session | .cache/gqlproxy_cookies.txt |
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
- 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/jamespud/stock-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server