向 CGOV AI 提问
讨论 Cardano 治理、DRep、SPO、国库以及如何使用 CGOV。
How this works
Ask CGOV AI is a live demo of cgov-mcp — a Model Context Protocol server for Cardano governance data — consumed through a SidanClaw assistant. Each message you send is routed to the assistant, which calls cgov-mcp tools to query on-chain governance state and composes a reply.
Connect cgov-mcp to your own MCP client
cgov-mcp speaks the standard Model Context Protocol, so you can plug the hosted server into Claude Desktop, Claude Code, Cursor, or any MCP-capable client. Add the snippet below to your client'smcpServersconfiguration.
{
"mcpServers": {
"cgov-mcp": {
"type": "http",
"url": "https://cgov-mcp-589811450826.asia-south1.run.app/mcp"
}
}
}Available tools
Once connected, your client can call any of these tools:
query_databaselist_tablesdescribe_tablesearch_constitutionsearch_vision_2030get_vision_kpissearch_voting_rationaleget_drep_voting_historyget_proposal_rationalesget_rationale_statsFull list and usage examples in the cgov-mcp README.