Navigation

Account
Loading account...
Documentation

Wire it in once. It reasons on its own.

Everything you need to connect reasoning.services to your agent — from a 60-second install to per-tool references and integration patterns.

Connect in 60 seconds — mcp.json
{
  "mcpServers": {
    "reasoning": {
      "type": "http",
      "url": "https://reasoning.services/mcp",
      "headers": { "Authorization": "Bearer ${RS_API_KEY}" }
    }
  }
}

Quick start

Installation & setup

Add the MCP endpoint to your agent and export your API key. Works with Anthropic, OpenAI, AWS Bedrock, or local Ollama.

Your first analysis

Run a multi-perspective analysis in under five minutes. Structure the prompt, pick perspectives, read the synthesis.

Agent protocol (CLAUDE.md)

Wire triggers into your rules file so the agent reaches for the right tool at the moment a mistake gets expensive.

Best practices

When to reflect vs. branch, how to chain a decision matrix into formal-logic verification, and how to read a witness.

Tool references

Looking for the full toolkit? Browse all eight tools →