Skip to main content
Glama

AKShare MCP Server

by ttjslbz001
FROM python:3.10-slim WORKDIR /app # Install uv RUN pip install uv # Copy project files COPY . . # Install dependencies RUN uv pip install -e . # Expose port if needed # EXPOSE 8000 # Run the server CMD ["python", "run_server.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/ttjslbz001/akshare_mcp_server'

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