Google PageRank for AI agents. 25,000+ tools indexed.

mcp-rest-api by dkmaker

#1441 of 4710 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

You have 10 open vs 3 closed issues — triaging stale issues improves health

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for mcp-rest-api by dkmaker
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-dkmaker--mcp-rest-api)](https://agentrank-ai.com/skill/glama-dkmaker--mcp-rest-api/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-dkmaker--mcp-rest-api/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-dkmaker--mcp-rest-api" alt="AgentRank"></a>

Supported Platforms

MCP

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 respon
Read full README on GitHub →