abrenunt.io exposes its document library via the Model Context Protocol (MCP). Any MCP-compatible AI client can connect and search the collection.
Open your Claude Desktop configuration file and add:
{
"mcpServers": {
"abrenuntio": {
"type": "sse",
"url": "https://abrenunt.io/sse"
}
}
}
On macOS, this file is at ~/Library/Application Support/Claude/claude_desktop_config.json.
On Windows, it's at %APPDATA%\Claude\claude_desktop_config.json.
Similar to Desktop, add to your project's .mcp.json or global MCP settings:
{
"mcpServers": {
"abrenuntio": {
"type": "sse",
"url": "https://abrenunt.io/sse"
}
}
}
SSE endpoint: https://abrenunt.io/sse
Streamable HTTP: https://abrenunt.io/mcp
Once connected, your AI assistant will have access to these tools:
| Tool | Description |
|---|---|
search_documents |
Hybrid semantic + keyword search across all documents. Supports filtering by document, tags, and authors. |
read_document_part |
Read a specific section or page of a document by section path or page number. |
list_document_parts |
Show the table of contents for a document. |
list_documents |
List available documents, with optional filters by author, tag, or search query. |
get_document_info |
Get metadata about a specific document (author, year, language, etc.). |
Don't have a paid AI subscription? You can still give abrenunt.io a spin:
https://abrenunt.io/sse as a remote MCP server.
No install required, works entirely in the browser.
abrenunt.io handles search and retrieval — the quality of the final answer also depends on the AI model you connect it to. Key factors:
In practice, (paid) models such as Claude Sonnet and Claude Opus give noticeably better results than free-tier models for detailed questions. For simple lookups and quick references, free tiers work well.
This is a free service. Rate limits are in place. (Don't worry, normal research use should never come close to these limits.)