Local Falcon MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOCALFALCON_API_KEY | Yes | Your Local Falcon API key for authentication |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| listLocalFalconScanReportsC | Retrieves a list of all Scan Reports performed by your Local Falcon account. |
| listLocalFalconTrendReportsC | Retrieves a list of all Trend Reports performed by your Local Falcon account. |
| listLocalFalconAutoScansC | Retrieves a list of all Auto Scans. |
| listAllLocalFalconLocationsB | Retrieves a list of all locations. |
| listLocalFalconLocationReportsC | Retrieves a list of all location reports. |
| getLocalFalconLocationReportC | Retrieves a single location report. A location report looks like https://www.localfalcon.com/reports/location/view/c60c325a8665c4a where c60c325a8665c4a is the report key. |
| getLocalFalconReportB | 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. |
| getLocalFalconTrendReportB | 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. |
| listLocalFalconKeywordReportsC | 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. |
| getLocalFalconKeywordReportC | Retrieves a single Local Falcon keyword report. |
| getLocalFalconGridC | A helper method to create a Local Falcon grid. |
| getLocalFalconGoogleBusinessLocationsC | Fetches Local Falcon Google Business locations. |
| getLocalFalconRankingAtCoordinateC | Retrieves search results at the specified coordinate point and gets ranking data for specified business. |
| getLocalFalconKeywordAtCoordinateC | Retrieves search results at the specified coordinate point without any rank comparison data. |
| runLocalFalconFullGridSearchC | Retrieves a full grid search using the passed keyword or search term to match against the specified business. |
| getLocalFalconCompetitorReportsC | Retrieves a list of all Competitor Reports within your Local Falcon account. |
| getLocalFalconCompetitorReportC | Retrieves up to 20 competitor businesses from a specific Competitor Report from your Local Falcon account. Competitor reports look like https://www.localfalcon.com/reports/competitor/view/08116fb5331e258 where 08116fb5331e258 is the report_key. |
| listLocalFalconCampaignReportsC | Retrieves a list of all Location Reports within your Local Falcon account. |
| getLocalFalconCampaignReportB | Retrieves a full report of a Campaign from your Local Falcon account. Campaign reports look like https://www.localfalcon.com/campaigns/view/0ee3c5869f3fa13 where 0ee3c5869f3fa13 is the report_key. |
| listLocalFalconGuardReportsC | Retrieves a list of all Falcon Guard Reports within your Local Falcon account. This helps analyze the Google Business profile of a specific location. |
| getLocalFalconGuardReportC | Retrieves a full report of a Falcon Guard Report from your Local Falcon account given a place_id. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/local-falcon/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server