MCP Server

AI Rank Lab के टूल, आपके AI एजेंट के अंदर

AI Rank Lab MCP सर्वर वही टूल उपलब्ध कराता है जो डेवलपर API उपलब्ध कराता है — पूर्ण SEO + AEO + GEO चेकर, लाइव Google खोज, किसी भी देश और डिवाइस के लिए AI अवलोकन और AI मोड लुकअप, कीवर्ड रिसर्च, कोर वेब वाइटल्स, AI ब्रांड-विजिबिलिटी जाँचें, FAQ और llms.txt जनरेशन, साथ ही आपका Google Analytics 4, Search Console, बॉट-विज़िट और साइटेशन डेटा — मॉडल कॉन्टेक्स्ट प्रोटोकॉल के माध्यम से। इसे Claude Code, Claude Desktop, या Cursor में जोड़ें और आपका एजेंट उन्हें सीधे चला सकता है।

परिचय

The मॉडल कॉन्टेक्स्ट प्रोटोकॉल (MCP) is an open standard that lets AI assistants call external tools. Our MCP server is a thin layer over the /api/v1 REST API: same tools, same credit billing, same account — but callable by Claude, Cursor, or any other MCP-compatible client as part of a conversation.

The server uses the स्ट्रीम करने योग्य HTTP transport in stateless mode, so there is nothing to install or host — you point your client at the endpoint with your API credentials.

एंडपॉइंट और प्रमाणीकरण

सर्वर एक ही एंडपॉइंट पर रहता है:

POST https://www.airanklab.com/api/v1/mcp

Every request must carry the same two headers as the REST API: x-api-key and x-api-secret. Generate both from डैशबोर्ड → API और एकीकरण.

आपकी MCP क्लाइंट कॉन्फ़िग आपके मशीन पर गुप्त जानकारी को सादे टेक्स्ट में स्टोर करती है। कॉन्फ़िग फ़ाइल को वर्ज़न कंट्रोल से बाहर रखें, और यदि यह कभी लीक हो जाए, तो डैशबोर्ड से की पेयर को बदल दें।

Claude.ai (वेब ऐप)

To connect the MCP server directly in the Claude.ai web interface, open the कस्टम कनेक्टर जोड़ें dialog. Claude.ai does not support custom headers, so your credentials go in the URL query string instead.

Paste the following URL into the रिमोट MCP सर्वर URL field, replacing the placeholders with your actual API key and secret. Leave the Advanced OAuth fields blank.

Remote MCP server URL
https://www.airanklab.com/api/v1/mcp?x-api-key=YOUR_API_KEY&x-api-secret=YOUR_API_SECRET

क्योंकि Claude.ai कस्टम हेडर का समर्थन नहीं करता है, आपको अपनी क्रेडेंशियल्स को URL क्वेरी पैरामीटर्स में शामिल करना होगा। ध्यान रखें कि इससे वे हमारे सर्वर एक्सेस लॉग में दिखाई दे सकते हैं।

Use the URL exactly as shown — the www. host and no /sse suffix. Claude.ai connects over Streamable HTTP and posts to the exact URL you paste; a different host or path returns an error, and Claude then falls back to an OAuth sign-in flow that this server does not offer.

Claude Code

एक कमांड सर्वर को Claude Code (CLI v1.x या बाद का) में जोड़ता है:

Terminal
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"

Then ask Claude Code things like “example.com पर SEO + AEO + GEO की जाँच चलाएँ और महत्वपूर्ण मुद्दों का सारांश प्रस्तुत करें” or “भारत में मोबाइल पर ‘स्टार्टअप्स के लिए सर्वश्रेष्ठ CRM’ के लिए Google का AI Overview किसे उद्धृत करता है?” — it will call the seo-aeo-geo-audit and google-ai-overview tools for you.

Claude Desktop

Add this to your Claude Desktop configuration (सेटिंग्स → डेवलपर → कॉन्फ़िग संपादित करें, file claude_desktop_config.json), then restart the app:

claude_desktop_config.json
{
  "mcpServers": {
    "airanklab": {
      "url": "https://www.airanklab.com/api/v1/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY",
        "x-api-secret": "YOUR_API_SECRET"
      }
    }
  }
}

Cursor

Add the same block to ~/.cursor/mcp.json (global) or .cursor/mcp.json in your project:

mcp.json
{
  "mcpServers": {
    "airanklab": {
      "url": "https://www.airanklab.com/api/v1/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY",
        "x-api-secret": "YOUR_API_SECRET"
      }
    }
  }
}

