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

# MCP architecture

> Conceptual architecture for connecting AI clients to Blockchain Library tools.

```mermaid theme={null}
flowchart LR
  A[AI client] --> B[MCP Server]
  B --> C[Tool layer]
  C --> D[Knowledge content]
  C --> E[Public APIs]
  C --> F[Project metadata]
```

## Boundaries

The MCP layer should validate inputs, minimize data exposure, return structured outputs, and avoid embedding credentials in source code.
