Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 3000 |
| API_KEY | Yes | Google Maps Platform API key | |
| AUTH_ENABLED | No | Enable auth | true |
| BEARER_TOKEN | Yes | Auth token for MCP clients (generate with: openssl rand -hex 32) | |
| AUTH_STRATEGY | No | Authentication strategy | bearer |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |