# FullStory Lexicon

{% hint style="warning" %}
**Early Access** — Reach out to your Natoma representative for access.
{% endhint %}

**Type:** Official

**Source Type:** Repository

**Source:** [GitHub](https://github.com/fullstorydev/fs-lexicon)

**Description:** FullStory Lexicon MCP server provides AI assistants with access to your FullStory analytics data. It enables querying sessions, events, and user properties to support digital-experience analytics workflows.

**Configuration Parameters:**

* **FullStory Production API Key** \* (sensitive) - API key generated in FullStory under **Settings → Integrations & APIs → API Keys**.
* **FullStory Org ID** \* - Org ID found in **Settings → Org Settings → Org Information**.
* **FullStory Datacenter** (optional) - `NA1` (default), `EU1`, etc.
* **Safe Mode** (optional) - Set to `true` to restrict to read-only tools.

**Setup Steps:**

1. Log in to FullStory.
2. Navigate to **Settings → Integrations & APIs → API Keys** and create an API key with the scopes you need.
3. Note your **Org ID** and **Datacenter** (visible in Settings).
4. When creating the connection in Natoma, paste the API key, Org ID, and datacenter, and save.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/fullstory-lexicon.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
