INDIVIDUAL MCP TOOL
knowledge_ingest
Ingest a document into a knowledge base: it is chunked, embedded and stored for you (managed RAG).
LIVE ENDPOINT
https://api.brainiall.com/mcp/nlp/mcp
Connect to this endpoint to inspect the live schema for knowledge_ingest and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.brainiall-nlp]
url = "https://api.brainiall.com/mcp/nlp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brainiall-nlp": {
"type": "http",
"url": "https://api.brainiall.com/mcp/nlp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brainiall-nlp
Remote MCP URL: https://api.brainiall.com/mcp/nlp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"brainiall-nlp": {
"url": "https://api.brainiall.com/mcp/nlp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brainiall-nlp": {
"type": "http",
"url": "https://api.brainiall.com/mcp/nlp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brainiall-nlp",
"transport": "streamable-http",
"url": "https://api.brainiall.com/mcp/nlp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
analyze_toxicity— Analyze text for toxic content.analyze_sentiment— Analyze text sentiment.extract_entities— Extract named entities (NER) from text.detect_pii— Detect personally identifiable information (PII) in text.detect_language— Detect the language of text.check_nlp_service— Check health status of NLP API services and loaded models.translate_text— Translate text between 100+ languages.summarize_text— Summarize text — extractive (verbatim key sentences in original order) or abstractive (concise rewrite).