Skip to main content
The Autodesk-scoped MCP endpoint exposes Real-Time LCA’s project, material, and EPD tools alongside tools that read from your Autodesk Forma hub and Revit projects. Use it when your design data lives in Forma or Revit and you want an AI client to query, map, and report against it without manual export/import. All clients connect to https://mcp.realtimelca.com/autodesk/mcp and authenticate via Autodesk Platform Services (APS) — there is no client-side “Sign in” button to click. The first time you send a prompt, the response will include a link; click it to sign in with your Autodesk account, then resend the prompt.
Don’t use Forma or Revit? Use the standard Connect to RTLCA page instead — it doesn’t require an Autodesk account.

Prerequisites (all clients)

  • Autodesk account with access to an active Forma hub
  • Real-Time LCA account (for the LCA-side tools exposed on this endpoint)
  • AI client of your choice (see tabs below)

How authentication works

Unlike the standard RTLCA endpoint, the Autodesk endpoint defers authentication until you actually call a tool:
1

Add the server (no auth at this point)

Configure your client to point at https://mcp.realtimelca.com/autodesk/mcp. No token, key, or “Sign in” step in the client config.
2

Send your first prompt

The MCP server detects that you’re not yet authenticated and returns a response containing an APS authentication link.
3

Click the link and sign in with Autodesk

Sign in with your Autodesk account and approve access. APS hands the token back to the MCP server.
4

Resend the prompt

The original prompt now succeeds. The token persists for subsequent calls; you won’t be asked again until it expires.
The steps below show the client-side configuration only — the auth flow above applies identically to every client.
Connect the Claude web app at claude.ai. You don’t need Claude Desktop installed — this works in any browser.
1

Open connector settings

At claude.ai, open Settings → Connectors.
2

Add a custom MCP connector

Choose Add custom connectorMCP server. Fill in:
  • Name: Real-Time LCA (Autodesk)
  • Server URL: https://mcp.realtimelca.com/autodesk/mcp
Save. Skip any “Sign in” button on the connector — auth happens later, on first prompt.
3

Send a prompt and follow the APS link

Start a chat and ask, for example:
List the Forma proposals in my hub
Claude will surface an APS sign-in link. Click it, sign in with your Autodesk account, then resend the prompt.