Available MCP Tools
Reference of all tools and queries available through the AI Search Index MCP server.
Overview
The MCP server exposes several tools that AI assistants can use to query your analytics data. You don't need to remember these—just ask questions naturally and the AI will use the appropriate tools.
list_websites
Lists all websites connected to your AI Search Index account.
Example prompts:
- • "What websites do I have in AI Search Index?"
- • "Show me my tracked websites"
get_traffic_summary
Gets a summary of traffic for a website including total visits, bot visits, and human visits.
| Parameter | Description |
|---|---|
| website_id | The website to query |
| period | Time period: today, yesterday, last_7_days, last_30_days, this_month |
Example prompts:
- • "How much traffic did example.com get last week?"
- • "Give me a summary of bot traffic for today"
get_bot_visits
Gets detailed information about AI bot visits, including breakdown by bot type.
| Parameter | Description |
|---|---|
| website_id | The website to query |
| period | Time period to analyze |
| bot_type | Filter by specific bot (optional) |
Example prompts:
- • "How many times did GPTBot visit my site this week?"
- • "Show me all Claude bot visits from yesterday"
- • "Which AI bots visited my site most frequently?"
get_top_pages
Gets the most visited pages by AI bots.
Example prompts:
- • "What pages do AI bots visit most?"
- • "Which of my pages are most popular with GPTBot?"
get_bot_trends
Gets trend data for bot visits over time.
Example prompts:
- • "How have AI bot visits changed over the past month?"
- • "Is GPTBot traffic increasing or decreasing?"
- • "Show me the trend of bot visits"
Example Conversation
You: How much AI bot traffic did my site get this week?
Claude: Let me check your AI Search Index data.
[Uses get_traffic_summary tool]
Your site example.com received 1,247 AI bot visits this week. Here's the breakdown:
- • GPTBot: 523 visits (42%)
- • ClaudeBot: 312 visits (25%)
- • PerplexityBot: 189 visits (15%)
- • Other AI bots: 223 visits (18%)
Tips
- You can ask follow-up questions—the AI remembers context
- Be specific about time periods for more accurate data
- Ask for comparisons like "compare this week to last week"
- Request visualizations if your client supports them