mcp-rest-api and mcp-test-client
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.
Implements a `test_request` MCP tool supporting multiple HTTP methods (GET, POST, PUT, DELETE, PATCH) with configurable authentication (Basic, Bearer, API Key), custom headers, and response size limiting via environment variables. Integrates with Cline and other MCP clients through stdio transport, automatically normalizing endpoints and handling SSL verification for both development and production environments.
About mcp-test-client
crazyrabbitLTC/mcp-test-client
MCP Test Client is a TypeScript testing utility for Model Context Protocol (MCP) servers.
Provides assertion utilities and a fluent API for validating tool availability and responses in test suites, with built-in process spawning to launch MCP servers via stdio transport. Integrates directly with testing frameworks like Vitest/Jest through async lifecycle hooks, and includes a mock calculator server reference implementation for learning and validation.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work