Your AI assistant can now talk to your campaigns

Learn more
Chatbot

Indigitall indigitall Omni AI

Close

Hey there!

I am indigitall AI, how can I help you today?

Start chat with AI agent Speak with AI voice agent Book a Demo
Get a demo contact-icon Contact
indigitall MCP Gateway

Connect indigitall
to any AI agent

One open standard. Every AI. Your platform's data.

The indigitall MCP Gateway lets AI agents — Claude, ChatGPT, Gemini, Copilot — reach your campaign, journey and chat statistics in plain language. One secure connector, no custom integration.

Read-only & secure Standard MCP Live data
Works with Claude, ChatGPT, Gemini CLI & GitHub Copilot.
AI agent · indigitall Live
Show me journey performance for the last 2 days
indigitall is pulling your data…
Journey performance
Last 2 days, by state
St.14
St.7
St.11
St.16
St.9
0
Sent
0
Clicks
0
Top conv.
What it is

The indigitall MCP

The Model Context Protocol (MCP) is the open standard that AI agents like Claude use to connect — securely and in a standardized way — to external data and tools.

indigitall's MCP Gateway exposes your platform through that protocol. Instead of building a one-off integration, your agent gets a single, secure connector to the statistics that live inside indigitall.

Once connected, you describe what you want in natural language and your agent returns the numbers — campaign performance, journey conversion, chat metrics, messaging costs — ready to read and act on.

Your AI agent

You ask a question in Claude

indigitall MCP Gateway

Secure, standardized connection

Your indigitall instance

Campaigns · journeys · chat · pricing

How it works

From your question to a clear answer

Watch a request travel through the connector — and the data come back to life.

Ask a question in Claude
Your AI agent
You ask in plain language
indigitall Gateway
Secure MCP connection
Your indigitall instance
Live statistics
Campaigns Journeys Chat
Customer Journey performance — last 2 days
Live
0
Messages sent
+12%
0
Clicks
+8%
0
SMS cost
-4%
0
Top conversion
+0.3
Messages by journey state
Across recent states
St.14
St.7
St.11
St.16
St.9
Conversion trend
Rolling, by state
Playing…
Why you'll like it

Connect indigitall to your AI agent

Everything the connector brings to your conversations.

Natural-language stats

Ask for your platform's metrics in plain language — campaigns, journeys, chat, pricing — and get clear, structured answers back.

Customer Journey

Daily conversion stats per journey, broken down by platform — iOS, Android, Web Push — and by journey state.

Chat & Contact Center

Aggregate and per-campaign chat metrics — sent, delivered, read, errors — plus daily, weekly and monthly contact-center reports.

Meta / WhatsApp pricing

Billable messages by category — authentication, marketing, utility — with cost time-series by hour or day.

Raw CSV / ZIP export

Non-aggregated data served as authenticated file downloads, so you can pull the underlying numbers straight into your own tools.

Read-only by design

The connector only reads statistics. It never sends campaigns or changes anything in your account — you keep operating inside indigitall.

Examples & use cases

Ask whatever you need

Real prompts, verified against the live connector.

Show my Customer Journey conversion stats for the last 2 daysWhat are the most common chat error types this week?Give me a project overview with the latest Meta aggregatesShow my Customer Journey conversion stats for the last 2 daysWhat are the most common chat error types this week?Give me a project overview with the latest Meta aggregatesShow my Customer Journey conversion stats for the last 2 daysWhat are the most common chat error types this week?Give me a project overview with the latest Meta aggregates
List my chat campaigns with delivery and read ratesBreak down Meta billable messages by category for last monthHow did each journey state convert yesterday?List my chat campaigns with delivery and read ratesBreak down Meta billable messages by category for last monthHow did each journey state convert yesterday?List my chat campaigns with delivery and read ratesBreak down Meta billable messages by category for last monthHow did each journey state convert yesterday?
Show the WhatsApp messaging cost trend by dayExport the raw daily chat data as a CSVWhich chat campaigns had the most errors last week?Show the WhatsApp messaging cost trend by dayExport the raw daily chat data as a CSVWhich chat campaigns had the most errors last week?Show the WhatsApp messaging cost trend by dayExport the raw daily chat data as a CSVWhich chat campaigns had the most errors last week?
Connect your agent

