MCP Server Boilerplate
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| geocodeC | Convert an address to coordinates |
| reverse-geocodeC | Convert coordinates to an address |
| places-searchC | Search for places using text query |
| get-directionsC | Get directions between two locations |
| distance-matrixC | Calculate travel distance and time between multiple origins and destinations |
| place-detailsC | Get detailed information about a specific place |
| finance-searchA | Search for stocks, indices, mutual funds, currencies, and futures using Google Finance. Use format 'SYMBOL:EXCHANGE'. Stocks: 'AAPL:NASDAQ', 'TSLA:NASDAQ'. ETFs/Index funds: 'SPY:NYSEARCA', 'VTI:NYSEARCA', 'QQQ:NASDAQ', 'VOO:NYSEARCA'. Crypto: 'BTC-USD', 'ETH-USD'. Note: Query 'SPY' (no exchange) returns market overview with S&P 500 related ETFs. |
| airports-searchC | Search for airport and flight information using Google Flights |
| gmail-send-emailC | Send an email using Gmail |
| gmail-read-emailsC | Read/list emails from Gmail with optional search query |
| gmail-get-emailC | Get a specific email by message ID |
| gmail-get-labelsB | Get all Gmail labels |
| calendar-create-eventC | Create a new calendar event. Current time: 1/3/2026, 9:03:13 AM |
| calendar-list-eventsC | List calendar events with optional filters |
| calendar-get-eventC | Get a specific calendar event by ID |
| calendar-update-eventC | Update an existing calendar event |
| calendar-delete-eventC | Delete a calendar event |
| calendar-list-calendarsB | List all available calendars |
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/CaptainCrouton89/maps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server