MCP Server: io.github.rog0x/api
This MCP server provides HTTP/API testing tools for AI agents, built on the Model Context Protocol. It focuses on making HTTP requests, analyzing headers, and supporting JWT decoding and related security-oriented inspection for agent workflows.
🛠️ Key Features
- Tools for HTTP/API testing with Model Context Protocol (mcp)
- HTTP client capability, including header analysis (header analysis)
- JWT decode support (jwt)
- Built for TypeScript (typescript) and AI tool integration (ai-tools, developer-tools)
🚀 Use Cases
- Test and validate HTTP endpoints from AI agents (http_request)
- Perform API health checks across multiple endpoints in parallel (api_health)
- Inspect authentication-related information for agent requests (security)
⚡ Developer Benefits
http_request: supports GET/POST/PUT/DELETE/PATCH/HEAD/OPTIONS with configurable headers, body, authentication, and timeoutshttp_request: returns status code, response headers, response body, and timing informationapi_health: returns HTTP status, response time, SSL certificate validity and expiry, and optional response body validation
⚠️ Limitations
- The provided description only specifies tool functionality and does not document other tools beyond
http_requestandapi_health.