MCP servers are just REST APIs in a polite wrapper - here's 5 lines of Python
A developer demonstrated that MCP (Model Context Protocol) servers are essentially REST APIs with a polite wrapper, showing how to access the Helium MCP server's underlying HTTP endpoints directly using Python's `request…