Skip to main content
Glama
pipeworx-io

cataas

by pipeworx-io

mcp-cataas

CATAAS MCP — 猫をサービスとして提供(無料、認証不要)

Pipeworx の一部 — AIエージェントを1476以上のライブデータソースに接続するMCPゲートウェイです。

ツール

ツール

説明

random_cat

ランダムな猫の画像を取得します。画像URL、猫のID、関連タグを返します。

cat_by_tag

特定のタグ(例: 'orange', 'cute', 'sleepy')に一致するランダムな猫の画像を取得します。画像URL、猫のID、タグを返します。

list_tags

フィルタリングに使用できるすべての猫タグを一覧表示します。タグ名を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/mcptools/list は、上記の表のツールに加えて、共有のPipeworxメタツールask_pipeworxdiscover_toolssearch_withinremember/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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

0Releases (12mo)
Commit activity

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

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables fetching random LGTM (Looks Good To Me) images from the LGTM API for use in code reviews and developer communications.
    1
  • A
    license
    Not graded
    quality
    C
    maintenance
    Wraps the Cat Facts API to fetch random cat facts and list cat breeds, enabling natural language access to feline trivia.
    8
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI models to retrieve random or specified numbers of fictional cats with names, descriptions, and images.

View all related MCP servers

Latest Blog Posts

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