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
| Name | Type | Required | Description |
|---|---|---|---|
name | string | no | Partial Digimon name to search for. Omit to list all Digimon. |
limit | number | no | Max results per page (default 20, max 100). |
page | number | no | Zero-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.