MCP.so
Sign In

Local Falcon Mcp

@local-falcon

About Local Falcon Mcp

MCP server for Local Falcon's local SEO and AI visibility platform: geo-grid rank tracking, campaign management, and competitor analysis via Model Context Protocol

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

local-falcon

Submitted by

Manuel Gozzi

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Local Falcon Mcp?

An MCP (Model Context Protocol) server for the Local Falcon local SEO and AI Visibility platform, implemented in TypeScript. It exposes 37 tools for scanning, tracking, and reporting, enabling integration with agentic AI systems and workflows.

How to use Local Falcon Mcp?

Install via npm (npm i @local-falcon/mcp) and configure with a Local Falcon API key as an environment variable (LOCAL_FALCON_API_KEY). Connect using OAuth 2.1 (recommended), Bearer token, or API key in the URL. Run via STDIO, remote HTTP (/mcp), or legacy SSE.

Key features of Local Falcon Mcp

  • 37 MCP tools for scanning, reports, campaigns, and competitor analysis
  • Interactive MCP Apps geo-grid heatmap widget with Google Maps
  • OAuth 2.1 with PKCE, refresh tokens, and dynamic client registration
  • Tool annotations (readOnlyHint, destructiveHint, openWorldHint) for safe auto-execution
  • Multi-platform support: Google Maps, Apple Maps, ChatGPT, Gemini, Grok, AI Overviews
  • AI visibility monitoring and Falcon Guard GBP protection tools

Use cases of Local Falcon Mcp

  • Run local SEO scans to track business rankings at specific coordinates
  • Manage automated campaigns with scheduled recurring scans
  • Analyze competitor reports and review insights with AI-powered summaries
  • Monitor Google Business Profile changes with Falcon Guard protection
  • Retrieve location, keyword, and trend reports for portfolio tracking

FAQ from Local Falcon Mcp

What are the prerequisites for running Local Falcon Mcp?

Node.js (LTS recommended) is required. End users only need Node.js and npm; developers also need TypeScript for building.

How do I authenticate with Local Falcon Mcp?

Use OAuth 2.1 (recommended) by setting the URL to https://mcp.localfalcon.com/mcp and selecting OAuth. Alternatively, use a Bearer token with a Local Falcon API key, or pass the API key via query string.

Can I run Local Falcon Mcp locally or remotely?

Yes. Run via STDIO using the node command with the installed package, or via remote using npx mcp-remote pointing to the HTTP endpoint (/mcp). Legacy SSE endpoint (/sse) is available but will be removed.

Is the /sse endpoint still supported?

The /sse endpoint is considered legacy and will be removed in a future version. Use the /mcp endpoint instead.

What data does the interactive heatmap widget show?

When you call getLocalFalconReport, MCP Apps–capable clients display a geo-grid heatmap with a metrics bar, interactive Google Maps with colored rank pins, and detail panels showing business listings, ratings, reviews, and AI scrape content.

Comments

More Other MCP servers