get_digimon
Pack: digimon · Endpoint: https://gateway.pipeworx.io/digimon/mcp
Get full details for one Digimon by name or numeric id: its level, type, attribute, fields, evolution lines, and English description. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | A Digimon name like “Agumon” or a numeric id like “1”. |
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":"get_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.