yahoo-finance-mcp
by uirooong
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TZ | No | Timezone for the container. | |
| MCP_HOST | No | Host to bind to (inside the container fixed to 0.0.0.0) | 127.0.0.1 |
| MCP_PORT | No | Port to listen on | 3000 |
| LOG_LEVEL | No | Log level: debug / info / warn / error. | info |
| YF_SESSION_FILE | No | Path to persist Cookie B. If empty, no persistence. | |
| MCP_BEARER_TOKEN | No | Required. The server refuses to start if not set. Bearer token for authenticating MCP clients. | |
| MCP_ALLOW_NO_AUTH | No | Set to 1 to disable authentication (only effective when MCP_BEARER_TOKEN is empty). Not recommended. | 0 |
| MCP_MAX_BODY_BYTES | No | Request body size limit in bytes. | 1048576 |
| YF_MAX_CONCURRENCY | No | Maximum upstream concurrent connections (clamped to a max of 10). | 5 |
| YF_MIN_INTERVAL_MS | No | Minimum interval between upstream requests in milliseconds (minimum 20ms). | 50 |
| MCP_ALLOWED_ORIGINS | No | Allowed Origin values. Empty means requests with an Origin header are all rejected. |
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
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues