We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tradermonty/finviz-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•428 B
# Finviz MCP Server Environment Configuration
# Required: Your Finviz Elite API Key
# Get this from: https://elite.finviz.com/elite.ashx
FINVIZ_API_KEY=your_finviz_elite_api_key_here
# Optional: Logging level (DEBUG, INFO, WARNING, ERROR)
LOG_LEVEL=INFO
# Optional: Rate limiting (requests per minute)
RATE_LIMIT_REQUESTS_PER_MINUTE=100
# Optional: Server port (for HTTP mode, not needed for stdio mode)
MCP_SERVER_PORT=8080