Skip to main content
Glama

AlphaVantage-MCP

MIT License
30
  • Apple
# Version control .git/ .gitignore .github/ # Environment .env .venv/ venv/ env/ .python-version # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Project configuration smithery.yaml .dockerignore # Documentation README.md LICENSE docs/ *.md # Testing tests/ **/__pycache__/ **/*.pyc **/*.pyo **/*.pyd **/.pytest_cache/ **/.coverage htmlcov/ # Build artifacts *.egg-info/ dist/ build/ # Temporary files *.log *.tmp .cache/ temp/ # Keep only what's needed # (Don't ignore these files) !pyproject.toml !uv.lock !src/ !entrypoint.sh

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/berlinbra/alpha-vantage-mcp'

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