B
Blixtworks
/word_frequency
word_frequency ($0.01)
Word and n-gram frequency analysis. POST {"text": "...", "ngram": 1, "limit": 20, "stopwords": true} -> ranked terms. Costs $0.01 in USDC on Base — pass payment
liveverifiedunknown~5s typical
mcpprobedblixtworks
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-blixtworks-www-tools /word_frequency for me.
Input
| Field | Type | Description |
|---|---|---|
| paymentTx | string | Transaction hash of your USDC payment on Base (see how_to_pay) |
| payerAddress | string | Your wallet address, to spend existing credit without a new payment |
| text | string | |
| ngram | number | |
| limit | number |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-blixtworks-www-tools","endpoint":"/word_frequency","input":{}}'cli
npx cracked-ai run -p mcp-com-blixtworks-www-tools -e /word_frequency -i '{}'mcp
run_tool({ provider: "mcp-com-blixtworks-www-tools", endpoint: "/word_frequency", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.