Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Brainiall NLP

REMOTE · API.BRAINIALL.COM · SCANNED SEP 21

Sentiment, toxicity, entity extraction, PII, translation, summary, QA, fraud scoring, safety audit.

+3 this week 87 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 3196 tokens (~127/item across 25 items; 22 tools + 3 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 22 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 24 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Brainiall NLP MCP server?

Brainiall NLP is a hosted endpoint at https://api.brainiall.com/mcp/nlp/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · api.brainiall.com

# add to Claude Code
claude mcp add --transport http com-brainiall-nlp 'https://api.brainiall.com/mcp/nlp/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-brainiall-nlp": {
      "url": "https://api.brainiall.com/mcp/nlp/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-brainiall-nlp": {
      "type": "http",
      "url": "https://api.brainiall.com/mcp/nlp/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-brainiall-nlp]
url = "https://api.brainiall.com/mcp/nlp/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-brainiall-nlp": {
      "type": "remote",
      "url": "https://api.brainiall.com/mcp/nlp/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-brainiall-nlp --url 'https://api.brainiall.com/mcp/nlp/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-brainiall-nlp:
    url: "https://api.brainiall.com/mcp/nlp/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-brainiall-nlp": {
      "Transport": "http",
      "Url": "https://api.brainiall.com/mcp/nlp/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-brainiall-nlp -t streamable-http -u 'https://api.brainiall.com/mcp/nlp/mcp'
// mcp.json
{
  "mcpServers": {
    "com-brainiall-nlp": {
      "type": "http",
      "url": "https://api.brainiall.com/mcp/nlp/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +52
    • Authorization: unverified → partial security
    • Injection markers: unverified → pass security
    • Schema quality: unverified → fail functional
    • Endpoint reachability: not serving MCP → reachable functional
    • Schema quality: 208 → 127 functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.87 functional
    • This server's schema is too large to store in full, so we cannot compare its tools day to day functional
  • 20 Sept 26 −14
    • Endpoint reachability: reachable → not serving MCP security
    • Stability: fail → unverified security
    • Capabilities: pass → unverified functional
  • 19 Sept 26 0
    • This server's schema is too large to store in full, so we cannot compare its tools day to day functional
  • 18 Sept 26 −18
    • Stability: unverified → fail security
    • TLS certificate: unverified → pass security
    • HSTS header: unverified → pass security
    • Transport: fail → pass security
    • Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes. security
    • Schema quality: 127 → 208 functional
    • Schema quality: fail → unverified functional
    • Endpoint reachability: unreachable → reachable functional
    • MCP protocol: unverified → pass functional
    • This server's schema is too large to store in full, so we cannot compare its tools day to day functional
  • 17 Sept 26 −17

    The score moved with no change recorded against any check. We would rather say so than guess.

  • 15 Sept 26 0
    • Endpoint reachability: reachable → unreachable security
    • Stability: 0.63 → unverified security
    • Authorization: partial → unverified security
    • Tool safety: pass → unverified security
    • TLS certificate: pass → unverified security
    • HSTS header: pass → unverified security
    • Transport: pass → fail security
    • Schema quality: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +51
    • Authorization: unverified → partial security
    • Injection markers: unverified → pass security
    • TLS certificate: unverified → pass security
    • HSTS header: unverified → pass security
    • Transport: fail → pass security
    • Endpoint reachability: unreachable → reachable functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
    • Stability: unverified → 0.57 functional
    • MCP protocol: unverified → pass functional
    • Schema quality: excellent → good functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://api.brainiall.com/mcp/nlp/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=api.brainiall.com CN=YE1,O=Let's Encrypt,C=US 17 Sept 2026 16 Dec 2026 ECDSA 256 ECDSA-SHA384 67be4a7733d1cf211aca7804ebcd6817fe5
SANs: api.brainiall.com
CN=YE1,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 5ddd70dd31f801c85c186a7a04b80afe
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of api.brainiall.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
brainiall.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains; preload
x-content-type-options nosniff
referrer-policy strict-origin-when-cross-origin

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.brainiall.com/mcp/nlp/mcp Verified 200
http (plaintext) http://api.brainiall.com/mcp/nlp/mcp HTTPS enforced 308 https://api.brainiall.com/mcp/nlp/mcp
MCP tools · 22 exposed · ~2,945 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analyze_sentiment ~164

Analyze text sentiment. Returns positive/negative classification with confidence scores. Brainiall Sentiment engine-based with sub-10ms latency. Multiple domain-specific model variants available. Args: text: Text to analyze for sentiment (positive/negative). model: Model variant -- 'general' (default), 'financial', 'twitter'. Returns: dict with keys: - label (str): 'positive' or 'negative' - score (float 0-1): Confidence score for the predicted label - scores (dict): All label scores (positive, negative)

NameTypeReqDescription
modelstringModel variant: 'general' (default), 'financial', 'twitter'
textstringyesText to analyze for sentiment (positive/negative)

No output schema declared.

No examples provided.

analyze_toxicity ~212

Analyze text for toxic content. Returns scores for 6 categories: toxic, severe_toxic, obscene, threat, insult, identity_hate. Each score is 0.0-1.0. BERT-based classifier with sub-15ms latency on GPU. Args: text: Text to analyze for toxicity (hate speech, insults, threats). Returns: dict with keys: - toxic (float 0-1): Overall toxicity score - severe_toxic (float 0-1): Severe toxicity score - obscene (float 0-1): Obscenity score - threat (float 0-1): Threat score - insult (float 0-1): Insult score - identity_hate (float 0-1): Identity-based hate score - is_toxic (bool): Whether text exceeds toxicity threshold

NameTypeReqDescription
textstringyesText to analyze for toxicity (hate speech, insults, threats)

No output schema declared.

No examples provided.

answer_question ~116

Answer a question using ONLY the supplied text; returns the supporting sentence(s) with character offsets. Replies found:false rather than guessing when the answer isn't present in the text. Args: text: The text/document to answer from. question: The question to answer. Returns: dict with keys: answer (str|null), found (bool), supporting_spans (list of {text, start, end}).

NameTypeReqDescription
questionstringyesThe question to answer
textstringyesThe text/document to answer from

No output schema declared.

No examples provided.

aspect_sentiment ~67

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

NameTypeReqDescription
aspectsarrayyesAspect terms to score (e.g. ['camera','battery','price'])
textstringyesInput text

No output schema declared.

No examples provided.

check_groundedness ~71

Hallucination check: is a claim actually supported by a source text? Brainiall Groundedness engine. Returns {grounded, confidence, supporting_span, reason}.

NameTypeReqDescription
claimstringyesThe claim to verify
sourcestringyesThe source text the claim should be grounded in

No output schema declared.

No examples provided.

check_nlp_service ~62

Check health status of NLP API services and loaded models. Returns: dict with keys: - status (str): 'healthy' or error state - models (dict): Loaded model status per capability - version (str): API version

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

classify_text_custom ~84

Zero-shot text classification — define your labels at call time. No training, no data upload. Brainiall Custom Classifier engine. Returns {top_label, scores, confidence}.

NameTypeReqDescription
labelsarrayyesYour candidate labels (2-20 of them)
multi_labelbooleanIf True, multiple labels can apply
textstringyesInput text

No output schema declared.

No examples provided.

detect_conversational_pii ~63

Multi-turn PII detection with cross-turn coreference. Brainiall Conversational PII engine. Same surface text + type across turns gets the same entity_id.

NameTypeReqDescription
turnsarrayyesList of [role, content] dicts representing a dialogue

No output schema declared.

No examples provided.

detect_language ~174

Detect the language of text. Supports 176 languages using fastText. Sub-1ms inference latency. Returns ISO 639-1 codes with confidence scores. Args: text: Text to identify the language of. top_k: Number of top language predictions to return (default: 3). Returns: dict with keys: - language (str): Top predicted language ISO 639-1 code - confidence (float 0-1): Confidence for top prediction - predictions (list): Top-k predictions, each with: - language (str): ISO 639-1 code - confidence (float 0-1): Prediction confidence

NameTypeReqDescription
textstringyesText to identify the language of
top_kintegerNumber of top language predictions to return

No output schema declared.

No examples provided.

detect_pii ~277

Detect personally identifiable information (PII) in text. Finds emails, phone numbers, SSNs, credit cards, IP addresses, and person names. Optionally returns redacted text with PII replaced by type labels (e.g. [EMAIL], [PHONE]). BERT-NER + regex ensemble. Args: text: Text to scan for personally identifiable information. redact: If true, return redacted text with PII replaced by [TYPE]. Returns: dict with keys: - pii_found (list): Detected PII items, each containing: - text (str): The PII value found - type (str): PII type (EMAIL, PHONE, SSN, CREDIT_CARD, IP, PERSON) - start (int): Character offset start - end (int): Character offset end - score (float 0-1): Detection confidence - count (int): Total PII items found - redacted_text (str|null): Text with PII replaced (when redact=true) - has_pii (bool): Whether any PII was detected

NameTypeReqDescription
redactbooleanIf true, return redacted text with PII replaced by [TYPE]
textstringyesText to scan for personally identifiable information

No output schema declared.

No examples provided.

detect_prompt_injection ~69

Classify a prompt before it reaches your LLM. Brainiall Prompt Shield engine. Returns category (jailbreak | prompt_injection | data_exfiltration | impersonation | none), severity, reason, confidence.

NameTypeReqDescription
promptstringyesThe prompt text to classify (NOT executed)

No output schema declared.

No examples provided.

detect_protected_material ~52

Detect copyrighted text in user input — famous lyrics, literary openings, proprietary code. Brainiall Protected Material engine. Returns matched spans with source attribution.

NameTypeReqDescription
textstringyesText to scan for copyrighted material

No output schema declared.

No examples provided.

extract_entities ~172

Extract named entities (NER) from text. Identifies persons, organizations, locations, and miscellaneous entities with span offsets and confidence scores. BERT-NER based with sub-50ms latency. Args: text: Text to extract named entities from. Returns: dict with keys: - entities (list): Detected entities, each containing: - text (str): Entity text - label (str): Entity type (PER, ORG, LOC, MISC) - start (int): Character offset start - end (int): Character offset end - score (float 0-1): Confidence score - count (int): Total number of entities found

NameTypeReqDescription
textstringyesText to extract named entities from (persons, organizations, locations)

No output schema declared.

No examples provided.

extract_key_phrases ~86

Statistical key-phrase extraction — top-N ranked phrases. Brainiall Key Phrases engine. Pure-statistical (TF + position + casing + stopword filter), no ML cost.

NameTypeReqDescription
max_ngramintegerMax words per phrase (1-4)
textstringyesInput text
top_kintegerNumber of phrases to return

No output schema declared.

No examples provided.

fraud_feedback ~153

Report the confirmed outcome of an event so the fraud model can be re-calibrated to your data. Args: event_id: The event identifier. label: 'fraud' | 'legitimate' | 'chargeback' | 'dispute'. notes: Optional free-text notes. Returns: dict with keys: event_id (str), label (str), accepted (bool), feedback_id (int).

NameTypeReqDescription
event_idstringyesThe event_id you passed to fraud_score (or your own identifier)
labelstringyesThe confirmed outcome: 'fraud' | 'legitimate' | 'chargeback' | 'dispute'
notesOptional free-text notes

No output schema declared.

No examples provided.

fraud_score ~412

Score a transaction or account event for fraud risk. Send whatever signals you have — all optional. Returns a 0-1 fraud probability, a risk level, the exact risk factors that drove the score (each with its weight, direction and a human-readable detail), and a recommended decision (allow|review|deny). Returns: dict with keys: fraud_probability (float), risk_level (str), decision (str), risk_score_points (float), risk_factors (list of {factor, weight, direction, detail}), decision_bands (dict).

NameTypeReqDescription
account_age_daysAge of the account in days
amountThe transaction amount
avg_txn_amount_30dThe account's avg transaction amount over the last 30 days (for amount-anomaly scoring)
avs_matchWhether the address-verification check matched
card_countryISO country code of the payment instrument
currencyISO 4217 currency code
cvv_providedWhether the CVV was provided
distinct_cards_24hDistinct cards used on this account in 24h
distinct_countries_24hDistinct countries seen on this account in 24h
event_idYour identifier for this event (echoed back; use with fraud_feedback)
ip_countryISO country code geolocated from the IP
is_new_deviceFirst time seeing this device
is_new_ipFirst time seeing this IP
is_proxy_or_vpnRequest originated from a proxy/VPN/datacenter IP
is_torRequest originated from a Tor exit node
prior_chargebacksNumber of prior chargebacks on this account
txn_count_1hNumber of transactions on this account in the last hour
txn_count_24hNumber of transactions on this account in the last 24h

No output schema declared.

No examples provided.

knowledge_ingest ~115

Ingest a document into a knowledge base: it is chunked, embedded and stored for you (managed RAG). Args: namespace: The knowledge-base namespace. text: The document text. title: Optional title. Returns: dict with keys: doc_id (str), n_chunks (int).

NameTypeReqDescription
namespacestringyesThe knowledge-base namespace to ingest into (alphanumeric/hyphen)
textstringyesThe document text to ingest
titleOptional title for the document

No output schema declared.

No examples provided.

knowledge_list_documents ~63

List the documents stored in a knowledge base (most recent first). Args: namespace: The knowledge-base namespace. Returns: dict with keys: documents (list of {doc_id, title, ...}).

NameTypeReqDescription
namespacestringyesThe knowledge-base namespace

No output schema declared.

No examples provided.

knowledge_query ~193

Retrieve the most relevant passages from a knowledge base plus (optionally) a grounded, cited answer. Returns found:false rather than a guess when the passages don't contain the answer. Args: namespace: The knowledge-base namespace. question: The natural-language question. top_k: How many passages to retrieve. rerank: Re-order retrieved passages before answering. synthesize: Also return a grounded answer. Returns: dict with keys: answer (str|null), found (bool), passages (list), synthesized (bool), reranked (bool), ...

NameTypeReqDescription
namespacestringyesThe knowledge-base namespace to query
questionstringyesThe natural-language question
rerankbooleanRe-order the retrieved passages before answering
synthesizebooleanAlso return a concise answer grounded only in the retrieved passages
top_kintegerHow many passages to retrieve

No output schema declared.

No examples provided.

link_entities_to_wikidata ~69

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

NameTypeReqDescription
max_entitiesintegerMax entities to return
textstringyesInput text

No output schema declared.

No examples provided.

summarize_text ~144

Summarize text — extractive (verbatim key sentences in original order) or abstractive (concise rewrite). Args: text: The text to summarize. mode: 'abstractive' or 'extractive'. max_length: Target maximum length of the summary, in words. Returns: dict with the summary (key: summary) plus word/char counts.

NameTypeReqDescription
max_lengthintegerTarget maximum length of the summary, in words
modestring'abstractive' (concise rewrite) or 'extractive' (most important sentences, verbatim)
textstringyesThe text to summarize

No output schema declared.

No examples provided.

translate_text ~127

Translate text between 100+ languages. Args: text: The text to translate. target_lang: Target language code. source_lang: Source language code; omit to auto-detect. Returns: dict with the translated text (key: translated_text) and the detected source language if auto-detected.

NameTypeReqDescription
source_langSource language code; omit to auto-detect
target_langstringyesTarget language code (e.g. 'pt', 'es', 'fr', 'de', 'ja')
textstringyesThe text to translate

No output schema declared.

No examples provided.

Common questions

What is the Brainiall NLP MCP server?

Brainiall NLP is an MCP server listed in the public MCP registry as com.brainiall/nlp. Sentiment, toxicity, entity extraction, PII, translation, summary, QA, fraud scoring, safety audit. This page covers its hosted endpoint (https://api.brainiall.com/mcp/nlp/mcp).

Is the Brainiall NLP MCP server safe to use?

Brainiall NLP scores 87 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Brainiall NLP MCP server expose?

Brainiall NLP exposes 22 tools: analyze_toxicity, analyze_sentiment, extract_entities, detect_pii, detect_language, and 17 more. Their descriptions and schemas cost roughly 2,945 tokens of context every time the server is loaded.

Does the Brainiall NLP MCP server require authentication?

No. We connected to Brainiall NLP without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Brainiall NLP MCP server still maintained?

Brainiall NLP is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.