INDIVIDUAL MCP TOOL
put_rules
Create or replace a domain's rule set from YAML (self-serve rule authoring).
LIVE ENDPOINT
https://ai-rete-rag.com/mcp
Connect to this endpoint to inspect the live schema for put_rules and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.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.
Related tools
decide— Make a deterministic, auditable decision in a domain.list_rules— List the decision rules for one domain (or all domains).ingest_text— Add policy/reference text to a domain's knowledge base.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).import_policy_rules— Convert a written policy document into DRAFT decision rules (LLM-assisted).get_usage— Show this account's decision usage, plan, and remaining monthly quota.