We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/i-dream-of-ai/quantconnect-mcp-jwt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "mcp-server"
version = "0.1.0"
description = "Python MCP server for local interactions with the QuantConnect API."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"python-dotenv>=0.23.0",
"httpx>=0.28.1",
"mcp[cli]>=1.9.3",
"requests",
"PyJWT>=2.8.0",
"cryptography>=42.0.0",
"fastapi>=0.104.0",
"uvicorn>=0.24.0"
]
[tool.pytest.ini_options]
pythonpath = "src"