mcp-rest-api and mcp-jest
The first tool is an MCP server providing REST API testing capabilities, while the second is an automated testing framework for MCP servers, making them complementary in the MCP server testing ecosystem.
About mcp-rest-api
dkmaker/mcp-rest-api
A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment.
This tool helps developers efficiently test and debug REST API endpoints directly within their integrated development environment. It takes API requests (specifying method, endpoint, and optional body/headers) and provides detailed response information including status, headers, and body. This is ideal for software developers, QA engineers, and DevOps professionals who frequently interact with APIs.
About mcp-jest
josharsh/mcp-jest
Automated testing for Model Context Protocol servers. Ship MCP Servers with confidence.
This is a testing framework for developers building Model Context Protocol (MCP) servers. It helps ensure that your AI assistants (like Claude or ChatGPT) can reliably connect and interact with external tools, databases, or APIs through your MCP server. You write automated tests that check the functionality of your tools, and the framework reports on passing or failing tests, allowing you to ship your AI agent integrations with confidence.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work