REST MCP Hub

Connect an MCP client

ChatGPT

Add a developer-mode app using this remote MCP URL:

https://mcp.mmwebxs.cx.ua/mcp

Select OAuth authentication. The server publishes OAuth discovery metadata and supports dynamic client registration with Authorization Code + PKCE.

Access tokens last one hour. Rotating refresh tokens keep authorized ChatGPT and scheduled usage working for up to 30 days without repeating the browser flow.

Cursor or another header-based client

Create a personal token on the dashboard, then configure a remote MCP server:

{
  "mcpServers": {
    "rest-api": {
      "url": "https://mcp.mmwebxs.cx.ua/mcp",
      "headers": {
        "Authorization": "Bearer mcp_REPLACE_ME"
      }
    }
  }
}

Cursor with local risk policy

Use the included dist/src/client/stdio-proxy.js when Cursor must hide and block write or destructive execution tools locally. Configure REST_MCP_URL, REST_MCP_TOKEN, and the three ALLOW_*_OPERATION flags as documented in README.

Available tools

  1. get_current_datetime
  2. list_connections
  3. list_operations
  4. describe_operation
  5. execute_read_operation
  6. execute_write_operation
  7. execute_destructive_operation