list_ecosystem_projects
ActiveTool of io.github.UnityNodes/canton-ccpedia
List Canton Network ecosystem projects (DeFi protocols, wallets, custody, infrastructure, NaaS, etc.) from the curated canton.wiki catalog. Filter by category or free-text query. Returns name, category, description and URL — a static directory of who-builds-on-Canton, not live on-chain/TVL data (use get_token_market for live DeFi TVL). Canton-only.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 30,
"maximum": 100,
"minimum": 1
},
"query": {
"type": "string",
"description": "Search in title/description/tags"
},
"category": {
"type": "string",
"description": "Filter by category (e.g. \"DeFi\", \"Wallets\", \"NaaS\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries