搜索 API
AgentHub 提供 JSON 搜索接口,供网站、脚本与 AI Agent 程序化查询资源目录。
端点
GET /api/search查询参数
- q — 关键词(FTS 全文搜索)
- type — 资源类型:mcp-server、skill
- origin — 来源:official-mcp-registry、mcp-cn、clawhub、skillsmp、github
- transport — MCP 传输:stdio、streamable-http、sse
- tag — 领域标签 ID(见搜索页领域筛选)
- limit — 返回条数,默认 20,最大 100
- offset — 分页偏移
示例
https://agent.xjtool.top/api/search?q=postgres&type=mcp-server&limit=5机器可读站点说明见 /llms.txt
统一 Manifest JSON Schema: /schema/manifest.schema.json