मॉडल कॉन्टेक्स्ट प्रोटोकॉल (MCP) सर्वर SEO और AEO के लिएV1.0 लाइव

Give your AI agents लाइव SEO, AEO और सर्च इंटेलिजेंस

Connect Claude कोड, कर्सर, विंडसर्फ, or custom Python/TypeScript agents directly to live Google SERP data, AI brand visibility checks, bot visit logs, and page audits — over Anthropic's open Model Context Protocol.

त्वरित सेटअप — 1-कमांड से जोड़ें

Add AI Rank Lab tools directly to your terminal agent in one command.

claude mcp add --transport http airanklab https://www.airanklab.com/api/v1/mcp \
  --header "x-api-key: YOUR_API_KEY" \
  --header "x-api-secret: YOUR_API_SECRET"
Interactive Agent Workflow

AI एजेंट MCP पर SEO कार्य कैसे निष्पादित करते हैं

आपका AI एजेंट वास्तविक समय में योजना बनाने, AI Rank Lab के वास्तविक सर्च डेटाबेस से क्वेरी करने और कोड को अपडेट करने या रिपोर्ट आउटपुट करने के लिए प्राकृतिक भाषा तर्क का उपयोग करता है।

कोई कस्टम स्क्रैपर आवश्यक नहींYou don't need to write Python scrapers or manage Selenium/Puppeteer instances. The MCP server handles proxying, live Google SERP extraction, and DOM analysis natively.
MCP Execution Stream — Cursor IDE
कनेक्टेड
उपयोगकर्ता प्रॉम्प्ट: "Read my local blog file landing-page.tsx, then run a live AEO audit via AI Rank Lab MCP and rewrite the meta & schema tags directly in my file."
एजेंट निष्पादन चरण:
1.Cursor connects to https://www.airanklab.com/api/v1/mcp
2.Executes run_url_audit(url: "https://mysite.com")
3.Receives JSON audit payload: missing JSON-LD schema & low H2 keyword density
4.Applies code fixes directly inside landing-page.tsx
Result ready in editorएंडपॉइंट: /api/v1/mcp
Built-in Tool Ecosystem

MCP के माध्यम से 12+ उत्पादन के लिए तैयार SEO टूल

हमारे डेवलपर API में उपलब्ध हर टूल को आपके MCP एजेंट द्वारा सख्त स्कीमा सत्यापन और पूर्व-उड़ान क्रेडिट अनुमानों के साथ स्वचालित रूप से कॉल किया जा सकता है।

run_url_audit

Full SEO + AEO + GEO Page Audit

Comprehensive analysis of any web page — technical health, Core Web Vitals, Schema markup, and AI Engine Optimization (AEO) readiness.

नमूना प्रॉम्प्ट:"Run a full AEO and technical SEO audit on https://example.com/blog/ai-tools and give me a prioritized fix list."
इनपुट्स: url: string, depth?: string
आउटपुट्स: SEO score, AEO score, GEO recommendations, critical fixes list
check_ai_brand_visibility

AI Search & LLM Citation Audit

Queries ChatGPT (GPT-4o), Claude 3.5, Gemini 1.5, and Perplexity to see if your brand is recommended for buyer queries vs. competitors.

नमूना प्रॉम्प्ट:"Check if ChatGPT and Gemini cite our brand when asked: what is the best AI rank tracker software?"
इनपुट्स: brand: string, domain: string, query: string
आउटपुट्स: Mention percentage, citation URLs, competitor gap analysis
search_keywords

Keyword Universe & SERP Intent

Pulls live search volumes, keyword difficulty (KD), CPC, SERP features (AI Overviews, PAA, Featured Snippets), and topic clusters.

नमूना प्रॉम्प्ट:"Search keywords related to generative engine optimization and build a list sorted by volume and low difficulty."
इनपुट्स: query: string, country?: string
आउटपुट्स: Keyword metrics array, difficulty score, SERP features, related terms
get_bot_visits

AI Bot Visit Logs (GPTBot, ClaudeBot)

Logs and reports how often AI engine crawlers (GPTBot, ClaudeBot, PerplexityBot, Bytespider) visit your website pages.

नमूना प्रॉम्प्ट:"Fetch the bot visit logs for my domain over the last 14 days and show which pages GPTBot crawled most."
इनपुट्स: domain: string, timeframe?: string
आउटपुट्स: Bot hit counts, top crawled URLs, crawler breakdown chart data
generate_llms_txt

llms.txt & llms-full.txt Generator

Generates standard /llms.txt files that structure your site content specifically for LLM scraping and AI citations.

नमूना प्रॉम्प्ट:"Audit my website pages and generate a production-ready /llms.txt file to help AI models cite our product docs."
इनपुट्स: domain: string, includeFull?: boolean
आउटपुट्स: Formatted markdown /llms.txt and /llms-full.txt code content
core_web_vitals

Core Web Vitals & PageSpeed Scan

Executes Google PageSpeed Insights scans for mobile and desktop, returning exact LCP, CLS, FID, and performance opportunities.

नमूना प्रॉम्प्ट:"Check the Core Web Vitals for my landing page on mobile and tell me what is causing LCP delay."
इनपुट्स: url: string, strategy?: "mobile" | "desktop"
आउटपुट्स: Performance score, Core Web Vitals pass/fail, diagnostics list
get_page_citations

Live AI Citation & Source Tracker

Retrieves active citations across ChatGPT, Perplexity, and Gemini search answers with source link verification.

नमूना प्रॉम्प्ट:"Fetch all live AI citations for our pricing page and show which queries bring Perplexity users to us."
इनपुट्स: domain: string, targetKeyword?: string
आउटपुट्स: Citation count, AI Engine source URLs, sentiment rating
generate_schema_markup

