Skip to main content
Glama

Local Falcon MCP Server

by local-falcon

listLocalFalconLocationReports

Retrieve location reports from the Local Falcon API for detailed insights into local SEO performance, including scan data, keyword tracking, and trend analysis.

Instructions

Retrieves a list of all location reports.

Input Schema

NameRequiredDescriptionDefault
keywordNoThe keyword to search for.
limitNo10
nextTokenNoPagination token for additional results.
placeIdNoThe Place ID of the location.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "keyword": { "anyOf": [ { "anyOf": [ { "not": {} }, { "type": "string" } ] }, { "type": "null" } ], "description": "The keyword to search for." }, "limit": { "anyOf": [ { "anyOf": [ { "not": {} }, { "type": "string" } ] }, { "type": "null" } ], "default": "10" }, "nextToken": { "anyOf": [ { "anyOf": [ { "not": {} }, { "type": "string" } ] }, { "type": "null" } ], "description": "Pagination token for additional results." }, "placeId": { "anyOf": [ { "anyOf": [ { "not": {} }, { "type": "string" } ] }, { "type": "null" } ], "description": "The Place ID of the location." } }, "type": "object" }

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