search_digimon

Pack: digimon · Endpoint: https://gateway.pipeworx.io/digimon/mcp

Search the Digimon API by name (partial match) and list Digimon creatures. Omit name to list all. Returns id, name, and image for each match. Keyless.

Parameters

NameTypeRequiredDescription
namestringnoPartial Digimon name to search for. Omit to list all Digimon.
limitnumbernoMax results per page (default 20, max 100).
pagenumbernoZero-based page number (default 0).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026