Missing a tool?
Found a bug?
Have an idea for an improvement?
Share your feedback directly with the maintainers - every feedback helps make this server better for everyone.
Open GitHub Issues →Send generic HTTP requests and get normalized API responses via MCP.
A Model Context Protocol (MCP) server that exposes HTTP/HTTPS request execution for testing APIs, integrating web services, and fetching remote data in agent workflows.
The MewCP HTTP MCP Server provides stateless, auth-agnostic HTTP access:
Perfect for:
No credentials required. This server is auth-agnostic — pass any authentication material (API keys, bearer tokens, etc.) directly via the headers parameter on each request.
retriable — true when it is safe to retry (rate limit, network error, 503). false for validation and auth errors.retry_after_seconds — seconds to wait before retrying; present only when retriable is true and the upstream specifies a delay.error.code — machine-readable string: VALIDATION_ERROR, AUTH_ERROR, UPSTREAM_ERROR, SERVER_ERROR.