MCP REST API Tester
@dkmaker
About MCP REST API Tester
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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-rest-api": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"dkmaker-mcp-rest-api",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is MCP REST API Tester?
A TypeScript-based MCP server that enables testing of REST APIs through Claude, Cline and other MCP clients. It allows developers to test and interact with any REST API endpoints directly from their development environment.
How to use MCP REST API Tester?
Install globally via npm install -g dkmaker-mcp-rest-api, then configure the MCP client settings with environment variables for base URL, authentication, SSL verification, and custom headers. Use the test_request tool with parameters method, endpoint, optional body, and optional headers.
Key features of MCP REST API Tester
- Supports GET, POST, PUT, DELETE, and PATCH methods
- Handles Basic, Bearer, and API Key authentication
- Normalizes endpoints automatically
- Provides detailed response information (status, headers, body)
- Configurable SSL verification and response size limit
- Custom global headers via
HEADER_*environment variables
Use cases of MCP REST API Tester
- Testing specific API endpoints during development
- Debugging API responses and verifying functionality
- Checking response times and validating request/response formats
- Testing local development servers and API sequences
- Verifying error handling and authentication flows
FAQ from MCP REST API Tester
What authentication methods are supported?
Basic Authentication (username/password), Bearer Token, and API Key (custom header). Only one method should be configured at a time.
How do I configure custom headers?
Set environment variables with the prefix HEADER_ (case-insensitive) followed by the header name. For example, HEADER_X-API-Version=2.0. Per-request headers override these global headers.
Can I disable SSL verification for self-signed certificates?
Yes, set the environment variable REST_ENABLE_SSL_VERIFY to false to disable SSL verification.
What is the default response size limit?
The default response size limit is 10000 bytes (10 KB). It can be changed via the REST_RESPONSE_SIZE_LIMIT environment variable.
Does this server work with any MCP client?
The README provides configuration examples for Cline but states the server should work with any MCP implementation.
Frequently asked questions
What authentication methods are supported?
Basic Authentication (username/password), Bearer Token, and API Key (custom header). Only one method should be configured at a time.
How do I configure custom headers?
Set environment variables with the prefix `HEADER_` (case-insensitive) followed by the header name. For example, `HEADER_X-API-Version=2.0`. Per-request headers override these global headers.
Can I disable SSL verification for self-signed certificates?
Yes, set the environment variable `REST_ENABLE_SSL_VERIFY` to `false` to disable SSL verification.
What is the default response size limit?
The default response size limit is 10000 bytes (10 KB). It can be changed via the `REST_RESPONSE_SIZE_LIMIT` environment variable.
Does this server work with any MCP client?
The README provides configuration examples for Cline but states the server should work with any MCP implementation.
Basic information
More Developer Tools MCP servers
Agent Conductor
icohangar-opsAgent conductor — AGENTS.md contract parser, SKILL.md registry, CHP decision engine over MCP

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata

Air Pipe
airpipeBuild, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.

Apiosk
obcraftAI-native payments for tools and APIs. Discover, pay for, execute, and publish monetized APIs directly from your agent, settled per call in USDC over x402, through the Model Context Protocol. payments · finance · x402 ·

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.
Comments