Skip to main content
Glama

Google Maps MCP Server

by Moe03
types.d.ts696 B
declare module '@modelcontextprotocol/sdk' { export class Server { constructor(options: { name: string; version: string }); connect(transport: any): Promise<void>; info(): Promise<any>; handleRequest(request: any): Promise<any>; } export class StdioServerTransport { constructor(); } export interface CallToolRequestSchema { type: string; properties: Record<string, any>; required?: string[]; } export interface ListToolsRequestSchema { type: string; } export interface Tool { name: string; description: string; inputSchema: { type: string; properties: Record<string, any>; required?: string[]; }; } }

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/Moe03/mcp-hello-world'

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