Skip to main content
Glama

Polygon-io MCP Server

Official
Dockerfile249 B
FROM python:3.13-slim WORKDIR /app # Install uv for dependency management RUN pip install uv COPY . ./ RUN uv pip install --system -e . RUN chmod +x entrypoint.py ENV PYTHONPATH=/app/src:$PYTHONPATH ENTRYPOINT ["uv", "run", "./entrypoint.py"]

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/polygon-io/mcp_polygon'

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