Use the hosted endpoint directly when the client supports authenticated `streamable-http`:
```json
{
"mcpServers": {
"socialdatax-zhihu": {
"type": "streamable_http",
"url": "https://mcp.socialdatax.com/zhihu/mcp",
"headers": {"Authorization": "Bearer <SOCIALDATAX_API_KEY>"}
}
}
}
```
For command/stdio-only clients, use `npx -y mcp-remote https://mcp.socialdatax.com/zhihu/mcp --header "Authorization: Bearer <SOCIALDATAX_API_KEY>"`. See the files in [examples](exam