Sponsored by Deepsite.site

Local Falcon Mcp

Created By
local-falcon7 months ago
An MCP server to interact with the public and on demand API of Local Falcon. For more information check here: https://www.localfalcon.com/features/mcp
Content

Local Falcon MCP Server

An MCP (Model Context Protocol) server for the Local Falcon API, implemented in TypeScript, using the official MCP SDK. This server exposes Local Falcon reporting capabilities as MCP tools, enabling integration with agentic AI systems and workflows.


Prerequisites

  • Node.js (install the LTS version)

Getting Started in Claude Desktop

  1. Create a new directory for the MCP server and install the package.
mkdir lf-mcp
cd lf-mcp 
npm i @local-falcon/mcp
  1. Copy the path to the installed npm module and add it to the args in the mcp.json file making sure to point to the index.js file under /dist.
  2. Add your API key to the env in the mcp.json file.

Running via STDIO

For MacOS/Unix use the following format:

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

For Windows use the following format:

{
  "mcpServers": {
    "local-falcon-mcp": {
      "command": "node",
      "args": ["C:\\Users\\YOUR_USERNAME\\lf-mcp\\node_modules\\@local-falcon\\mcp\\dist\\index.js"],
      "env": {
        "LOCALFALCON_API_KEY": "INSERT_YOUR_API_KEY_HERE"
      }
    }
  }
}

Running via SSE via a STDIO Gateway

For all platforms use the following format:

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

Running via Claude Integrations (SSE)

If connecting to Claude integrations:

  1. name the server Local Falcon MCP
  2. add the following url: https://mcp.localfalcon.com/sse?local_falcon_api_key=YOUR_API_KEY_HERE

Tools List

  • listLocalFalconScanReports: Retrieves a list of all Scan Reports performed by your Local Falcon account.
  • listLocalFalconTrendReports: Retrieves a list of all Trend Reports performed by your Local Falcon account.
  • listLocalFalconAutoScans: Retrieves a list of all Auto Scans.
  • listAllLocalFalconLocations: Retrieves a list of all locations.
  • listLocalFalconLocationReports: Retrieves a list of all location reports.
  • getLocalFalconLocationReport: Retrieves a single location report. A location report looks like https://www.localfalcon.com/reports/location/view/c60c325a8665c4a where c60c325a8665c4a is the report key.
  • getLocalFalconReport: Retrieves a single Local Falcon scan report given a report key. Only reads the ai analysis of the returned report. Otherwise report the ai analysis is not present. Users can also enter the report key in the format of https://www.localfalcon.com/reports/view/0b38313fa35c37f where 0b38313fa35c37f is the report key.
  • getLocalFalconTrendReport: Retrieves a single Local Falcon trend report. A trend report looks like https://www.localfalcon.com/reports/trend/view/95290829819f6e8 where 95290829819f6e8 is the report key.
  • listLocalFalconKeywordReports: Retrieves a list of all keyword reports. A keyword report looks like https://www.localfalcon.com/reports/keyword/view/754ffcb0f309938 where 754ffcb0f309938 is the report key.
  • getLocalFalconKeywordReport: Retrieves a single Local Falcon keyword report.
  • getLocalFalconGrid: A helper method to create a Local Falcon grid.
  • getLocalFalconGoogleBusinessLocations: Fetches Local Falcon Google Business locations.
  • getLocalFalconRankingAtCoordinate: Retrieves search results at the specified coordinate point and gets ranking data for specified business.
  • getLocalFalconKeywordAtCoordinate: Retrieves search results at the specified coordinate point without any rank comparison data.
  • runLocalFalconFullGridSearch: Retrieves a full grid search using the passed keyword or search term to match against the specified business.
  • getLocalFalconCompetitorReports: Retrieves a list of all Competitor Reports within your Local Falcon account.
  • getLocalFalconCompetitorReport: Retrieves up to 20 competitor businesses from a specific Competitor Report from your Local Falcon account.
  • listLocalFalconCampaignReports: Retrieves a list of all Location Reports within your Local Falcon account.
  • getLocalFalconCampaignReport: Retrieves a full report of a Campaign from your Local Falcon account.
  • listLocalFalconGuardReports: Retrieves a list of all Falcon Guard Reports within your Local Falcon account.
  • getLocalFalconGuardReport: Retrieves a full report of a Falcon Guard Report from your Local Falcon account given a place_id.

For developers

  • Build (necessary to run in local MCP host applications):

    bun run build
    
  • Run MCP Inspector:

    bun run inspector
    
  • Run MCP Server:

    Run one of the following:

    bun run start
    bun run start:sse
    bun run start:stdio
    

    Note: if sse is not specified, the server will default to stdio.


License

MIT


Acknowledgments

Server Config

{
  "mcpServers": {
    "local-falcon-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.localfalcon.com/sse?local_falcon_api_key=<INSERT_YOUR_API_KEY>"
      ]
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
WindsurfThe new purpose-built IDE to harness magic
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
CursorThe AI Code Editor
Serper MCP ServerA Serper MCP Server
Tavily Mcp
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
DeepChatYour AI Partner on Desktop
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
ChatWiseThe second fastest AI chatbot™
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Amap Maps高德地图官方 MCP Server
Playwright McpPlaywright MCP server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.