LIVE ENDPOINT
https://skillhh.top/api/mcp
Connect to this endpoint to inspect the live schema for skillhh_get_skill and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.skillhh]
url = "https://skillhh.top/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skillhh": {
"type": "http",
"url": "https://skillhh.top/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skillhh
Remote MCP URL: https://skillhh.top/api/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": {
"skillhh": {
"url": "https://skillhh.top/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skillhh": {
"type": "http",
"url": "https://skillhh.top/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skillhh",
"transport": "streamable-http",
"url": "https://skillhh.top/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
skillhh_search_skills— 搜索 Skill换换小镇公开 AI Skill。skillhh_get_rankings— 读取公开榜单。skillhh_get_categories— 读取公开分类与数量。skillhh_get_install_command— 读取公开 Skill 的安装命令或下载链接。skillhh_get_recent_changes— 读取最近公开 Skill 变化。skillhh_get_official_skills— 读取平台官方公开 Skill。