We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bhubbb/mcp-fetch-as-markdown'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
AGENT.md•645 B
# Rules
- Keep It Simple Stupid
- Use `uv` for everything, deps and running
- Keep it as a single file
- Make it easy to understand for humans
- Don't add unnecessary dependencies
- Respect websites and their terms of service
- Handle web requests gracefully with proper error handling
- Convert HTML to clean, readable markdown
- Focus on extracting the main content, not navigation/ads/sidebars
- Use minimal context - strip unnecessary elements to reduce token usage
- Provide proper user-agent headers to identify the tool
- Implement reasonable rate limiting and timeouts
- Handle redirects appropriately
- Support common web page encodings