Brainiall NLP for Gemini CLI
com.brainiall/nlp
Sentiment, toxicity, entity extraction, PII, translation, summary, QA, fraud scoring, safety audit.
client:Gemini CLI
transport:streamable-http
tools:22
Install Brainiall NLP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"nlp": {
"httpUrl": "https://api.brainiall.com/mcp/nlp/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs
What Gemini CLI can do once it is connected
- analyze_toxicity
- analyze_sentiment
- extract_entities
- detect_pii
- detect_language
- check_nlp_service
- translate_text
- summarize_text
- answer_question
- knowledge_ingest
- knowledge_query
- knowledge_list_documents
- fraud_score
- fraud_feedback
- extract_key_phrases
- aspect_sentiment
- classify_text_custom
- link_entities_to_wikidata
- detect_conversational_pii
- detect_prompt_injection
- check_groundedness
- detect_protected_material