animals

Pack: api-ninjas · Endpoint: https://gateway.pipeworx.io/api-ninjas/mcp

API Ninjas animals: facts about an animal species by name. Returns a list of { name, taxonomy, locations, diet, habitat, lifespan, top_speed }. Example: animals({ name: “cheetah” }).

Parameters

NameTypeRequiredDescription
namestringyesAnimal name to look up, e.g. ‘cheetah’, ‘lion’

Example call

curl -X POST https://gateway.pipeworx.io/api-ninjas/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"animals","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 4, 2026