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.
「開発者ツール」の他のコンテンツ
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App

Sentry
modelcontextprotocolModel Context Protocol Servers
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
test
prysmaticlabsGo implementation of Ethereum proof of stake
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
コメント