INDIVIDUAL MCP TOOL
get_kanrays_content
用搜尋結果提供的 id、resource URI 或 Kanrays 官方 canonical URL 讀取單篇已發布內容。不接受任意網址或檔案路徑。
LIVE ENDPOINT
https://kanrays.net/mcp
Connect to this endpoint to inspect the live schema for get_kanrays_content and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kanrays-public-knowledge]
url = "https://kanrays.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kanrays-public-knowledge": {
"type": "http",
"url": "https://kanrays.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kanrays-public-knowledge
Remote MCP URL: https://kanrays.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kanrays-public-knowledge": {
"url": "https://kanrays.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kanrays-public-knowledge": {
"type": "http",
"url": "https://kanrays.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kanrays-public-knowledge",
"transport": "streamable-http",
"url": "https://kanrays.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_kanrays_content— 搜尋 Kanrays 官方網站已發布的服務摘要、教學與部落格。每筆結果都附內容來源與 canonical URL;不會搜尋內部文件、客戶資料或未發布草稿。get_kanrays_pricing— 取得 Kanrays 已公開的虛擬主機、VPS、企業信箱或 SSL 自有方案。只回傳公開價格、供應狀態、必要揭露及已驗證的購買或諮詢網址。