MCP Catalogs
Home

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.

ai-llmdeveloper-toolsmonitoring
2
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Local SEO agencies tracking rankings across multiple locations
you:Businesses monitoring competitor visibility in specific geographic areas
you:AI assistants providing automated local search insights and reports
you:What authentication methods are supported?
you:What AI platforms does this MCP server work with?

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 README
  • 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

Comparable tools

semrush-mcpmoz-mcpgoogle-my-business-mcp

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/mcp
Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.