mcp
by local-falcon·★ 19·综合分 43
Local Falcon 的 TypeScript MCP 服务器,提供 37 个工具用于本地搜索追踪和竞品分析。
概述
Local Falcon MCP 服务器通过 37 个完善的工具将 Local Falcon 的本地 SEO 和 AI 可见性平台能力提供给 MCP 协议。它支持多种身份验证方法,包括 OAuth 2.1、Bearer 令牌和通过查询字符串传递的 API 密钥。服务器提供丰富的功能,包括扫描报告、活动管理、竞品分析、GBP 监控和交互式地理网格热力图小部件。它设计用于通过模型上下文协议与 ChatGPT、Gemini 和 Claude 等 AI 系统集成。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您需要将全面的本地 SEO 监控和竞品分析工具集成到 AI 工作流中,特别是您已经在使用 Local Falcon 平台时,请选择此 MCP 服务器。
什么时候不要选它
如果您不已经在使用或不想使用 Local Falcon 平台,请不要选择此服务器,因为它需要该服务的账户,并且与他们的 API 紧密集成。
此 server 暴露的工具
从 README 抽取出 12 个工具getLocalFalconReportRetrieves a specific scan report and renders an interactive geo-grid heatmap
runLocalFalconScanRuns a new scan at specified coordinates to get ranking data
createLocalFalconCampaignCreates a new campaign with scheduled recurring scans
getLocalFalconCompetitorReportRetrieves a specific competitor analysis report
addLocationsToFalconGuardAdds locations to Falcon Guard protection for GBP monitoring
searchLocalFalconKnowledgeBaseSearches the Local Falcon Knowledge Base for help articles
listLocalFalconLocationReportsLists auto-generated reports aggregating scans for specific locations
getLocalFalconGridGenerates grid coordinates for single-point checks
listAllLocalFalconLocationsLists all business locations saved in your account
viewLocalFalconAccountInformationRetrieves account info including user details, credits, and subscription
getLocalFalconRankingAtCoordinatePerforms a single-point ranking check at one coordinate
getLocalFalconReviewsAnalysisReportRetrieves a Reviews Analysis report with AI-powered insights
可对比工具
安装
安装
通过远程 (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/mcpClaude 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。