Streamable HTTPNo secret in payload

Open PlatPhormNews MCP in your editor

Connect VS Code or Cursor directly to the canonical MCP registry. The install payload contains only the public endpoint; your editor will show its own trust and install confirmation before enabling the server.

VS Code
.vscode/mcp.json or MCP: Open User Configuration
One click

The HTTPS redirect hands the encoded server definition to VS Code, which opens its MCP install confirmation.

Open VS Code

Configuration fallback

{
  "servers": {
    "platphormnews": {
      "type": "http",
      "url": "https://mcp.platphormnews.com/api/mcp"
    }
  }
}
Official VS Code MCP instructions
Cursor
.cursor/mcp.json or ~/.cursor/mcp.json
One click

The Cursor deep link contains a base64-encoded server definition and opens Cursor's MCP install flow.

Open Cursor

Configuration fallback

{
  "mcpServers": {
    "platphormnews": {
      "url": "https://mcp.platphormnews.com/api/mcp"
    }
  }
}
Official Cursor MCP instructions
Canonical endpoint
https://mcp.platphormnews.com/api/mcp
Public boundary
Initialize, ping, tools, resources, prompts, and capability discovery are public read-only operations.
Protected actions
Mutations and operator actions still require PLATPHORM_API_KEY through a secure client secret store. The install links never embed it.