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
-
llms.txt— structured context for LLMs (coming soon) -
/.well-known/mcp.json— MCP server discovery (coming soon) -
/.well-known/agent-card.json— A2A agent card (coming soon)