canon_corpus_stats
Pack: canoncannon · Endpoint: https://gateway.pipeworx.io/canoncannon/mcp
CanonCannon corpus size and the canon bar CURRENTLY in force — entry, episode, idea and person counts, the tracked-podcast count, and the independent-podcast threshold an idea must clear. Call this to state the standard you are quoting: the bar is ceil(5% of tracked podcasts), so it rises as the corpus grows. Requires a CanonCannon API key via _apiKey. Example: canon_corpus_stats({}).
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/canoncannon/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"canon_corpus_stats","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('canon_corpus_stats', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"canoncannon": {
"url": "https://gateway.pipeworx.io/canoncannon/mcp"
}
}
}
See Getting Started for client-specific install steps.