gurufocus-mcp
by u-daveblack
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GURUFOCUS_API_TOKEN | Yes | Your GuruFocus API token (required) | |
| GURUFOCUS_CACHE_DIR | No | Directory for cache storage | .cache/gurufocus-mcp |
| GURUFOCUS_LOG_LEVEL | No | Logging level: DEBUG, INFO, WARNING, ERROR | INFO |
| GURUFOCUS_LOG_FORMAT | No | Log format: console (human-readable) or json (structured) | console |
| GURUFOCUS_API_TIMEOUT | No | Request timeout in seconds | 30.0 |
| GURUFOCUS_API_BASE_URL | No | API base URL | https://api.gurufocus.com/public/user |
| GURUFOCUS_CACHE_ENABLED | No | Enable response caching | true |
| GURUFOCUS_RATE_LIMIT_RPM | No | Maximum requests per minute | 30.0 |
| GURUFOCUS_API_MAX_RETRIES | No | Maximum retry attempts for failed requests | 3 |
| GURUFOCUS_RATE_LIMIT_DAILY | No | Maximum requests per day (0 = unlimited) | 0 |
| GURUFOCUS_RATE_LIMIT_ENABLED | No | Enable rate limiting | true |
| GURUFOCUS_DEFAULT_OUTPUT_FORMAT | No | Default format: toon (token-efficient) or json | toon |
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/u-daveblack/gurufocus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server