Skip to main content
Glama
localseodata

Local SEO Data

Official
by localseodata

Local SEO Data MCPサーバー

Model Context ProtocolLocal SEO Dataサーバーです。AIアシスタントに42種類のローカルSEOツール(SERP追跡、レビュー監視、キーワード調査、AI可視性スコアリング、ジオグリッドスキャンなど)へのアクセスを提供します。

一度設定すれば、あとは自然な英語で質問するだけで、アシスタントが自動的に適切なエンドポイントを呼び出します。

前提条件

  1. localseodata.com/signup でサインアップ

  2. APIキーダッシュボード でAPIキーを作成

  3. 以下の YOUR_API_KEY を自分のキー(sk_live_で始まるもの)に置き換える

Related MCP server: GEO Analysis for AI SEO

セットアップ

Claude Code

claude mcp add localseodata --transport http "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY" --scope user

--scope user フラグを付けると、すべてのプロジェクトで利用可能になります。追加後にClaude Codeを再起動してください。

Claude Desktop

設定ファイルに追加してください:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "localseodata": {
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}

保存後にClaude Desktopを再起動してください。

Cursor

プロジェクトルートの .cursor/mcp.json、またはグローバルアクセスの場合は ~/.cursor/mcp.json に追加してください:

{
  "mcpServers": {
    "localseodata": {
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}

VS Code (GitHub Copilot)

プロジェクトの .vscode/mcp.json に追加してください:

{
  "servers": {
    "localseodata": {
      "type": "streamable-http",
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}

Cline

Clineの設定 > MCP Servers > Add Remote Server を開きます:

  • Name: localseodata

  • URL: https://mcp.localseodata.com/mcp?key=YOUR_API_KEY

Windsurf

~/.codeium/windsurf/mcp_config.json に追加してください:

{
  "mcpServers": {
    "localseodata": {
      "serverUrl": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}

利用可能なツール

カテゴリ

ツール

SERPデータ

local_pack, organic_serp, local_finder, maps, local_services_ads

AI/LLM最適化

ai_overview, ai_mode, ai_mentions, ai_visibility, ai_compare, ai_keyword_data, ai_top_sources, ai_top_pages

ビジネスデータ

business_profile, google_reviews, qa, business_listings, multi_platform_reviews

キーワード調査

search_volume, keyword_suggestions, keywords_for_site, related_keywords, keyword_trends

監査

local_audit, citation_audit, reputation_audit, page_audit, profile_health

競合インテリジェンス

competitor_gap, competitor_ads, brand_mentions, backlink_gap, backlink_summary

レポート

review_velocity, local_authority, keyword_opportunities

ジオグリッド

geogrid_scan

ロケーション

location_search

ユーティリティ

ping, get_balance

プロンプト例

接続後、自然な言葉で質問してください:

  • "Who ranks in the local pack for 'plumber' in Denver?"

  • "Run a full local SEO audit for Mike's Plumbing in Austin, TX"

  • "Compare my Google reviews to my top 3 competitors"

  • "What keywords should a dentist in Portland be targeting?"

  • "Check if my business NAP is consistent across directories"

  • "Map my rankings on a 5x5 geogrid for 'bakery' in Brooklyn"

  • "What's my AI visibility score for 'best pizza in Chicago'?"

認証

APIキーはURLクエリパラメータ(?key=YOUR_API_KEY)として渡されます。これにより、カスタムヘッダー設定なしですべてのMCPクライアントで動作します。キーは APIキーダッシュボード でいつでも作成または取り消しが可能です。

料金

MCP呼び出しは、REST API呼び出しと同様に、Local SEO Dataアカウントのクレジットを消費します。ほとんどのエンドポイントは1クレジット($0.005)です。使用状況は ダッシュボード で確認できます。

プランについては localseodata.com/pricing を参照してください。

セルフホスティング

MCPサーバーを自分で実行したい場合:

git clone https://github.com/localseodata/mcp-server.git
cd mcp-server
npm install
npm run build

必要な環境変数を設定して起動します:

export API_BASE_URL=https://api.localseodata.com
npm start

サーバーはデフォルトでポート3003で実行されます(変更する場合は PORT を設定してください)。コンテナデプロイ用のDockerfileが含まれています。

開発

npm run dev       # Watch mode with hot reload
npm run build     # Compile TypeScript
npm run typecheck # Type check without emitting
npm start         # Run compiled output

ライセンス

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    C
    quality
    Not graded
    maintenance
    Enables AI assistants to access comprehensive SEO data through DataForSEO APIs, including SERP results, keyword research, backlink analysis, on-page metrics, and domain analytics. Supports real-time search engine data from Google, Bing, and Yahoo with customizable filtering and multiple deployment options.
    36
  • A
    license
    B
    quality
    F
    maintenance
    GEO (Generative Engine Optimisation). This tool shows you exactly how AI search engines see your content - claim density, writing quality, E-E-A-T signals, extractability. Research-backed metrics that correlate with 40% higher AI citation rates.
    2
    245
    21
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to access SurfRank's AI visibility analytics platform through 24 tools. It allows agents to run AI-visibility reports, research keywords, track competitors, and manage projects directly from chat interfaces.
    24
    9
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Agent-first SEO toolkit with 24 MCP tools for keyword research, rank tracking, site audits up to 50k pages, competitor analysis, content gap detection, domain reputation, backlink intelligence, Google Search Console integration, and AI-powered strategy generation with Claude, GPT, and Ollama. SQLite-backed and bring-your-own-key.
    MIT

View all related MCP servers

Related MCP Connectors

  • SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.

  • Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.

  • 60+ Meta Ads tools for AI agents: audits, campaign management, audiences and CAPI tracking.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/localseodata/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server