Brainiall NLP
BN
Brainiall NLP
/extract_key_phrases

Extract Key Phrases

Statistical key-phrase extraction — top-N ranked phrases. Brainiall Key Phrases engine. Pure-statistical (TF + position + casing + stopword filter), no ML cost

liveverifiedunknown~5s typical
mcpprobedbrainiallnlp
$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-brainiall-nlp /extract_key_phrases for me.

Input

FieldTypeDescription
text*stringInput text
top_kintegerNumber of phrases to return default 10
max_ngramintegerMax words per phrase (1-4) default 3

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-brainiall-nlp","endpoint":"/extract_key_phrases","input":{"text":"...","top_k":10,"max_ngram":3}}'
cli
npx cracked-ai run -p mcp-com-brainiall-nlp -e /extract_key_phrases -i '{"text":"...","top_k":10,"max_ngram":3}'
mcp
run_tool({ provider: "mcp-com-brainiall-nlp", endpoint: "/extract_key_phrases", input: {"text":"...","top_k":10,"max_ngram":3} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.