ASKCHING
Cited DeFi research over The Graph — as a remote MCP server.
AskChing answers natural-language DeFi questions across multiple live subgraphs and returns every number with its provenance. If it cannot cite at least two sources, it refuses to answer.
EVIDENCE CHAIN — every figure carries subgraph id · block · query hash, or AskChing fails closed.
section 0x02 · seven tools
- compare_marketsRanked cross-protocol metric comparison
- analyze_marketsYield, liquidity stress, evidence quality
- analyze_trends7d / 30d cited daily history with slope and volatility
- research_briefConclusion, key figures, risks, follow-up
- risk_scanPeer-relative spot signals with explicit gaps
- discover_yieldsCross-venue USDC yield: lending + DEX LP rankings
- get_infoSelf-description: what AskChing is and how to use it
section 0x03 · try it now
section 0x04 · connect any mcp client
{
"mcpServers": {
"askching": {
"url": "https://ask-ching-agent.vercel.app/api/mcp"
}
}
}
VS Code uses type: "http", Codex uses url, Gemini CLI /
Antigravity uses httpUrl. stdio-only clients can bridge with
npx -y mcp-remote <url>.
section 0x05 · health
$ curl https://ask-ching-agent.vercel.app/api/health
{"name":"askching","version":"0.1.0","transport":"streamable-http","endpoint":"/api/mcp","live":true}
online · live mode
section 0x06 · endpoints
- POST /api/mcpMCP endpoint (Streamable HTTP, stateless)
- GET /api/healthCredential-free metadata
-
POST /mcpAlias of
/api/mcp
This endpoint is intentionally unauthenticated so reviewers can connect directly. Only
POST is served; GET and DELETE return
405.