Claude Desktop
Use Streamable HTTP against the public MCP endpoint.
{
"mcpServers": {
"platphormnews-mcp": {
"url": "https://mcp.platphormnews.com/api/mcp",
"transport": "streamable-http"
}
}
}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.
Use Streamable HTTP against the public MCP endpoint.
{
"mcpServers": {
"platphormnews-mcp": {
"url": "https://mcp.platphormnews.com/api/mcp",
"transport": "streamable-http"
}
}
}Place this in .cursor/mcp.json for public introspection.
{
"mcpServers": {
"platphormnews-mcp": {
"url": "https://mcp.platphormnews.com/api/mcp"
}
}
}Only write, proxy, sync, test, and publish actions need the platform key.
Authorization: Bearer $PLATPHORM_API_KEY
X-PlatPhorm-API-Key: $PLATPHORM_API_KEYConnect 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.