# Theodore Retrieval Endpoint

Theodore is a read-only source-locator service for engineering agents.

Use the MCP endpoint when your agent supports remote MCP:

```text
https://theodore.wisnernet.com/mcp
```

Use bearer-token authorization:

```text
Authorization: Bearer <your Theodore token>
```

After connecting, ask the agent:

```text
List Theodore corpora.
Search Theodore before answering this engineering question: <question>
```

If your agent does not support MCP, use `POST /v1/search` as a fallback.
