← Registry

AI & Machine Learning

ai-rete-rag.com

Manages decision rules and knowledge bases to provide deterministic, auditable decisions.

2 endpoints8 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
ai-rete-rag
Version
1.29.0
Capabilities
experimentalpromptsresourcestools
Server instructions

ai·rete·rag combines a deterministic Rete rule engine with RAG so decisions are auditable (rules decide the verdict) and explainable (an LLM explains why, grounded in the domain's policy documents). Use `decide` for any decision in a known domain; use `list_rules` first if you are unsure which facts a domain expects. Author your own rules with `put_rules` (YAML; use dry_run to validate). Built-in demo domains: loan, fraud, clinical, blockchain, insurance, legal, operations, ecommerce.

Known tools 8

decide

Make a deterministic, auditable decision in a domain.

Inferred read-only
list_rules

List the decision rules for one domain (or all domains).

Inferred read-only
ingest_text

Add policy/reference text to a domain's knowledge base.

Inferred read-only
list_documents

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

Inferred read-only
get_rule_source

Fetch a domain's rule set as editable YAML (plus the parsed rules and whether you may edit it).

Potential side effects
put_rules

Create or replace a domain's rule set from YAML (self-serve rule authoring).

Potential side effects
import_policy_rules

Convert a written policy document into DRAFT decision rules (LLM-assisted).

Inferred read-only
get_usage

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

Inferred read-only

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.ai-rete-rag]
url = "https://ai-rete-rag.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-rete-rag": {
      "type": "http",
      "url": "https://ai-rete-rag.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-rete-rag
Remote MCP URL: https://ai-rete-rag.com/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": {
    "ai-rete-rag": {
      "url": "https://ai-rete-rag.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-rete-rag": {
      "type": "http",
      "url": "https://ai-rete-rag.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-rete-rag",
  "transport": "streamable-http",
  "url": "https://ai-rete-rag.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://ai-rete-rag.com/mcp/auth

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.ai-rete-rag-com]
url = "https://ai-rete-rag.com/mcp/auth"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-rete-rag-com": {
      "type": "http",
      "url": "https://ai-rete-rag.com/mcp/auth",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-rete-rag-com
Remote MCP URL: https://ai-rete-rag.com/mcp/auth

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ai-rete-rag-com": {
      "url": "https://ai-rete-rag.com/mcp/auth",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "ai-rete-rag-com": {
      "type": "http",
      "url": "https://ai-rete-rag.com/mcp/auth",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "ai-rete-rag-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "ai-rete-rag-com",
  "transport": "streamable-http",
  "url": "https://ai-rete-rag.com/mcp/auth",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for ai-rete-rag.com was fetched 2026-08-23T22:06:59.108Z.

Trust status Neutral

ai-rete-rag.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.