We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Garblesnarff/google-maps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
street-view.d.ts•648 B
/**
* street-view.ts - Street View Static API tool
*
* This file contains the tool definition for Google Street View Static API,
* which allows retrieving Street View images for any location.
*
* Dependencies:
* - @modelcontextprotocol/sdk/types.js (for Tool)
*
* @author Claude
*/
import { Tool } from "@modelcontextprotocol/sdk/types.js";
/**
* @constant STREET_VIEW_TOOL
* @description Tool definition for retrieving Street View images from Google Street View Static API.
* Allows users to get panoramic street-level imagery of any location.
*/
export declare const STREET_VIEW_TOOL: Tool;
//# sourceMappingURL=street-view.d.ts.map