Submit

MCP REST

@ivanboring

Exposes a SSE MCP server as a rest endpoints for tools. Only for testing
Overview

what is MCP REST?

MCP REST is a REST API wrapper around the Model Context Protocol (MCP) client, designed for testing purposes. It allows users to interact with the MCP server without maintaining a constant connection.

how to use MCP REST?

To use MCP REST, install it globally using npm or run it with npx. You can connect to an SSE server by specifying the server URL and port as options.

key features of MCP REST?

  • Provides REST endpoints for interacting with the MCP server.
  • Supports connection to custom SSE servers.
  • Offers debugging options for troubleshooting.

use cases of MCP REST?

  1. Testing interactions with the MCP server without a persistent connection.
  2. Listing available tools and checking connection status via API endpoints.
  3. Calling specific tools with arguments through REST API requests.

FAQ from MCP REST?

  • Is MCP REST suitable for production use?

No, MCP REST is intended for testing purposes only and should not be used in a production environment.

  • How do I install MCP REST?

You can install it globally using npm install -g mcp-rest or use it with npx mcp-rest.

  • What are the available API endpoints?

The available endpoints include /status to check connection status and /tools to list all available tools.

© 2025 MCP.so. All rights reserved.

Build with ShipAny.