mcp-rest-api by dkmaker
46 score
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.
Ranked #1441 out of 4710 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 167
Freshness 6d ago
Issue Health 23%
Stars 92
Platform Breadth 1 platform
Contributors 5
Description Detailed
How to Improve
Issue Health high impact
Platforms medium impact
Supported Platforms
From the README
# MCP REST API Tester A TypeScript-based MCP server that enables testing of REST APIs through Claude, Cline and other MCP clients. This tool allows you to test and interact with any REST API endpoints directly from your development environment. <a href="https://glama.ai/mcp/servers/izr2sp4rqo"> </a> ## Installation Install the package globally: ```bash npm install -g dkmaker-mcp-rest-api ``` ## Configuration ### Cline Custom Instructions To ensure Cline understands how to effectively use this tool, add the following to your Cline custom instructions (Settings > Custom Instructions): ```markdown # REST API Testing Instructions The `test_request` tool enables testing, debugging, and interacting with REST API endpoints. The tool provides comprehensive request/response information and handles authentication automatically. ## When to Use - Testing specific API endpoints - Debugging API responses - Verifying API functionality - Checking responRead full README on GitHub →