AI-Ready Schema.org JSON-LD Generator

Builds validated Organization, Product, Article, FAQ, and HowTo JSON-LD schemas optimized for AI search parsers.

नमूना प्रॉम्प्ट:"Generate an FAQ JSON-LD schema markup for our top 5 product questions to place on our homepage."
इनपुट्स: type: "article" | "product" | "faq", data: object
आउटपुट्स: Validated JSON-LD schema snippet string
analyze_competitor_gaps

Competitor AEO & Keyword Gap Matrix

Compares your website against up to 3 competitors to uncover missing keywords, AI Overview opportunities, and backlink gaps.

नमूना प्रॉम्प्ट:"Compare our domain against competitorA.com and competitorB.com to find keywords where they rank in Google AI Overviews."
इनपुट्स: myDomain: string, competitors: string[]
आउटपुट्स: Shared keywords, missing high-intent terms, AI gap score
get_search_console_queries

GSC AI Cannibalization & Decay Detector

Connects to Google Search Console to detect decaying pages, CTR anomalies, and internal keyword cannibalization.

नमूना प्रॉम्प्ट:"Identify all blog pages on our site that lost more than 20% impressions in Search Console over the last month."
इनपुट्स: domain: string, timeframe?: string
आउटपुट्स: Decaying URLs list, low-CTR keywords, cannibalization alerts
get_ga4_ai_traffic

GA4 AI Bot Referral Traffic Analyzer

Analyzes GA4 analytics data for referral traffic originating from ChatGPT, Claude, Perplexity, and Meta AI.

नमूना प्रॉम्प्ट:"Show GA4 referral traffic coming from ChatGPT and Perplexity over the past 30 days and top landing pages."
इनपुट्स: propertyId: string, timeframe?: string
आउटपुट्स: AI referral visitor count, conversion rate, top landing pages
generate_ai_content_brief

AI Content Brief & Outline Generator

Creates exhaustive content briefs with heading structures (H2/H3), semantic LSI keywords, and entity definitions designed for AEO.

नमूना प्रॉम्प्ट:"Generate a comprehensive AI content brief targeting the keyword Model Context Protocol for SEO."
इनपुट्स: topic: string, targetPersona?: string
आउटपुट्स: Markdown content brief with outline, entity list, target word count
High Performance Infrastructure

AI एजेंट स्केल और एजेंसी सुरक्षा के लिए निर्मित

AI Rank Lab का प्रबंधित MCP सर्वर लेगसी API और कस्टम स्क्रैपर से कैसे तुलना करता है।

सुविधा / क्षमताAI Rank Lab MCPलेगसी SEO API (Ahrefs/Semrush)कस्टम स्क्रैपर (Puppeteer)
प्रोटोकॉल मानकनेटिव MCP (स्ट्रीम करने योग्य HTTP)REST (कस्टम ग्लू कोड की आवश्यकता है)कोई नहीं (रॉ DOM)
AI ब्रांड और LLM उद्धरणहाँ (ChatGPT, Claude, Gemini)नहींअविश्वसनीय (Cloudflare द्वारा अवरुद्ध)
मासिक सदस्यताएँ$0 अनिवार्य शुल्क (सार्वभौमिक क्रेडिट)$500 - $1,200 / माहउच्च प्रॉक्सी और सर्वर लागत
प्री-फ़्लाइट लागत सुरक्षाअंतर्निर्मित (अग्रिम अनुमान)नहीं (अतिरिक्त उपयोग का बिल सीधे नहीं भेजा जाता)लागू नहीं
IDE एकीकरण (Cursor/Claude)1-कमांड जोड़ेंजटिल रैपर आवश्यक हैस्थानीय सबप्रोसेस की आवश्यकता है
UNIVERSAL CREDIT BILLING

पारदर्शी पे-एज़-यू-गो MCP दरें

MCP कॉल आपके मानक API कुंजी का उपयोग करके प्रमाणित होते हैं और आपके खाते के सार्वभौमिक मासिक क्रेडिट बैलेंस से काटे जाते हैं। कोई छिपी हुई फीस नहीं।

ai-citation-check

Ask ChatGPT, Perplexity, Claude and Gemini one question and see who cites you

per engine

100क्रेडिट / कॉल
backlinks-list

Every individual backlink, with anchors, authority and spam signals

150क्रेडिट / कॉल
seo-aeo-geo-audit

Full SEO + AEO + GEO checker — the same three-pillar report as the dashboard

50क्रेडिट / कॉल
audits

Technical + AEO audit of a single URL

50क्रेडिट / कॉल
google-search

Live Google SERP for one query, by country and device

100क्रेडिट / कॉल
google-ai-overview

Google's AI Overview answer and the sources it cites

100क्रेडिट / कॉल
अक्सर पूछे जाने वाले प्रश्न

अक्सर पूछे जाने वाले प्रश्न

AI Rank Lab को MCP के माध्यम से सेटअप और कॉल करने के बारे में आपको जानना ज़रूरी सब कुछ।

Model Context Protocol (MCP) is an open standard developed by Anthropic that lets AI clients (such as Claude Code, Cursor, Windsurf, or custom Python scripts) securely connect to external tools and data sources. Instead of writing custom API code for every tool, MCP lets the AI natively discover and execute functions directly within a chat or terminal session.

सर्च इंटेलिजेंस से अपने AI एजेंट्स को सशक्त बनाने के लिए तैयार हैं?

कुछ ही सेकंड में अपनी API कुंजी जनरेट करें और आज ही Claude Code, Cursor या अपने कस्टम एजेंट फ्रेमवर्क को कनेक्ट करें।