Skip to main content
Glama
AMEOBIUS-space

MCP HTTP Tester

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_urls

  • Zero 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 passing

License

MIT — aaameobius-crypto

Freelance portfolio: https://ameobius-space.github.io/kwork-portfolio/

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides 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 npm
    2
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables 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.
    1
    12 npm
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    5
    18 npm
    MIT