MCP Client

Streamable HTTPMCP 2025-06-18

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.

IDE Setup Wizard

Public read-only MCP introspection works without a key. Protected mutations use PLATPHORM_API_KEY only. This client prefers MCP 2025-06-18 and accepts server negotiation across 2025-06-18, 2024-11-05.

Public-safe default

Claude Desktop

Use Streamable HTTP against the public MCP endpoint.

{
  "mcpServers": {
    "platphormnews-mcp": {
      "url": "https://mcp.platphormnews.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}

Cursor

Place this in .cursor/mcp.json for public introspection.

{
  "mcpServers": {
    "platphormnews-mcp": {
      "url": "https://mcp.platphormnews.com/api/mcp"
    }
  }
}

Protected Actions

Only write, proxy, sync, test, and publish actions need the platform key.

Authorization: Bearer $PLATPHORM_API_KEY
X-PlatPhorm-API-Key: $PLATPHORM_API_KEY

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

The client uses Streamable HTTP transport with JSON-RPC 2.0 and sends notifications/initialized after initialize as defined in the MCP specification.