cataas
mcp-cataas
CATAAS MCP — 猫をサービスとして提供(無料、認証不要)
Pipeworx の一部 — AIエージェントを1476以上のライブデータソースに接続するMCPゲートウェイです。
ツール
ツール | 説明 |
| ランダムな猫の画像を取得します。画像URL、猫のID、関連タグを返します。 |
| 特定のタグ(例: 'orange', 'cute', 'sleepy')に一致するランダムな猫の画像を取得します。画像URL、猫のID、タグを返します。 |
| フィルタリングに使用できるすべての猫タグを一覧表示します。タグ名をcat_by_tagと一緒に使用して、外見や行動で猫を検索します。 |
Related MCP server: mcp-catfacts
クイックスタート
MCPクライアント(Claude Desktop、Cursor、Windsurfなど)に追加します:
{
"mcpServers": {
"cataas": {
"url": "https://gateway.pipeworx.io/cataas/mcp"
}
}
}このエンドポイントが実際に提供するもの
https://gateway.pipeworx.io/cataas/mcp の tools/list は、上記の表のツールに加えて、共有のPipeworxメタツール — ask_pipeworx、discover_tools、search_within、remember/recall およびその他のゲートウェイ全体のセットを返します。したがって、表示されるツール数はこの表よりも多くなります: 単一パックのエンドポイントは、現在、パック独自のツールに加えて約30の共有ツールをリストします。接続の initialize 応答はその正確なスコープを明示しており、その日の権威ある回答となります。
これは意図的なものであり、偶然の多重化ではありません。メタツールにより、スコープされた接続が、このパックがカバーしない質問に — カタログ全体にルーティングする ask_pipeworx を介して — 別のMCPサーバーを追加することなく回答できるようになります。現在、メタツールなしでパックエンドポイントをマウントする方法はありません。追加のスキーマがルーティングの価値よりも多くのコンテキストを消費する場合は、複数のパックエンドポイントに接続するのではなく、フルゲートウェイに一度接続してください。
または、フルPipeworxゲートウェイに接続して、このパックのツールだけでなく、すべてのパックのツールを直接リストすることもできます:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}両方のURLは同じゲートウェイと同じ1476以上のデータソースに到達します。唯一の違いは、どのパックのツールが直接リストされるかです。ask_pipeworx はどちらからでもすべてのツールに到達できます。
ask_pipeworx での使用
ツールを直接呼び出す代わりに、平易な英語で質問できます — これは上記のパックエンドポイントでもフルゲートウェイでも機能します:
ask_pipeworx({ question: "your question about Cataas data" })ゲートウェイが適切なツールを選択し、引数を自動的に入力します。
詳細
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
DogsAPI MCP — wraps dogapi.dog v2 API (free, no auth)
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables fetching random LGTM (Looks Good To Me) images from the LGTM API for use in code reviews and developer communications.1
- AlicenseNot gradedqualityCmaintenanceWraps the Cat Facts API to fetch random cat facts and list cat breeds, enabling natural language access to feline trivia.8MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI models to retrieve random or specified numbers of fictional cats with names, descriptions, and images.
- AlicenseNot gradedqualityCmaintenanceEnables fetching random food images by category from the Foodish API.5MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-cataas'
If you have feedback or need assistance with the MCP directory API, please join our Discord server