Empower your AI agents with a lightweight, standalone server that exposes the robust capabilities of `curl` through the Model Context Protocol (MCP). Built in Go, this single-binary solution requires no runtime dependencies, providing essential HTTP features like GET, POST, custom requests, and secure file downloads. It ensures safe web interactions by enforcing strict security measures, including HTTP/HTTPS only schemes, output caps, and blocked flags for custom commands.
主な機能
010 GitHub stars
02Securely download files or fetch their metadata from the web.
03Execute custom curl commands with a restricted flag set for security.
04Communicates over standard MCP stdio transport for easy integration with AI clients.
05Single-binary executable with no external runtime dependencies.
06Perform HTTP GET and POST requests through dedicated tools.