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

# Introduction

> Connect AI clients to Real-Time LCA via the MCP server

## What is the MCP server?

The Real-Time LCA MCP server exposes the platform's REST and EPD APIs to AI clients through the [Model Context Protocol](https://modelcontextprotocol.io). Once connected, your AI client can manage building projects, map materials to EPDs, run automapping, generate LCA reports, inspect BIM data, query dashboards, and browse the full EPD library through natural language — without manual file uploads or copy-pasting OpenAPI specs.

All clients connect via OAuth — no API key, no token to paste. The
**RTLCA endpoint** signs you in with your Real-Time LCA account; the
**Autodesk endpoint** signs you in with your Autodesk account via APS
(Autodesk Platform Services).

## Two endpoints

Pick the one that matches your data source. Setup steps are nearly identical; the URL and prerequisites differ.

<CardGroup cols={2}>
  <Card title="Connect to RTLCA" icon="plug" href="/ai-tools/rtlca-mcp">
    The standard endpoint. Connects any AI client to your RTLCA projects,
    materials, EPDs, reports, and dashboards. **Needs only an RTLCA
    account.**
  </Card>

  <Card title="Connect to RTLCA × Autodesk" icon="compass-drafting" href="/ai-tools/autodesk-mcp">
    Adds tools that read from your **Autodesk Forma hub** and **Revit**
    projects. **Needs an RTLCA account + an Autodesk account with Forma
    hub access.**
  </Card>
</CardGroup>

## Available tools

The tool surface depends on which endpoint you connect to. Pick the
endpoint that matches your data source — same client setup, different
tool catalog.

<Tabs>
  <Tab title="RTLCA endpoint">
    56 tools across seven groups.

    | Group                       | Tools | Purpose                                                                           |
    | --------------------------- | ----- | --------------------------------------------------------------------------------- |
    | Auth & User                 | 2     | Fetch current user, list tenants                                                  |
    | Building Projects           | 8     | List / get / create / update projects, users, favourites, Speckle stream lookup   |
    | Dashboard & Timeline        | 6     | GWP dashboards, event timeline, 3D preview rotations                              |
    | Reports                     | 5     | List / download reports, generate XML / Excel / DGNB TEC 1.6                      |
    | Material Mapping            | 11    | Inventory create, map to EPDs, automapping, transport / waste, special conditions |
    | EPD & Constructions Library | 15    | Search / create / update EPDs and construction assemblies, owners, datasources    |
    | Reference Enums             | 9     | Units, indicators, stages, tags, industry types, lifetime table                   |
  </Tab>

  <Tab title="Autodesk endpoint">
    All RTLCA tools (56), plus 8 Autodesk-scoped tools that read from
    Autodesk Construction Cloud, Forma, and Revit through Autodesk
    Platform Services (APS).

    | Group                       | Tools | Purpose                                                                                                                                    |
    | --------------------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------ |
    | Auth & User                 | 2     | Fetch current user, list tenants                                                                                                           |
    | Building Projects           | 8     | List / get / create / update projects, users, favourites, Speckle stream lookup                                                            |
    | Dashboard & Timeline        | 6     | GWP dashboards, event timeline, 3D preview rotations                                                                                       |
    | Reports                     | 5     | List / download reports, generate XML / Excel / DGNB TEC 1.6                                                                               |
    | Material Mapping            | 11    | Inventory create, map to EPDs, automapping, transport / waste, special conditions                                                          |
    | EPD & Constructions Library | 15    | Search / create / update EPDs and construction assemblies, owners, datasources                                                             |
    | Reference Enums             | 9     | Units, indicators, stages, tags, industry types, lifetime table                                                                            |
    | **Autodesk (APS)**          | 8     | Sign in to Autodesk, list ACC / Forma projects, browse folders, read Revit / Forma design hierarchy and element properties, download files |
  </Tab>
</Tabs>

## Jump to your client

<CardGroup cols={2}>
  <Card title="Claude.ai" icon="comments" href="/ai-tools/rtlca-mcp#claude-ai">
    Connect the Claude web app via Settings → Connectors.
  </Card>

  <Card title="Claude Desktop" icon="comment" href="/ai-tools/rtlca-mcp#claude-desktop">
    Connect Claude Desktop via `claude_desktop_config.json`.
  </Card>

  <Card title="Claude Code" icon="asterisk" href="/ai-tools/rtlca-mcp#claude-code">
    Connect Claude Code via `claude mcp add`.
  </Card>

  <Card title="Codex" icon="terminal" href="/ai-tools/rtlca-mcp#codex">
    Connect Codex via `config.toml` + OAuth.
  </Card>

  <Card title="Cursor" icon="code" href="/ai-tools/rtlca-mcp#cursor">
    Connect Cursor via `~/.cursor/mcp.json`.
  </Card>

  <Card title="ChatGPT" icon="message" href="/ai-tools/rtlca-mcp#chatgpt">
    Install Real-Time LCA from the ChatGPT App Store.
  </Card>

  <Card title="Mistral Le Chat" icon="wind" href="/ai-tools/rtlca-mcp#mistral-le-chat">
    Connect Le Chat via the MCP connector.
  </Card>

  <Card title="LM Studio" icon="computer" href="/ai-tools/rtlca-mcp#lm-studio">
    Run a local LLM via LM Studio — no subscription, your data stays
    on-device.
  </Card>
</CardGroup>
