MCP Catalogs
首页

mcp

by local-falcon·19·综合分 43

Local Falcon 的 TypeScript MCP 服务器,提供 37 个工具用于本地搜索追踪和竞品分析。

ai-llmdeveloper-toolsmonitoring
2
Forks
1
活跃 Issue
1 个月前
最近提交
24 天前
收录于

概述

Local Falcon MCP 服务器通过 37 个完善的工具将 Local Falcon 的本地 SEO 和 AI 可见性平台能力提供给 MCP 协议。它支持多种身份验证方法,包括 OAuth 2.1、Bearer 令牌和通过查询字符串传递的 API 密钥。服务器提供丰富的功能,包括扫描报告、活动管理、竞品分析、GBP 监控和交互式地理网格热力图小部件。它设计用于通过模型上下文协议与 ChatGPT、Gemini 和 Claude 等 AI 系统集成。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:本地 SEO 机构追踪多个位置的排名
:企业监控特定地理区域的竞争对手可见性
:AI 助手提供自动化本地搜索洞察和报告
:支持哪些身份验证方法?
:此 MCP 服务器与哪些 AI 平台兼容?

什么时候选它

如果您需要将全面的本地 SEO 监控和竞品分析工具集成到 AI 工作流中,特别是您已经在使用 Local Falcon 平台时,请选择此 MCP 服务器。

什么时候不要选它

如果您不已经在使用或不想使用 Local Falcon 平台,请不要选择此服务器,因为它需要该服务的账户,并且与他们的 API 紧密集成。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • getLocalFalconReport

    Retrieves a specific scan report and renders an interactive geo-grid heatmap

  • runLocalFalconScan

    Runs a new scan at specified coordinates to get ranking data

  • createLocalFalconCampaign

    Creates a new campaign with scheduled recurring scans

  • getLocalFalconCompetitorReport

    Retrieves a specific competitor analysis report

  • addLocationsToFalconGuard

    Adds locations to Falcon Guard protection for GBP monitoring

  • searchLocalFalconKnowledgeBase

    Searches the Local Falcon Knowledge Base for help articles

  • listLocalFalconLocationReports

    Lists auto-generated reports aggregating scans for specific locations

  • getLocalFalconGrid

    Generates grid coordinates for single-point checks

  • listAllLocalFalconLocations

    Lists all business locations saved in your account

  • viewLocalFalconAccountInformation

    Retrieves account info including user details, credits, and subscription

  • getLocalFalconRankingAtCoordinate

    Performs a single-point ranking check at one coordinate

  • getLocalFalconReviewsAnalysisReport

    Retrieves a Reviews Analysis report with AI-powered insights

可对比工具

semrush-mcpmoz-mcpgoogle-my-business-mcp

安装

安装

通过远程 (HTTP)

{
  "mcpServers": {
    "local-falcon-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.localfalcon.com/mcp?local_falcon_api_key=INSERT_YOUR_API_KEY_HERE"
      ]
    }
  }
}

通过 STDIO

mkdir lf-mcp
cd lf-mcp
npm i @local-falcon/mcp
Claude Desktop 配置
{
  "mcpServers": {
    "local-falcon-mcp": {
      "command": "node",
      "args": ["/path/to/lf-mcp/node_modules/@local-falcon/mcp/dist/index.js"],
      "env": {
        "LOCAL_FALCON_API_KEY": "INSERT_YOUR_API_KEY_HERE"
      }
    }
  }
}

FAQ

支持哪些身份验证方法?
该服务器支持带 PKCE 的 OAuth 2.1、使用 API 密钥的 Bearer 令牌,以及在 URL 查询字符串中直接传递的 API 密钥。
此 MCP 服务器与哪些 AI 平台兼容?
它设计用于与 ChatGPT、Gemini、Grok、Google AI Overviews、AI Mode 以及其他兼容 MCP 的 AI 系统一起工作。

mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。