Brainiall NLP
BN
Brainiall NLP
/link_entities_to_wikidata

Entity Linking (Wikidata)

Named-entity recognition + canonical linking to Wikidata Q-ids. Brainiall Entity Linker engine. Disambiguates 'Apple' the company from 'apple' the fruit.

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 /link_entities_to_wikidata for me.

Input

FieldTypeDescription
text*stringInput text
max_entitiesintegerMax entities to return default 20

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

Try it

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