MCP HTTP Tester
Provides HTTP client capabilities (GET, POST, PUT, PATCH, DELETE, HEAD, batch requests, and URL health checks) for AI agents running on Hermes.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP HTTP TesterCheck if https://google.com is reachable"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP HTTP Tester — REST API Testing for AI Agents
An MCP server that gives AI agents HTTP client capabilities: GET, POST, PUT, PATCH, DELETE, batch requests, and URL health checks — 9 tools, zero dependencies, pure Python stdlib.
Features
9 MCP Tools:
http_get,http_post,http_put,http_patch,http_delete,http_head,http_batch,check_url,check_urlsZero dependencies — pure Python stdlib (urllib, ssl, json, http.client)
All HTTP methods — GET, POST, PUT, PATCH, DELETE, HEAD
JSON and form data — automatic Content-Type headers
Basic Auth — username/password authentication
Batch requests — execute multiple requests sequentially
URL health checks — quick uptime monitoring
Response parsing — auto-detect JSON, extract headers, timing
STDIO JSON-RPC mode — drop-in for Claude Desktop, Hermes
Related MCP server: curl-mcp
Tests
python -m pytest tests/ -v # 29 tests, all passingLicense
MIT — aaameobius-crypto
Freelance portfolio: https://ameobius-space.github.io/kwork-portfolio/
This server cannot be deployed
Maintenance
Related MCP Connectors
AI-callable tools for API mocking, testing, monitoring, security, and automation.
MCP tools for AI agents: render URLs to image/PDF, check link health, convert HTML/CSV/JSON.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables fetching content from any URL with support for different HTTP methods, custom headers, and request bodies. Designed to work with ChatGPT and other AI assistants for web scraping and API interactions.-
- AlicenseNot gradedqualityCmaintenanceProvides a structured HTTP client tool for making web requests with full HTTP method support, detailed response metadata, and error handling. Enables AI assistants to interact with any web API or endpoint through the curl_request tool.8 npm2MIT
- AlicenseBqualityDmaintenanceEnables automatic HTTP requests (GET, POST, PUT, DELETE, etc.) with JSON validation and proxy support. Supports custom headers, request bodies, and environment variable configuration for seamless API integration.112 npmMIT
- AlicenseAqualityDmaintenanceA comprehensive suite of HTTP and API testing tools that enables AI agents to perform requests, check endpoint health, and decode JWTs. It also provides utilities for URL parsing and detailed security analysis of HTTP response headers.518 npmMIT