MCP REST API Tester
@dkmaker
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-rest-api": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"dkmaker-mcp-rest-api",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
开发工具 分类下的更多 MCP 服务器
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
@vercel/mcp-adapter
vercelEasily spin up an MCP Server on Next.js, Nuxt, Svelte, and more
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
评论