Brainiall NLP
BN
Brainiall NLP
/extract_entities

Extract Entities

Extract named entities (NER) from text. Identifies persons, organizations, locations, and miscellaneous entities with span offsets and confidence scores. BERT-

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_entities for me.

Input

FieldTypeDescription
text*stringText to extract named entities from (persons, organizations, locations)

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

Try it

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