> ## Documentation Index
> Fetch the complete documentation index at: https://wisdomai-add-trigger-agent-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Server

WisdomAI provides a [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that enables direct integration with MCP-compatible clients. The MCP server exposes WisdomAI's powerful data analysis capabilities through standardized tool interfaces.

The server implements the [MCP specification](https://modelcontextprotocol.io/specification) with [**Streamable HTTP**](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#streamable-http) Transport. All responses include structured content that can be rendered as text, tables, or interactive charts.

## Key Features

<CardGroup cols={2}>
  <Card title="Chat Tool" icon="message">
    Natural language querying with domain-specific context and conversation continuity
  </Card>

  <Card title="Streaming Support" icon="signal-stream">
    Real-time progressive responses for immediate feedback during analysis
  </Card>

  <Card title="Structured Content" icon="table">
    Rich responses including text, tables, and chart visualizations
  </Card>

  <Card title="Bearer Authentication" icon="shield-check">
    Secure API key-based authentication for all requests
  </Card>
</CardGroup>

## Get Started

The **WisdomAI MCP Server** provides real-time access to structured data insights through the standardized [Model Context Protocol](https://modelcontextprotocol.io). Users can ask questions related to business intelligence and receive structured responses, including tabular data, visualizations, and natural language explanations.

The WisdomAI MCP server provides a single endpoint for all operations:

```
https://{ACCOUNT}.askwisdom.ai/mcp
```

## Authentication Method

The MCP server uses Bearer token authentication. All requests must include a valid Auth token in the Authorization header:

```
Authorization: Bearer YOUR_AUTH_TOKEN
```

<Note>
  Contact our API team at `support@askwisdom.ai` to obtain your dedicated MCP Auth token.
</Note>

### Session Management

The server supports session-based connections using the [MCP transport layer](https://modelcontextprotocol.io/specification/basic/transports). Each session maintains its own context and can handle multiple sequential requests.

<Info>
  For any queries or support, contact our API team at [**support@askwisdom.ai**](mailto:support@askwisdom.ai).
</Info>

## Next Steps

<CardGroup cols={2}>
  <Card title="Chat Tool" icon="message" href="/integrations/mcp-server/tools/chat">
    Primary tool for natural language data analysis
  </Card>
</CardGroup>
