Skip to main content
Glama

Local Falcon MCP Server

by local-falcon

getLocalFalconRankingAtCoordinate

Retrieve local search ranking data for a business at specific coordinates using latitude, longitude, and keyword to analyze local SEO performance effectively.

Instructions

Retrieves search results at the specified coordinate point and gets ranking data for specified business.

Input Schema

NameRequiredDescriptionDefault
keywordYesThe keyword to search for.
latYesThe latitude of the coordinate.
lngYesThe longitude of the coordinate.
zoomNoThe zoom level of the map. From 0 to 18.13

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "keyword": { "description": "The keyword to search for.", "type": "string" }, "lat": { "description": "The latitude of the coordinate.", "type": "string" }, "lng": { "description": "The longitude of the coordinate.", "type": "string" }, "zoom": { "anyOf": [ { "anyOf": [ { "not": {} }, { "type": "string" } ] }, { "type": "null" } ], "default": "13", "description": "The zoom level of the map. From 0 to 18." } }, "required": [ "lat", "lng", "keyword" ], "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