Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

ai·rete·rag

com.ai-rete-rag/ai-rete-rag-mcp

Author rules from policy docs, then decide: a Rete engine gives the verdict, an LLM explains why.

Uptime
100.0%
1 direct probes · 30d
Response
1258ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

decide

Make a deterministic, auditable decision in a domain. The verdict comes from the domain's rule set (Rete engine, never the LLM), so it is reproducible and compliant. The explanation is generated from…

list_rules

List the decision rules for one domain (or all domains). Returns each rule's conditions — either a flat AND list (field / operator / value) or a `when` condition tree (nested all/any/not) — plus its …

ingest_text

Add policy/reference text to a domain's knowledge base. The text is chunked and embedded; explanations for future decisions in this domain will cite it. Creating a new domain claims it for your accou…

list_documents

List the documents ingested into a domain's knowledge base.

get_rule_source

Fetch a domain's rule set as editable YAML (plus the parsed rules and whether you may edit it). Use this before `put_rules` to see the current rules; the built-in demo domains are read-only.

put_rules

Create or replace a domain's rule set from YAML (self-serve rule authoring). The first save to a new domain claims it for your account (plan limits apply); the built-in demo domains are read-only. Ru…

import_policy_rules

Convert a written policy document into DRAFT decision rules (LLM-assisted). Returns validated draft rules (when/action, including chained asserts where the policy stages its determinations), derived …

get_usage

Show this account's decision usage, plan, and remaining monthly quota.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai·rete·rag": {
      "url": "https://ai-rete-rag.com/mcp",
      "transport": "streamable-http"
    }
  }
}