unknown MCP Server

This is a public HTTP streaming implementation of the Model Context Protocol (MCP) for https://img.rtcdn.dev

Endpoint: https://img.rtcdn.dev/en/mcp

You can try it out directly on ChatGPT as a GPT

🤖 Setup Instructions

Claude Desktop

Add to your Claude Desktop config file:

{
  "mcpServers": {
    "unknown": {
      "url": "https://img.rtcdn.dev/en/mcp"
    }
  }
}
📍 Config file location

Claude Code (Terminal)

Run this command:

claude mcp add --transport http unknown https://img.rtcdn.dev/en/mcp

ChatGPT (Custom GPT)

Quick setup:

  1. Go to GPT Builder
  2. Click CreateConfigureActions
  3. Click "Import from URL"
  4. Enter: https://img.rtcdn.dev/en/mcp/openapi.yaml
  5. Click Import and save

Or manually add the endpoint https://img.rtcdn.dev/en/mcp as an action.

Note: After adding the configuration, restart your Claude application for changes to take effect.

🔧 Available Tools (0)

🔗 More Information