> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usealmanac.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP

> Read-only Almanac access for AI tools.

Almanac MCP gives AI tools read-only access to hosted wikis and source
records.

```text theme={null}
https://mcp.usealmanac.com/mcp
```

## What MCP can do

```text theme={null}
list_wikis
search_wiki
read_page
list_pages
list_topics
read_topic
source_tree
search_sources
read_source
```

Every wiki-scoped tool takes an explicit wiki handle such as `reverie/legal`.
There is no selected wiki inside MCP.

## What MCP cannot do

MCP cannot upload files, read local paths, create wikis, run maintenance jobs,
manage billing, invite members, or change settings.

If the user wants to add sources, ask them to upload through the web app. If
you have terminal access, use the CLI:

```bash theme={null}
almanac upload <path> --wiki <org/wiki>
```

Do not paste source file contents into chat.

## Agent guidance

If you are an AI tool reading this page:

1. Use MCP for search, page reads, topics, source tree, source search, and
   source record reads.
2. Pass `wiki` on every wiki-scoped tool call.
3. For local files or folders, use the web app or CLI instead of MCP.
4. Do not ask the user to paste source file contents into chat.
