We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LiteObject/langchain-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•550 B
# Core web framework and server
fastapi==0.115.14
uvicorn==0.35.0
# Data validation and serialization
pydantic==2.11.7
pydantic-settings==2.10.1
# HTTP client for external API calls
httpx==0.28.1
# HTML parsing for web scraping
beautifulsoup4==4.13.4
# HTTP requests (used in test files)
requests==2.32.4
# Model Context Protocol (optional - for MCP integration)
mcp==1.10.1
fastapi-mcp==0.3.4
# Core dependencies (automatically installed with above packages)
starlette==0.46.2
anyio==4.9.0
sniffio==1.3.1
h11==0.16.0
typing_extensions==4.14.0