Connect Claude Code, Cursor, or Codex
Askiraz runs a standard MCP server, so any MCP-compatible AI tool can query your analytics in plain English.
1. Create a token
Go to /dashboard/mcp and click "Create Token". Copy it now — it's shown only once.
2. Add it to your client
For Claude Code:
claude mcp add --transport http askiraz https://askiraz.com/api/mcp \
--header "Authorization: Bearer YOUR_TOKEN"For Cursor, Claude Desktop, or any config-based client:
{
"mcpServers": {
"askiraz": {
"url": "https://askiraz.com/api/mcp",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}What you can ask
- Which channel drove the most visitors to my site last month?
- How much revenue came from Google Ads this week?
- How many WhatsApp clicks did I get from Meta Ads?
- Which of my goals has the most completions?
- What plan am I on, and when does my trial end?
Access is read-only
MCP access can query your data but can't delete sites, change billing, or modify settings — those stay dashboard-only.