# Introduction

### API Overview

The Glu API is formatted around REST and is available through standard HTTP requests, responses and codes. Response bodies are always JSON, as are your request bodies.

We offer two APIs currently, the first is the [Organisation API](https://glu.gitbook.io/docs/api-reference/organisation-api) sometimes referred to as a backoffice API and allows operations that work across the entire organisations data, common uses are for bulk data extraction, reporting and analytics and syncing between third-party systems and services.

The second is the [Store API](https://glu.gitbook.io/docs/api-reference/store-api) which accepts OAuth authentication on behalf of a member, the use cases for this API include offering a headless members area backed by the Glu platform.&#x20;

### Model Context Protocol (MCP)

These guides and the reference documentation are available as an MCP server. These provide tools and guidance to AI agents on how to interact with the Glu API.

{% tabs %}
{% tab title="VS Code" %} <a href="vscode:mcp/install?%7B%22name%22%3A%22API%20Documentation%22%2C%22url%22%3A%22https%3A%2F%2Fglu.gitbook.io%2Fdocs%2F~gitbook%2Fmcp%22%7D" class="button primary" data-icon="vscode">Connect</a>&#x20;

Clicking connect will open up a new tab and prompt you to open VS Code and add the MCP automatically.
{% endtab %}

{% tab title="Claude Code" %}
{% code overflow="wrap" expandable="true" %}

```shellscript
claude mcp add api-documentation --scope user --transport http https://glu.gitbook.io/docs/~gitbook/mcp
```

{% endcode %}
{% endtab %}

{% tab title="Codex" %}
{% code overflow="wrap" expandable="true" %}

```shellscript
codex mcp add api-documentation --url https://glu.gitbook.io/docs/~gitbook/mcp
```

{% endcode %}
{% endtab %}

{% tab title="Other" %}
Use the url: <https://glu.gitbook.io/docs/~gitbook/mcp>
{% endtab %}
{% endtabs %}
