Local Falcon

v1.4.6Marketing & SEOstable

Connects AI systems to Local Falcon API, enabling access to local SEO reporting tools including scan reports, trend analysis, keyword tracking, and competitor data through the Model Context Protocol.

ai-search-optimizationai-seoai-seo-toolsai-visibilityanalytics
Share:
19
Stars
0
Downloads
0
Weekly
0/5

What is Local Falcon?

Local Falcon is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to connects ai systems to local falcon api, enabling access to local seo reporting tools including scan reports, trend analysis, keyword tracking, and competitor data through the model context protocol.

Connects AI systems to Local Falcon API, enabling access to local SEO reporting tools including scan reports, trend analysis, keyword tracking, and competitor data through the Model Context Protocol.

This server falls under the Marketing & SEO and Analytics categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Connects AI systems to Local Falcon API, enabling access to

Use Cases

Access Local Falcon SEO reporting tools and scan reports. Track local keyword rankings and analyze competitor data. Monitor local SEO visibility and trends.
local-falcon

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.4.6
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @local-falcon/mcp

Manual Installation

npx -y @local-falcon/mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Local Falcon

The Local Falcon MCP server connects AI assistants to the Local Falcon local SEO and AI visibility platform, exposing 37 tools that cover geo-grid scanning, campaign management, competitor analysis, review analytics, and Falcon Guard GBP monitoring. It supports multi-platform ranking data across Google Maps, Apple Maps, ChatGPT, Gemini, Grok, and Google AI Overviews, making it unique in tracking AI search visibility alongside traditional local SEO metrics. The server can be used via a hosted remote endpoint (OAuth 2.1 or API key) or installed locally via npm, and it renders an interactive geo-grid heatmap widget inside Claude and ChatGPT when scan reports are retrieved.

Prerequisites

  • A Local Falcon account with an active subscription (localfalcon.com)
  • A Local Falcon API key (obtainable from your Local Falcon account settings)
  • Node.js 18 or higher (if running locally via stdio)
  • An MCP client that supports HTTP/remote MCP or stdio transport (Claude Desktop, Claude Code, or ChatGPT MCP connector)
1

Get your Local Falcon API key

Log in to your Local Falcon account at localfalcon.com, go to your account settings, and copy your API key.

2

Choose your connection method

The easiest method is connecting to the hosted remote endpoint using mcp-remote with your API key in the URL. No local installation is needed for this approach.

# Option 1: Remote via mcp-remote (recommended, no install needed)
# Option 2: Local stdio install
mkdir lf-mcp && cd lf-mcp
npm install @local-falcon/mcp
3

Configure your MCP client for remote access

Add the remote Local Falcon MCP endpoint to your claude_desktop_config.json using mcp-remote and your API key in the query string.

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

Or configure for local stdio access

If you prefer local stdio mode after installing the npm package, configure with the node command pointing to the installed dist/index.js and the LOCAL_FALCON_API_KEY env var.

{
  "mcpServers": {
    "local-falcon-mcp": {
      "command": "node",
      "args": ["/Users/YOUR_USERNAME/lf-mcp/node_modules/@local-falcon/mcp/dist/index.js"],
      "env": {
        "LOCAL_FALCON_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
5

Verify connection and list available tools

Restart your MCP client and ask it to list your Local Falcon scan reports. For clients supporting MCP Apps (Claude, ChatGPT), calling getLocalFalconReport will display an interactive geo-grid heatmap widget.

Local Falcon Examples

Client configuration

Remote connection to the Local Falcon MCP server via mcp-remote — the easiest setup requiring no local npm install.

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

Prompts to try

Example prompts for running local SEO scans, checking rankings, and analyzing competitors.

- "List all my Local Falcon scan reports and show me the most recent one"
- "Run a new geo-grid scan for 'Italian restaurant' at coordinates 40.7128,-74.0060 with a 3x3 grid"
- "Show me the trend analysis for my campaign tracking 'pizza delivery' keywords over the last 30 days"
- "List my Falcon Guard reports and check for any unauthorized changes to my Google Business Profile"
- "Create a new campaign for weekly rank tracking of 'plumber near me' for my business"

Troubleshooting Local Falcon

Authentication error or 401 when connecting via mcp-remote

Double-check that YOUR_API_KEY_HERE in the URL is replaced with your actual Local Falcon API key. Keys are available in your Local Falcon account settings. If using OAuth mode (without a key in the URL), ensure you complete the browser authorization flow when prompted.

mcp-remote not found or npx fails to launch

Ensure Node.js 18 or higher is installed. If npx is slow due to network issues, install mcp-remote globally first: 'npm install -g mcp-remote', then replace 'npx mcp-remote' with just 'mcp-remote' in the args array.

getLocalFalconReport tool shows data but no heatmap widget

The interactive geo-grid heatmap widget requires an MCP Apps-capable client (Claude Desktop, Claude.ai, or ChatGPT with MCP connector). Other clients like Cursor or Windsurf will still return the underlying data in text form but won't render the visual widget.

Frequently Asked Questions about Local Falcon

What is Local Falcon?

Local Falcon is a Model Context Protocol (MCP) server that connects ai systems to local falcon api, enabling access to local seo reporting tools including scan reports, trend analysis, keyword tracking, and competitor data through the model context protocol. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Local Falcon?

Install via npm with the command: npx -y @local-falcon/mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Local Falcon?

Local Falcon works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Local Falcon free to use?

Yes, Local Falcon is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Marketing & SEO MCP Servers

Explore all marketing & seo servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "local-falcon-mcp-server": { "command": "npx", "args": ["-y", "@local-falcon/mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Local Falcon?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides