canton ccpedia for LangChain
io.github.unitynodes/canton-ccpedia
Canton Network: CIPs and their on-chain vote outcomes, docs, forum, validator upgrade deadlines.
client:LangChain
transport:streamable-http
tools:90
Install canton ccpedia in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"canton-ccpedia": {
"transport": "streamable_http",
"url": "https://ccpedia.xyz/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- search
- get_cip
- list_cips
- get_discussion
- get_whitepaper
- list_whitepapers
- get_trending
- get_radar
- get_proposals
- get_doc
- get_cip_history
- get_cip_attachments
- get_cip_mentions
- get_recent_changes
- get_network_stats
- get_token_market
- get_asset_supply
- get_defi_pools
- list_ecosystem_projects
- get_network_state
- list_repos
- list_github_discussions
- get_github_discussion
- get_video