Open PlatPhormNews MCP in your editor
Connect VS Code or Cursor to the bounded local-tool profile of the canonical MCP capability projection. The install payload contains only the public endpoint; your editor will show its own trust and install confirmation before enabling the server.
The official vscode:mcp/install handler 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/mcp?profile=ide"
}
}
}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/mcp?profile=ide"
}
}
}Codex and hosted connectors
Use the same endpoint everywhere. These configurations contain no credential; add a protected header only through your client's secret store when an operator action requires it.
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"Choose Add custom connector, paste the remote MCP URL, review its permissions, and enable only relevant tools.
https://mcp.platphormnews.com/mcp?profile=ideStart with intent, not the full catalog
Send a plain-English task to the public recommendation API. It returns at most 20 ranked local and source-owned federated tools with human titles, stable invocation names, input schemas, match reasons, owner evidence, and authorization guidance.
curl 'https://mcp.platphormnews.com/api/v1/model/recommend-tools?task=check%20site%20health&limit=5'Clients can load the public PlatPhorm MCP tool-calling skill for the exact recommend, inspect, authorize, and call workflow. Aliases remain discovery-only; invoke the returned canonical name.
https://mcp.platphormnews.com/mcp