Local Falcon MCP Server

37 tools. 12 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

12 can modify or destroy data
25 read-only
37 tools total

Community server · catalogue entry verified 11/06/2026

How to control Local Falcon MCP Server ↓

What Local Falcon MCP Server exposes to your agents

Read (25) Write / Execute (10) Destructive / Financial (2)
Critical Risk

The most dangerous Local Falcon MCP Server tools

12 of Local Falcon MCP Server's 37 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Local Falcon MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Local Falcon MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "reactivateLocalFalconCampaign": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "removeFalconGuardProtection": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "pauseFalconGuardProtection": {
    "limits": [
      {
        "counter": "pausefalconguardprotection_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "getLocalFalconCampaignReport": {
    "limits": [
      {
        "counter": "getlocalfalconcampaignreport_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Local Falcon MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON LOCAL FALCON →

Free to start. No card required.

All 37 Local Falcon MCP Server tools

READ 25 tools
Read getLocalFalconCampaignReport Retrieves a specific campaign report with full details: aggregated ARP, ATRP, SoLV metrics, individual scan re Read getLocalFalconCompetitorReport Retrieves a specific competitor report showing the competitive landscape from a scan. Includes top-ranking bus Read getLocalFalconCompetitorReports Lists competitor analysis reports. One is AUTO-GENERATED with every scan, showing top-ranking businesses in th Read getLocalFalconGoogleBusinessLocations Searches Google for business listings to find Place IDs needed for runLocalFalconScan. ONLY use this if: 1) Pl Read getLocalFalconGrid Helper tool that generates grid coordinates for use with getLocalFalconRankingAtCoordinate or getLocalFalconKe Read getLocalFalconGuardReport Retrieves a Falcon Guard report IF it exists for the location given a place_id. Shows Google Business Profile Read getLocalFalconKeywordAtCoordinate LIMITED TOOL - Shows raw search results at ONE SINGLE point without ranking analysis. Does not provide ranking Read getLocalFalconKeywordReport Retrieves a specific keyword report aggregating scan data across multiple locations for one keyword. Shows whi Read getLocalFalconKnowledgeBaseArticle Retrieves the complete content of a specific Local Falcon Knowledge Base article, including full step-by-step Read getLocalFalconLocationReport Retrieves a specific location report aggregating scan data across multiple keywords for one business location. Read getLocalFalconRankingAtCoordinate SINGLE-POINT CHECK ONLY - LIMITED USE TOOL. Checks ranking at exactly ONE coordinate. NOT for comprehensive an Read getLocalFalconReviewsAnalysisReport Retrieves a specific Reviews Analysis report with full metrics: Review Volume Score (RVS), Review Quality Scor Read getLocalFalconTrendReport Retrieves a specific trend report showing historical ARP, ATRP, and SoLV changes across multiple scan dates fo Read listAllLocalFalconLocations Lists all business locations already configured in the Local Falcon account. Check here BEFORE using getLocalF Read listLocalFalconAutoScans Lists ONLY individually scheduled automatic scans. NOTE: This does NOT include campaign-scheduled scans, which Read listLocalFalconCampaignReports Lists campaign reports in the account. Campaigns are the primary method for scheduled, recurring scans across Read listLocalFalconGuardReports Lists locations monitored by Falcon Guard. Guard monitors Google Business Profiles for unwanted changes, check Read listLocalFalconKeywordReports Lists keyword reports that aggregate scan data across multiple locations for a specific keyword. AUTO-GENERATE Read listLocalFalconLocationReports Lists location reports that aggregate scan data across multiple keywords for a specific business location. AUT Read listLocalFalconReviewsAnalysisReports Lists Reviews Analysis reports in the account. These are premium AI-powered review analyses ($19/location) tha Read listLocalFalconScanReports Lists existing scan reports. ALWAYS check here before running new scans to avoid duplicates and save credits. Read listLocalFalconTrendReports Lists trend reports showing ranking changes over time. These are AUTO-GENERATED when 2+ scans are run with IDE Read searchForLocalFalconBusinessLocation Searches for business locations on the specified platform. Returns a list of locations that match the search t Read searchLocalFalconKnowledgeBase Searches the Local Falcon Knowledge Base for help articles, how-to guides, and platform documentation. USE THI Read viewLocalFalconAccountInformation Retrieves Local Falcon account information. Returns user, credit package, subscription, and credits.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Local Falcon MCP Server

Can an AI agent move money through the Local Falcon MCP Server MCP server? +

Yes. The Local Falcon MCP Server server exposes 1 financial tools including reactivateLocalFalconCampaign. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Local Falcon MCP Server MCP server? +

Yes. The Local Falcon MCP Server server exposes 1 destructive tools including removeFalconGuardProtection. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Local Falcon MCP Server? +

The Local Falcon MCP Server server has 8 write tools including pauseFalconGuardProtection, pauseLocalFalconCampaign, addLocationsToFalconGuard. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Local Falcon MCP Server.

How many tools does the Local Falcon MCP Server MCP server expose? +

37 tools across 4 categories: Destructive, Execute, Read, Write. 25 are read-only. 12 can modify, create, or delete data.

How do I enforce a policy on Local Falcon MCP Server? +

Register the Local Falcon MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Local Falcon MCP Server tool call.

Deterministic rules across all 37 Local Falcon MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

37 Local Falcon MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.