Skip to main content
Glama

Stock Ticker MCP Server

custom.yaml759 B
version: '3.8' services: stock-ticker-mcp: build: context: . dockerfile: Dockerfile container_name: stock-ticker-mcp-server environment: - ALPHA_VANTAGE_API_KEY=${ALPHA_VANTAGE_API_KEY} - PYTHONUNBUFFERED=1 ports: - "8000:8000" restart: unless-stopped healthcheck: test: ["CMD", "python", "-c", "import httpx; httpx.get('http://localhost:8000/health', timeout=5)"] interval: 30s timeout: 10s retries: 3 start_period: 5s networks: - mcp-network volumes: - ./logs:/app/logs logging: driver: "json-file" options: max-size: "10m" max-file: "3" networks: mcp-network: driver: bridge volumes: logs: driver: local

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/tonkatsutoast/stock-ticker-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server