Skip to main content
Glama

SSI Stock Data MCP Server

by archiephan78
Apache 2.0
14
  • Linux
  • Apple
Dockerfile1.43 kB
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.12-slim-bookworm AS builder COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv WORKDIR /app ENV UV_COMPILE_BYTECODE=1 COPY pyproject.toml uv.lock ./ COPY src ./src/ RUN uv venv && uv pip install --no-cache-dir -e . FROM python:3.12-slim-bookworm WORKDIR /app COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv RUN groupadd -r app && useradd -r -g app app COPY --from=builder /app/.venv /app/.venv COPY --from=builder /app/src /app/src COPY pyproject.toml ./ ENV PATH="/app/.venv/bin:$PATH" \ PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 \ PYTHONPATH="/app" \ PYTHONFAULTHANDLER=1 USER app EXPOSE 8000 HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \ CMD curl -f http://localhost:8000/health || exit 1 CMD ["/app/.venv/bin/ssi-stock-mcp-server"] LABEL org.opencontainers.image.title="SSI Stock intraday data MCP Server" \ org.opencontainers.image.version="0.0.1" \ org.opencontainers.image.source="https://github.com/archiephan78/ssi-stock-mcp-server" \ org.opencontainers.image.licenses="Apache 2" \ org.opencontainers.image.authors="Chung Phan" \ org.opencontainers.image.url="https://github.com/archiephan78/ssi-stock-mcp-server" \ org.opencontainers.image.documentation="https://github.com/archiephan78/ssi-stock-mcp-server#readme"

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/archiephan78/ssi-stock-mcp-server'

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