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
The HTTPS redirect hands the encoded server definition to VS Code, which opens its MCP install confirmation.
Open VS CodeConfiguration fallback
{
"servers": {
"platphormnews": {
"type": "http",
"url": "https://mcp.platphormnews.com/api/mcp"
}
}
}Cursor
.cursor/mcp.json or ~/.cursor/mcp.json
The Cursor deep link contains a base64-encoded server definition and opens Cursor's MCP install flow.
Open CursorConfiguration fallback
{
"mcpServers": {
"platphormnews": {
"url": "https://mcp.platphormnews.com/api/mcp"
}
}
}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.