AI & Machine Learning
ai-rete-rag.com
Manages decision rules and knowledge bases to provide deterministic, auditable decisions.
ENDPOINT 1
https://ai-rete-rag.com/mcp
MCP server metadata
- Name
- ai-rete-rag
- Version
- 1.29.0
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
get_rule_sourceFetch a domain's rule set as editable YAML (plus the parsed rules and whether you may edit it).
Potential side effectsput_rulesCreate or replace a domain's rule set from YAML (self-serve rule authoring).
Potential side effectsimport_policy_rulesConvert a written policy document into DRAFT decision rules (LLM-assisted).
Inferred read-onlyCONNECT 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
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.
ai-rete-rag.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.