Connection instructions

The gateway speaks standard MCP. Pick your agent below — each connects a little differently.

Claude

Pro, Max & Team
One-click · server-side auth

One click opens Claude with the connector pre-filled. You authorize through indigitall — no key to paste.

Connect indigitall to Claude
Manual setup
  1. In Claude, go to Settings → Connectors"+ Add custom connector."
  2. Set Name to indigitall and paste the remote MCP server URL below.
  3. Click Add; Claude walks you through indigitall's authorization to finish.
https://mcp.indigitall.com/mcp

ChatGPT

Plus, Pro & Business
Connector · server-side auth

Add indigitall as a connector in ChatGPT. You authorize through indigitall's secure flow when the connector first runs — no key in the chat.

  1. In ChatGPT, open Settings → Connectors (enable Developer mode if your plan requires it for custom MCP connectors).
  2. Choose Create / Add custom connector, set the Name to indigitall, and paste the MCP server URL below.
  3. Save and start a chat with the connector enabled. ChatGPT sends you through indigitall's authorization the first time it's used.
https://mcp.indigitall.com/mcp

Gemini CLI

Config file
ServerKey in config

Add the block below to ~/.config/gemini/settings.json, then restart Gemini CLI. Your ServerKey goes in the config file — never paste it into the chat.

~/.config/gemini/settings.json
{
  "mcpServers": {
    "indigitall-mcp": {
      "type": "http",
      "url": "https://xxx.mcp.indigitall.com/mcp",
      "headers": {
        "Authorization": "ServerKey <valid-server-key>",
        "X-Application-Id": "12345"
      }
    }
  }
}

Replace <valid-server-key> with your ServerKey and 12345 with your project's Application Id. Keep the word ServerKey and the space before the key.

GitHub Copilot

Config file
ServerKey in config

Add the block below to ~/.copilot/mcp-config.json, then reload Copilot. Your ServerKey goes in the config file — never paste it into the chat.

~/.copilot/mcp-config.json
{
  "servers": {
    "indigitall-mcp": {
      "type": "http",
      "url": "https://xxx.mcp.indigitall.com/mcp",
      "headers": {
        "Authorization": "ServerKey <valid-server-key>",
        "X-Application-Id": "12345"
      }
    }
  }
}

Replace <valid-server-key> with your ServerKey and 12345 with your project's Application Id. Conserve the word ServerKey and the space before the key.

FAQ

Everything you're wondering

What data does it read?
Only your platform statistics — campaign, journey, chat and pricing metrics that live in the stats service. It works with entity IDs and covers the platform statistics exposed through the gateway.
Can it operate on my account?
No. The connector is read-only. It retrieves stats and reports — it never sends a campaign, edits a journey, or changes any configuration. All operations stay inside indigitall.
How is authentication handled?
Authentication happens on indigitall's side. When you connect, Claude sends you through indigitall's secure authorization flow — you never paste a key into Claude. Internal traffic between the gateway and platform services is signed with short-lived tokens.
Which agents does it work with?
The gateway speaks standard MCP, so it works with any MCP-capable agent. This page documents the four most common: Claude (Pro, Max, Team), ChatGPT (paid tiers with connectors), Gemini CLI, and GitHub Copilot. Claude and ChatGPT connect with server-side authorization; Gemini CLI and Copilot use a config file with your ServerKey.
Who maintains it?
It's built and maintained by indigitall's engineering team as part of the MCP Gateway initiative.
Privacy & security

Built read-only, secured on our side

The connector adds a conversational layer — it never operates on your account.

Authentication on our side

You authorize through indigitall's own flow. No server keys are pasted into your AI client, and credentials never live in a chat.

Read-only access

The connector cannot place orders, send campaigns, or modify anything. It only reads the statistics you ask for.

Your data stays in your platform

Stats are served on request. The connector adds a conversational layer on top of indigitall — it doesn't move your data anywhere new.

BLOG

Dive Into More Information

This site is registered on wpml.org as a development site. Switch to a production site key to remove this banner.