Brainiall NLP
BN
Brainiall NLP
/analyze_sentiment

Analyze Sentiment

Analyze text sentiment. Returns positive/negative classification with confidence scores. Brainiall Sentiment engine-based with sub-10ms latency. Multiple domai

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

Input

FieldTypeDescription
text*stringText to analyze for sentiment (positive/negative)
modelstringModel variant: 'general' (default), 'financial', 'twitter' default "general"

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

Try it

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