उपलब्ध उपकरण और मूल्य निर्धारण

MCP उपकरण REST टूल एंडपॉइंट्स को हूबहू दर्शाते हैं और समान क्रेडिट बैलेंस खर्च करते हैं — किसी टूल की लागत वही रहती है चाहे आप उसे डैशबोर्ड, REST API, या MCP से कॉल करें। डेटा पढ़ना निःशुल्क है; विफल टूल कॉल्स स्वचालित रूप से वापस कर दिए जाते हैं।

The three Google tools (google-search, google-ai-overview, google-ai-mode) take a देश and a डिवाइस— name the country (“India”), its ISO code (“IN”) or its numeric location code (2356), and pick डेस्कटॉप or मोबाइल. Results differ markedly between the two, so measure the one your buyers actually use. The search-locations tool lists every supported market. The GA4 and Search Console tools are free because they read your own Google data — connect those accounts in the dashboard first.

ai-citation-check asks ChatGPT, Perplexity, Claude and Gemini the same question in one call and reports which of them cite you — it is billed per engine, so naming fewer engines costs less. The backlink tools (backlinks-overview, backlinks-history, backlinks-list, रेफरिंग डोमेन, एंकर टेक्स्ट, बल्क डोमेन अथॉरिटी) work on कोई भीdomain, not just the ones registered on your account, so an agent can research a competitor’s link profile directly. The free बैकलिंक फ़िल्टर tool lists the presets, modes and fields the filtered backlink queries accept.

टूलविवरणप्रति कॉल क्रेडिट
ai-citation-checkAsk ChatGPT, Perplexity, Claude and Gemini one question and see who cites you100 per engine
backlinks-listEvery individual backlink, with anchors, authority and spam signals150
seo-aeo-geo-auditFull SEO + AEO + GEO checker — the same three-pillar report as the dashboard50
auditsTechnical + AEO audit of a single URL50
google-searchLive Google SERP for one query, by country and device100
google-ai-overviewGoogle's AI Overview answer and the sources it cites100
google-ai-modeGoogle's AI Mode conversational answer and its sources100
brand-visibilityAsk a live AI engine about a brand100 per engine
keyword-researchKeyword volume, difficulty, intent and live SERP50 typical; billed per lookup
core-web-vitalsCore Web Vitals / PageSpeed scan25
referring-domainsDomains linking to any site, ranked by authority25
anchor-textAnchor text distribution and over-optimization signals25
bulk-domain-authorityAuthority rank for up to 100 domains in one call25
faq-generatorGenerate an FAQ plus FAQPage schema for a page20
llms-txtGenerate an llms.txt manifest20
backlinks-overviewBacklink profile summary for any domain: rank, referring domains, spam score15
backlinks-historyMonth-by-month backlink trend with new and lost links15
backlink-filtersFilter presets, modes and fields the backlink tools acceptFree
gsc-performanceSearch Console clicks, impressions, CTR and positionFree
gsc-sitesYour verified Search Console propertiesFree
ga4-reportAny GA4 metrics and dimensions over your propertyFree
ga4-realtimeGA4 activity in the last 30 minutesFree
ga4-propertiesYour connected GA4 propertiesFree
tracking-statsAI bot visit stats for your domainFree
citationsWhere AI engines cite your siteFree
search-locationsCountries, languages and devices the search tools acceptFree
keyword-research-estimatePreview a keyword-research cost before running itFree
creditsCurrent credit balanceFree

लंबे समय तक चलने वाले टूल

Heavier tools (audits, brand visibility) normally finish within the request. Each call has a 120 सेकंड का बजट: if the work isn't done in time, the tool returns a जॉब आईडी with polling instructions instead of the result.

Poll GET /api/v1/jobs/{jobId} (REST, same headers) until the status is पूर्ण — see एसिंक जॉब्स in the API reference.

रेट लिमिट्स

MCP requests count against the same per-key limit as the REST API: प्रति मिनट 60 रिक्वेस्ट by default. A 429 response includes बाद में पुनः प्रयास करें. Need a higher limit? हमसे संपर्क करें.

अपना एजेंट कनेक्ट करें

अपनी एपीआई कुंजी और सीक्रेट जनरेट करें, एक कॉन्फिग ब्लॉक पेस्ट करें, और आपका एआई एजेंट वास्तविक मार्केटिंग टूल चला सकता है।

Get your API key