MCP Server

WisdomAI provides a Model Context Protocol (MCP) 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 with Streamable HTTP Transport. All responses include structured content that can be rendered as text, tables, or interactive charts.

Key Features

Chat Tool

Natural language querying with domain-specific context and conversation continuity

Streaming Support

Real-time progressive responses for immediate feedback during analysis

Structured Content

Rich responses including text, tables, and chart visualizations

Bearer Authentication

Secure API key-based authentication for all requests

Getting Started

The WisdomAI MCP Server provides real-time access to structured data insights through the standardized Model Context Protocol. 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

Authorization

Authentication Method

The MCP server uses Bearer token authentication. All requests must include a valid API token in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN
Contact our API team at support@askwisdom.ai to obtain your dedicated MCP API token.

Session Management

The server supports session-based connections using the MCP transport layer. Each session maintains its own context and can handle multiple sequential requests.

Contact & Support

For any queries or support, contact our API team at support@askwisdom.ai.

Next Steps