Brainiall NLP for VS Code
com.brainiall/nlp
Sentiment, toxicity, entity extraction, PII, translation, summary, QA, fraud scoring, safety audit.
client:VS Code
transport:streamable-http
tools:22
Install Brainiall NLP in VS Code
.vscode/mcp.json
{
"servers": {
"nlp": {
"type": "http",
"url": "https://api.brainiall.com/mcp/nlp/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code 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