We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MockLoop/mockloop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•276 B
# Core dependencies for mockloop-mcp server
fastapi
uvicorn[standard]
Jinja2
PyYAML
requests>=2.32.4
aiohttp>=3.12.14
# MCP SDK
mcp[cli]>=1.10.0
# SchemaPin integration
schemapin
# For development (optional, can be in requirements-dev.txt)
# pytest
# black
# flake8
# mypy