Skip to main content
Glama

Stadia Maps Location API MCP Server

types.ts352 B
/** * Common types used across the application */ /** * Geographic coordinates with latitude and longitude */ export type Coordinates = { lat: number; lon: number; }; /** * Common geocoding parameters */ export type GeocodingCommonParams = { countryFilter?: Array<string>; lang: string; focusPoint?: Coordinates; layer?: string; };

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/stadiamaps/stadiamaps-mcp-server-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server