mcp
by local-falcon·★ 19·Score 43
A TypeScript MCP server for Local Falcon's SEO platform with 37 tools for local search tracking and competitor analysis.
Overview
The Local Falcon MCP server exposes Local Falcon's local SEO and AI visibility platform capabilities through 37 well-documented MCP tools. It supports multiple authentication methods including OAuth 2.1, Bearer tokens, and API keys passed via query strings. The server provides rich functionality including scan reports, campaign management, competitor analysis, GBP monitoring, and an interactive geo-grid heatmap widget. It's designed for integration with AI systems like ChatGPT, Gemini, and Claude through the Model Context Protocol.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you need comprehensive local SEO monitoring and competitor analysis tools integrated into your AI workflow, especially if you're already using Local Falcon's platform.
When NOT to choose this
Don't choose this server if you're not already using or committed to Local Falcon's platform, as it requires an account with the service and is tightly coupled to their API.
Tools this server exposes
12 tools extracted from the READMEgetLocalFalconReportRetrieves 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
Comparable tools
Installation
Installation
Via Remote (HTTP)
{
"mcpServers": {
"local-falcon-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.localfalcon.com/mcp?local_falcon_api_key=INSERT_YOUR_API_KEY_HERE"
]
}
}
}Via STDIO
mkdir lf-mcp
cd lf-mcp
npm i @local-falcon/mcpClaude Desktop Configuration
{
"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
- What authentication methods are supported?
- The server supports OAuth 2.1 with PKCE, Bearer tokens using your API key, and API keys passed directly in the URL query string.
- What AI platforms does this MCP server work with?
- It's designed to work with ChatGPT, Gemini, Grok, Google AI Overviews, AI Mode, and other MCP-compatible AI systems.
Compare mcp with
Last updated · Auto-generated from public README + GitHub signals.