AI Rank Lab ツール、AIエージェントに組み込む
AI Rank Lab MCPサーバーは、開発者APIと同じツール群を提供します。これには、Model Context Protocolを介して、フル機能のSEO + AEO + GEOチェッカー、リアルタイムのGoogle検索、あらゆる国とデバイスに対応したAI概要およびAIモード検索、キーワードリサーチ、Core Web Vitals、AIブランド可視性チェック、FAQおよびllms.txtの生成、さらにGoogle Analytics 4、Search Console、ボット訪問、引用データが含まれます。Claude Code、Claude Desktop、またはCursorに追加すれば、エージェントがそれらを直接実行できます。
はじめに
The Model Context Protocol (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/mcpEvery 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.
https://www.airanklab.com/api/v1/mcp?x-api-key=YOUR_API_KEY&x-api-secret=YOUR_API_SECRETClaude.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 以降) に追加できます:
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 「GoogleのAI Overviewは、インドでモバイル版の「スタートアップ向けベストCRM」について誰を引用していますか?」 — it will call the SEO・AEO・GEO監査 and Google AI概要 tools for you.
Claude Desktop
Add this to your Claude Desktop configuration (設定 → 開発者 → 設定を編集, file claude_desktop_config.json), then restart the app:
{
"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:
{
"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検索, Google AI概要, Google AIモード) 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 検索ロケーション 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引用チェック 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 (バックリンク概要, バックリンク履歴, バックリンク一覧, 参照ドメイン, アンカーテキスト, 一括ドメインオーソリティ) 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-check | Ask ChatGPT, Perplexity, Claude and Gemini one question and see who cites you | 100 per engine |
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 |
google-ai-mode | Google's AI Mode conversational answer and its sources | 100 |
brand-visibility | Ask a live AI engine about a brand | 100 per engine |
keyword-research | Keyword volume, difficulty, intent and live SERP | 50 typical; billed per lookup |
core-web-vitals | Core Web Vitals / PageSpeed scan | 25 |
referring-domains | Domains linking to any site, ranked by authority | 25 |
anchor-text | Anchor text distribution and over-optimization signals | 25 |
bulk-domain-authority | Authority rank for up to 100 domains in one call | 25 |
faq-generator | Generate an FAQ plus FAQPage schema for a page | 20 |
llms-txt | Generate an llms.txt manifest | 20 |
backlinks-overview | Backlink profile summary for any domain: rank, referring domains, spam score | 15 |
backlinks-history | Month-by-month backlink trend with new and lost links | 15 |
backlink-filters | Filter presets, modes and fields the backlink tools accept | Free |
gsc-performance | Search Console clicks, impressions, CTR and position | Free |
gsc-sites | Your verified Search Console properties | Free |
ga4-report | Any GA4 metrics and dimensions over your property | Free |
ga4-realtime | GA4 activity in the last 30 minutes | Free |
ga4-properties | Your connected GA4 properties | Free |
tracking-stats | AI bot visit stats for your domain | Free |
citations | Where AI engines cite your site | Free |
search-locations | Countries, languages and devices the search tools accept | Free |
keyword-research-estimate | Preview a keyword-research cost before running it | Free |
credits | Current credit balance | Free |
実行時間の長いツール
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 jobId 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: 1分あたり60リクエスト by default. A 429 response includes Retry-After. Need a higher limit? お問い合わせ.
エージェントを接続する
APIキーとシークレットを生成し、設定ブロックを貼り付けるだけで、AIエージェントが 実際のマーケティングツールを実行できます。
Get your API key