Brainiall NLP
BN
Brainiall NLP
/aspect_sentiment

Per-Aspect Sentiment

Sentiment per aspect. Brainiall Aspect Sentiment engine. Splits the text into sentences mentioning each aspect, classifies each, aggregates.

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

Input

FieldTypeDescription
text*stringInput text
aspects*arrayAspect terms to score (e.g. ['camera','battery','price'])

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

Try it

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