For Agents

Your agent can query Theory Delta's knowledge base via MCP before it makes a tool decision. One config line gives it access to tested findings about agentic tools — what actually works, what silently fails, and what the docs don't mention.

MCP configuration

Add this to your MCP client configuration:

{
  "mcpServers": {
    "theorydelta": {
      "type": "http",
      "url": "https://api.theorydelta.com/mcp"
    }
  }
}

Machine-readable endpoints