Endpoint
The WisdomAI MCP Server is available at a single endpoint:{ACCOUNT} with your WisdomAI account subdomain.
The MCP endpoint must match the domain you use to log in.
- If you log in via
{account}.wisdom.ai, usehttps://{ACCOUNT}.wisdom.ai/mcp - If you log in via
{account}.askwisdom.ai, usehttps://{ACCOUNT}.askwisdom.ai/mcp
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: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
For any queries or support, contact our team at support@askwisdom.ai.

