MCP Client

Streamable HTTPMCP 2026-07-28

Connect to any MCP server on the PlatPhormNews network and interact with its tools, resources, and prompts

MCP Gateway Connection
Disconnected
Connect to the PlatPhormNews MCP Gateway or another MCP-compatible endpoint using Streamable HTTP transport.

Discovered

Responding

Connectable

Observed tools

Publicly responding and degraded endpoints are selectable. Auth-required, unsupported, invalid, delegated, blocked, and unprobed candidates remain visible but disabled.

IDE Setup Wizard

Connect and browse public tools, resources, prompts, and network endpoints without configuring a key. This client prefers MCP 2026-07-28 and accepts server negotiation across 2026-07-28, 2025-11-25, 2025-06-18, 2025-03-26, 2024-11-05.

Public-safe default

Codex CLI, IDE, and ChatGPT desktop

Add the TOML block, restart the client, then use /mcp to inspect the bounded local tool profile.

[mcp_servers.platphormnews]
url = "https://mcp.platphormnews.com/mcp?profile=ide"

Visual Studio Code

Save mcp.json, start the server from the editor, and review the trust prompt before enabling tools.

{
  "servers": {
    "platphormnews": {
      "type": "http",
      "url": "https://mcp.platphormnews.com/mcp?profile=ide"
    }
  }
}

Cursor

Save mcp.json, open Cursor settings, and enable only the tools needed for the current workflow.

{
  "mcpServers": {
    "platphormnews": {
      "url": "https://mcp.platphormnews.com/mcp?profile=ide"
    }
  }
}

Claude remote connector

Choose Add custom connector, paste the remote MCP URL, review its permissions, and enable only relevant tools.

https://mcp.platphormnews.com/mcp?profile=ide

Connect to an MCP server above to browse its tools, resources, and prompts.

The client uses stateless server/discover for MCP 2026-07-28. It sends initialize and notifications/initialized only when a compatible 2025 server explicitly rejects modern discovery, as defined in the MCP specification. Session IDs remain in memory only.