Skip to main content
Glama
pipeworx-io

mcp-dogsapi

by pipeworx-io

mcp-dogsapi

DogsAPI MCP — ein Wrapper für die dogapi.dog v2 API (kostenlos, ohne Authentifizierung)

Teil von Pipeworx — einem MCP-Gateway, das KI-Agenten mit 1394+ Live-Datenquellen verbindet.

Tools

Tool

Beschreibung

list_breeds

Durchsucht Hunderassen mit Pagination. Gibt Rassennamen, IDs, Gewichtsbereiche, Lebenserwartungen und den hypoallergenen Status zurück. Nutzen Sie get_breed für detaillierte Informationen zu einer bestimmten Rasse.

get_breed

Ruft detaillierte Informationen zu einer Hunderasse anhand ihrer ID ab. Gibt Merkmale, Temperament, Herkunft, Größe und Gesundheitsdaten zurück.

list_facts

Ruft zufällige Hundefakten ab. Gibt interessante Fakten über das Verhalten, die Geschichte und die Fähigkeiten von Hunden zurück.

get_groups

Ruft alle AKC-Hunderassegruppen ab (z. B. Sporting, Herding, Terrier). Gibt Gruppennamen und Beschreibungen zurück.

Related MCP server: mcp-catfacts

Schnellstart

Fügen Sie es zu Ihrem MCP-Opt-Client hinzu (Claude Desktop, Cursor, Windsurf usw.):

{
  "mcpServers": {
    "dogsapi": {
      "url": "https://gateway.pipeworx.io/dogsapi/mcp"
    }
  }
}

Oder verbinden Sie sich mit dem vollständigen Pipeworx-Gateway, um Zugriff auf alle 1394+ Datenquellen zu erhalten:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Verwendung mit ask_pipeworx

Statt Tools direkt aufzurufen, können Sie Fragen in einfachem Englisch stellen:

ask_pipeworx({ question: "your question about Dogsapi data" })

Das Gateway wählt das richtige Tool aus und füllt die Argumente automatisch aus.

Mehr

Lizenz

MIT

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

Maintenance

0Maintainers
No issuesResponse time
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
    Not graded
    quality
    C
    maintenance
    Enables interaction with a sample Pet Store API based on OpenAPI 3.1 specification, allowing users to manage pet store operations through natural language commands.
  • 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 interaction with the Dog API through natural language, supporting operations like listing breeds, fetching images, and more.
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables AI assistants to fetch dog breed data, including descriptions, attributes, and group information, via the Dog API through natural language queries.

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-dogsapi'

If you have feedback or need assistance with the MCP directory API, please join our Discord server