API Tester AI MCP
Related Servers
Alternatives to API Tester AI MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceMock Server AI - MCP server providing AI-powered tools and automation by MEOK AI Labs7 npmMIT
- AlicenseAqualityAmaintenanceAPI Docs Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs56 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for AI-powered API testing that enables automated positive, negative, and security testing directly from AI chat interfaces. It supports multiple AI providers and generates detailed security reports.31 npm-
- AlicenseAqualityBmaintenanceAI Gateway - MCP server providing AI-powered tools and automation by MEOK AI Labs46 npmMIT
- AlicenseNot gradedqualityDmaintenanceA standalone MCP server for API testing and management, allowing AI assistants to interact with RESTful APIs through natural language.8 npm28MIT
- AlicenseNot gradedqualityBmaintenanceDevops AI - MCP server providing AI-powered tools and automation by MEOK AI Labs10 npmMIT
TDQS
Scored across 4 tools
Tools are mostly distinct: check_headers focuses on response headers, validate_response on status/body fields, generate_curl produces a curl command, and send_request builds (but may not actually send) an HTTP request. However, generate_curl and send_request both deal with constructing requests, which could cause confusion; the actual sending capability of send_request is ambiguous.
All tool names follow a consistent verb_noun pattern with underscores: check_headers, generate_curl, send_request, validate_response. No mixing of styles.
With 4 tools, the number is slightly on the low side but reasonable for a focused API testing server. Each tool serves a distinct purpose, and the count does not feel excessive or overly thin.
The set covers key API testing operations: analyzing headers, generating curl, validating responses, and building requests. However, send_request's description suggests it may not actually send the request, requiring an external library, which leaves a notable gap. Missing tools like a dedicated request sender or history management.