list_featured_apps
ActiveTool of io.github.UnityNodes/canton-ccpedia
List Canton Network Featured Apps from the live Scan-API-sourced catalogue. Filter by category (when known) and choose ordering. Canton-specific. Use for "what dApps are live on Canton?" or to discover providers offering a particular service. Returns name, provider/app_id, category, last_activity, url.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"sort": {
"enum": [
"recent",
"name",
"tvl",
"volume"
],
"type": "string",
"description": "Sort key (default: recent)."
},
"limit": {
"type": "integer",
"maximum": 200,
"minimum": 1,
"description": "Max rows (default 25)."
},
"category": {
"type": "string",
"description": "Filter by category, e.g. \"Validator\", \"DeFi\", \"Tokenized Assets\" (case-insensitive substring match)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries