We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/photonn/mcp_fetcher_http'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•241 B
# Core MCP (Model Context Protocol) server dependencies
mcp>=1.0.0
# HTTP client for fetching web pages
aiohttp>=3.9.0
# HTML to Markdown conversion
html2text>=2020.1.16
# Additional utilities for robust operation
typing-extensions>=4.0.0