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

# Adaptive

> MCP server for Adaptive integration

<Info>
  **Built by Runlayer.** Runlayer builds and maintains this connector. It runs
  on Runlayer Deploy, which must be enabled for your workspace.
</Info>

Connect your AI assistant to [Adaptive](https://www.adaptive.com) for financial planning and analysis. Uses **username/password** authentication.

## Available Tools

| Tool                         | Description                                                 |
| ---------------------------- | ----------------------------------------------------------- |
| `list_versions`              | List all available versions in your Adaptive instance       |
| `list_sheets`                | List all available sheets with IDs and names                |
| `list_levels`                | List all dimension levels (teams, programs, concepts, etc.) |
| `list_accounts`              | List all accounts with codes and metadata                   |
| `list_levels_by_dimension`   | List levels grouped by dimension for filtering              |
| `query_modeled_sheet`        | Query data from Modeled Sheets (most common sheet type)     |
| `query_standard_sheet`       | Query data from Standard Sheets using account codes         |
| `query_cube_sheet`           | Query data from Cube Sheets for multi-dimensional analysis  |
| `get_standard_sheet_filters` | Get available filters for a Standard Sheet                  |
| `get_cube_sheet_filters`     | Get available filters for a Cube Sheet                      |
| `get_modeled_sheet_filters`  | Get available filters for a Modeled Sheet                   |
| `get_sheet_details`          | Get detailed information about a specific sheet             |

## Setup

<Steps>
  <Step title="Get Adaptive Credentials">
    1. Log in to Adaptive with an admin account
    2. Note your login email and password
    3. If your instance uses an instance code, find it in your Adaptive settings
  </Step>

  <Step title="Add Server in Runlayer">
    1. In Runlayer, go to **My connectors**, find **Adaptive**, and click **Add connector**
    2. Enter:
       * **ADAPTIVE\_USERNAME**: Your Adaptive login email
       * **ADAPTIVE\_PASSWORD**: Your Adaptive password
       * **ADAPTIVE\_INSTANCE\_CODE** (optional): Your instance code (if required)
    3. Click **Deploy Server**
  </Step>
</Steps>

## Use Cases

* Query budgets, forecasts, and actuals across versions
* Analyze headcount planning and compensation data
* Export revenue models and subscription metrics
* Compare scenarios for financial planning
* Build automated reports from financial data
