Back to tools

Discover network sites · alias: mcp.discover-network-sites

discover_network_sites

Discover trusted PlatPhormNews sites automatically from the root graph, base sitemap index, bootstrap fallback, and EXTRA_DISCOVERY_DOMAINS. Public-safe: does not mutate registry state.

networkpublic readread
1. Fill the arguments
The schema is authoritative. Do not infer parameters from the alias.
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number"
    },
    "timeoutMs": {
      "type": "number"
    }
  }
}
2. Call the canonical name
POST this JSON-RPC envelope to https://mcp.platphormnews.com/mcp.
{
  "jsonrpc": "2.0",
  "id": "call-1",
  "method": "tools/call",
  "params": {
    "name": "discover_network_sites",
    "arguments": {}
  }
}