mcp-fetch-streamablehttp-server
♥Cherished
A Python MCP server that fetches web content over HTTP with built-in security protections including SSRF prevention and size limits. Designed for AI assistants and applications that need programmatic URL retrieval through the Model Context Protocol's StreamableHTTP transport, enabling stateless, horizontally-scalable deployments.
Clauded With Love Rating
7.5 / 10
This is a Python MCP server that provides secure URL fetching capabilities through StreamableHTTP transport with SSRF protection and size limits. It's designed for AI assistants needing programmatic web content retrieval in stateless, horizontally-scalable deployments.
Code Quality7.5
Usefulness8.0
Claude Usage7.0
Documentation8.5
Originality6.5
Highlights
- ✓Comprehensive security implementation with SSRF protection and robots.txt compliance
- ✓Well-architected three-layer system design with clear separation of concerns
- ✓Excellent documentation with multiple deployment options and detailed API reference
To Improve
- →Add comprehensive test coverage including unit tests for security features and edge cases
- →Implement the SSE endpoint functionality that's currently marked as infrastructure-ready but not implemented