Endpoint
The WisdomAI MCP Server is available at a single endpoint:{ACCOUNT} with your WisdomAI account subdomain.
Connect Your Client
Add the WisdomAI MCP Server to your preferred AI client using the configuration below.- Claude Code
- Cursor
- VS Code
- Other Clients
Run this command in your terminal:Then authenticate by running
/mcp in Claude Code and following the OAuth flow.Replace
{ACCOUNT} with your WisdomAI account url above.Authentication
When you first connect, your client will prompt you to:- Log in with your WisdomAI account.
- Accept the OAuth authorization.
- Grant access to the necessary permissions.
- No manual setup required: clients register automatically.
- Secure token binding: tokens are scoped to your MCP session.
- Session continuity: each session maintains its own context and can handle multiple requests with the same token.
OAuth Discovery Endpoints
OAuth Discovery Endpoints
The server exposes standard OAuth discovery endpoints for clients that need them:
- Protected Resource Metadata:
/.well-known/oauth-protected-resource - Authorization Server Metadata:
/.well-known/oauth-authorization-server
- DCR:
/register(obtained fromregistration_endpoint) - Authorization Endpoint:
/authorize(obtained fromauthorization_endpoint) - Token Endpoint:
/token(obtained fromtoken_endpoint)
/.well-known/oauth-authorization-server endpoint to discover the actual URLs rather than assuming fixed paths.Available Tools
Once connected, the following tools are available:| Tool | Description |
|---|---|
| chat | Ask natural-language questions about your data domains. Returns text, tables, and chart visualizations. |
| list-domains | Discover available domains and their IDs before making queries. |
| echo | Test connectivity and verify the request/response flow is working. |
Example Prompts
Once connected, try these prompts to start using WisdomAI from your AI client:What domains are available in WisdomAI?Show me total revenue by region as a tableWhat are the top 5 products by sales this quarter?Visualize monthly active users over the last 12 monthsWhat can I ask about the Sales domain?
Test with MCP Inspector
You can test the WisdomAI MCP Server using the MCP Inspector:-
Install and launch the MCP Inspector:
-
In the Inspector, enter your MCP server URL:
- Click Connect. The Inspector will automatically handle the OAuth authorization flow.
- Once connected, click List Tools to see the available tools.
- Select a tool (for example, list-domains) and click Call to test it.
Troubleshooting
| Issue | Resolution |
|---|---|
| OAuth authentication fails | Ensure your client supports OAuth. Try reauthenticating using your client’s MCP management flow. |
| Tools not appearing | Verify that authentication completed successfully and that you have access to at least one WisdomAI domain. |
| Connection timeout | Check that the server URL is correct (https://{ACCOUNT}.wisdom.ai/mcp) and that your network allows outbound HTTPS connections. |
| Empty responses from chat | Make sure you are providing a valid domainId. Use the list-domains tool first to find available domain IDs. |
For any queries or support, contact our team at support@wisdom.ai.