mcp catfacts
Cat Facts MCP-包装Cat Facts API(免费,无授权)
部分 Pipeworx --MCP网关,将AI代理连接到250多个实时数据源。
工具
| 工具 | 说明 |
|---|---|
get_fact | 随机获取一个关于猫的事实。返回事实文本和字符长度。使用get_facts一次检索多个事实。 |
list_breeds | 按名称搜索猫品种或列出所有可用品种。返回品种名称、原产国、皮毛类型和图案详细信息。 |
get_facts | 一次获取多个随机的猫事实。指定计数(例如5)。返回具有字符长度的事实文本数组。 |
快速开始
添加到您的MCP客户端(Claude Desktop、Cursor、Windsurf等):
{
"mcpServers": {
"catfacts": {
"url": "https://gateway.pipeworx.io/catfacts/mcp"
}
}
}或者连接到完整的Pipeworx网关,以访问所有250多个数据源:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}使用ask_pipeworx
您可以用简单的英语提问,而不是直接调用工具:
ask_pipeworx({ question: "your question about Catfacts data" })网关选择正确的工具并自动填充参数。
更多
许可证
麻省理工学院
