We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/domdomegg/google-maps-places-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "google-maps-places-mcp",
"version": "1.0.1",
"description": "MCP server for Google Maps Places API - search for places, get details and photos",
"license": "MIT",
"author": "Adam Jones (domdomegg)",
"repository": {
"type": "git",
"url": "https://github.com/domdomegg/google-maps-places-mcp.git"
},
"main": "dist/main.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"mcpName": "io.github.domdomegg/google-maps-places-mcp",
"scripts": {
"start": "npm run build && node ./dist/main.js",
"start:http": "npm run build && MCP_TRANSPORT=http node ./dist/main.js",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest --watch",
"lint": "eslint",
"clean": "rm -rf dist",
"build": "tsc --project tsconfig.build.json",
"prepublishOnly": "npm run clean && npm run build"
},
"devDependencies": {
"@tsconfig/node-lts": "^24.0.0",
"@types/express": "^5.0.0",
"@types/node": "^22.0.0",
"eslint": "^9.0.0",
"eslint-config-domdomegg": "^2.0.0",
"tsconfig-domdomegg": "^1.0.0",
"typescript": "^5.8.0",
"vitest": "^3.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.24.0",
"express": "^5.0.0",
"zod": "^3.24.0"
}
}