Skip to main content
Glama
HasData

Google Maps MCP Server

Google Maps MCP Server

Ein gehosteter Model Context Protocol (MCP)-Server, der Claude, Cursor, Windsurf und jedem anderen MCP-Client sechs schreibgeschützte Google-Maps-Tools bietet. Suchen Sie Orte, lesen Sie einen Ort vollständig, rufen Sie Bewertungen, Fotos und Beiträge ab und gehen Sie die Geschichte eines einzelnen Rezensenten durch – alles als strukturiertes JSON, ohne Google-Cloud-Projekt und ohne Abrechnung.

https://mcp.hasdata.com/api/mcp?apis=google_maps

Glama score tool contract MCP Tools npm PyPI License

Inhalt

Related MCP server: MCP Google Maps

Was du brauchst

Ein MCP-Client, der streamable HTTP mit benutzerdefinierten Headern spricht. Ein HasData-API-Schlüssel vom Dashboard, kostenlos ohne Karte zu erstellen, und die Testversion deckt etwa 200 Aufrufe zum 5-Credit-Tarif ab. Sonst nichts. Dies ist ein Remote-Server, daher ist der einfachste Weg eine URL und ein Header, ohne Container, der ausgeführt werden muss, und ohne Google-Cloud-Projekt oder API-Schlüssel irgendwo im Ablauf. Ein stdio-only-Client kann stattdessen den @hasdata/google-maps-mcp- (npm) oder hasdata-google-maps-mcp- (PyPI) Launcher verwenden.

Schnellstart

URL

https://mcp.hasdata.com/api/mcp?apis=google_maps

Transport

HTTP, streamable

Auth-Header

x-api-key: HASDATA_API_KEY

Die Server-URL ist für jeden Client gleich. Wir betreiben ihn hands-on in Claude Code und Claude Desktop. Die anderen Blöcke folgen dem jeweils dokumentierten Format des Clients für einen Remote-Server.

Clients mit OAuth-Unterstützung können dieselbe URL als Connector hinzufügen und sich anmelden, ohne einen Schlüssel in eine Konfigurationsdatei zu setzen.

claude mcp add --transport http google-maps "https://mcp.hasdata.com/api/mcp?apis=google_maps" \
  --header "x-api-key: HASDATA_API_KEY"

Claude Desktop lädt nur lokale (stdio) Server aus seiner Konfigurationsdatei, daher erreicht es einen Remote-Server über einen stdio-Launcher. Das Paket @hasdata/google-maps-mcp ist dieser Launcher und liest den Schlüssel aus der Umgebung.

claude_desktop_config.json:

{
  "mcpServers": {
    "google-maps": {
      "command": "npx",
      "args": ["-y", "@hasdata/google-maps-mcp"],
      "env": { "HASDATA_API_KEY": "YOUR_KEY" }
    }
  }
}

Python statt Node? Tauschen Sie den Launcher gegen das PyPI-Paket, das uvx ohne manuelle Installation ausführt:

{
  "mcpServers": {
    "google-maps": {
      "command": "uvx",
      "args": ["hasdata-google-maps-mcp"],
      "env": { "HASDATA_API_KEY": "YOUR_KEY" }
    }
  }
}

Ein Client mit OAuth-Unterstützung kann stattdessen die URL als benutzerdefinierten Connector hinzufügen und den Launcher überspringen.

.cursor/mcp.json:

{
  "mcpServers": {
    "google-maps": {
      "url": "https://mcp.hasdata.com/api/mcp?apis=google_maps",
      "headers": { "x-api-key": "HASDATA_API_KEY" }
    }
  }
}

~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "google-maps": {
      "serverUrl": "https://mcp.hasdata.com/api/mcp?apis=google_maps",
      "headers": { "x-api-key": "HASDATA_API_KEY" }
    }
  }
}
{
  "mcpServers": {
    "google-maps": {
      "url": "https://mcp.hasdata.com/api/mcp?apis=google_maps",
      "type": "streamableHttp",
      "headers": { "x-api-key": "HASDATA_API_KEY" },
      "disabled": false
    }
  }
}

.vscode/mcp.json:

{
  "servers": {
    "google-maps": {
      "type": "http",
      "url": "https://mcp.hasdata.com/api/mcp?apis=google_maps",
      "headers": { "x-api-key": "HASDATA_API_KEY" }
    }
  }
}

~/.gemini/settings.json:

{
  "mcpServers": {
    "google-maps": {
      "httpUrl": "https://mcp.hasdata.com/api/mcp?apis=google_maps",
      "headers": { "x-api-key": "HASDATA_API_KEY" }
    }
  }
}

Beispiel-Prompts

Jeder dieser Prompts ist ein einziger Tool-Aufruf, sofern die Anzahl nichts anderes angibt.

Suche bei Google Maps nach Kaffee in der Nähe der Innenstadt von Seattle und gib mir die zehn besten mit Bewertung, Anzahl der Rezensionen und Website.

Ein Aufruf, 5 Credits. Die Suche liefert die Orte mit bereits angehängter placeId und dataId, und die folgenden Schritte benötigen keinen Lookup-Schritt.

Rufe die vollständigen Details für ChIJAb0KE0RrkFQRuI4X0By5Mcw ab: Öffnungszeiten, Serviceoptionen, Preisklasse und den Menü-Link.

Ein Aufruf, 5 Credits.

Lies die neuesten Bewertungen für diesen Ort, sortiert nach neuesten zuerst, und sag mir, welche Themen am häufigsten vorkommen.

Ein Aufruf, 5 Credits. Die Antwort enthält Googles eigene Themencluster mit einer Erwähnungsanzahl, und die Rangfolge ist in den Daten enthalten.

Nimm den Autor der Top-Bewertung und liste jeden anderen Ort auf, den er bewertet hat, mit der von ihm hinterlassenen Bewertung.

Ein Aufruf, 5 Credits. Eine Bewertung enthält die contributorId ihres Autors, die genau das ist, was das Contributor-Tool erwartet.

Rufe den Foto-Feed für diesen Ort und die aktuellen Beiträge des Unternehmens ab.

Zwei Aufrufe. Fotos kosten 5 Credits, Beiträge 10.

Zwei Dinge machen diese Ketten günstig. Die Suche gibt placeId und dataId bei jedem Ergebnis zurück, und die Detail-, Bewertungs-, Foto- und Beitragsaufrufe benötigen keinen separaten Auflösungsschritt. Und eine Bewertung enthält die contributorId des Autors, wodurch „Wer hat diese Bewertung hinterlassen?“ zu einem Ein-Aufruf-Sprung zur gesamten Geschichte dieser Person wird.

Tools

Sechs Tools, alle schreibgeschützt. Die Beispiele unten sind aus echten Aufrufen gekürzt, und die Zahlen darin ändern sich, wenn Orte mehr Bewertungen erhalten. Lesen Sie sie als Formen. Jeder Tool-Name verlinkt auf seine Endpunkt-Referenz.

Die Beispiele sind die Nutzlast, nicht die gesamte Antwort. Ein tools/call-Ergebnis enthält einen Textblock, und dieser Text ist selbst JSON mit url, status, text und json, wobei die gescrapten Daten unter json liegen. Aus einer rohen JSON-RPC-Antwort ist der Pfad result.content[0].text, geparst, dann .json. Ein Chat-Client entpackt das für Sie, und Code, der direkt mit dem Endpunkt spricht, tut das nicht.

Vier der Tools akzeptieren einen Ort entweder über placeId oder dataId. Die Suche gibt beide bei jedem Ergebnis zurück. Der übliche Ablauf ist eine Suche, gefolgt von Detail-, Bewertungs-, Foto- oder Beitragsaufrufen, die die jeweilige ID wiederverwenden, die Sie behalten haben.

Google Maps durchsuchen

hasdata_google_maps_search_performMapSearch

Orte für eine Suchanfrage, sortiert nach der Reihenfolge, in der Google Maps sie einordnet.

Parameter

Typ

Erforderlich

Hinweise

q

string

ja

Freitext-Suchanfrage, zum Beispiel coffee oder plumber

ll

string

Kartenzentrum und Zoom als @lat,lng,zoomz, zum Beispiel @47.6062,-122.3321,14z. So verankern Sie die Suche an einem Ort

gl / hl

string

Zweistellige Länder- und Sprachcodes

domain

string

Google-Domain für die Abfrage, zum Beispiel google.com

start

number

Ergebnis-Offset für die Seitennummerierung, in Schritten von 20. Erfordert ebenfalls ll.

Jedes Ergebnis enthält position, title, placeId, dataId, address, gpsCoordinates, rating, reviews, type, types, price, website, thumbnail, openState, workingHours, serviceOptions und, wo Google eines zeigt, einen menu-Link.

Der Standort liegt in ll, nicht in der Suchanfrage. Setzen Sie Kartenzentrum und Zoom dort ein, denn „coffee“ allein liefert Ergebnisse, wo auch immer Google Sie vermutet. Die Zoom-Ziffer vergrößert oder verkleinert den Bereich, aus dem die Ergebnisse stammen.

{
  "localResults": [
    {
      "position": 1,
      "title": "Howdy Y'all Coffee (Central Library)",
      "placeId": "ChIJAb0KE0RrkFQRuI4X0By5Mcw",
      "dataId": "0x54906b44130abd01:0xcc31b91cd0178eb8",
      "address": "1000 4th Ave Fl 3, Seattle, WA 98104",
      "rating": 4.9,
      "reviews": 117,
      "type": "Coffee shop",
      "website": "https://howdyyallcoffee.com/",
      "workingHours": {
        "timezone": "America/Los_Angeles",
        "days": [ { "day": "Friday", "time": "10 AM–4 PM" } ]
      }
    }
  ]
}

Ortsdetails abrufen

hasdata_google_maps_place_getPlaceDetails

Ein Ort vollständig anhand der placeId.

Parameter

Typ

Erforderlich

Hinweise

placeId

string

ja

Die placeId aus einem Suchergebnis

hl

string

Sprachcode

domain

string

Google-Domain

Gibt ein einzelnes placeResults-Objekt mit denselben Feldern wie ein Suchergebnis zurück, plus ein images-Array. So erhalten Sie den vollständigen Datensatz eines Ortes, ohne eine unnötige Suche auszuführen.

Bewertungen zu einem Ort abrufen

hasdata_google_maps_reviews_getMapReviews

Der Bewertungsfeed für einen Ort, Seite für Seite.

Parameter

Typ

Erforderlich

Hinweise

placeId

string

Der Ort. Entweder placeId oder dataId muss vorhanden sein

dataId

string

Der Ort stattdessen als dataId

sortBy

string

Standardmäßig mostRelevant, plus newestFirst, ratingHigh und ratingLow

topicId

string

Filter auf ein Thema, unter Verwendung einer id aus dem topics-Array

hl

string

Sprachcode

nextPageToken

string

Das pagination.nextPageToken aus der vorherigen Antwort

Gibt placeInfo, ein topics-Array, ein reviews-Array und pagination zurück. Jede Bewertung enthält reviewId, rating, snippet, date, isoDate, link, images, ein user-Objekt und, wo der Inhaber geantwortet hat, eine response.

topics ist Googles eigene Gruppierung dessen, was Bewertungen erwähnen, jeweils mit einem keyword und einer mentions-Anzahl. Die Themen sind bereits vorgezählt, sodass Sie nicht jede Bewertung lesen müssen. Geben Sie die id eines Themas als topicId zurück, um nur die Bewertungen zu lesen, die es erwähnen.

Jede Bewertung enthält im user-Objekt eine contributorId. Das ist die Eingabe, die das Contributor-Tool erwartet, sodass „wer hat das geschrieben“ nur einen Aufruf von „alles, was sie geschrieben haben“ entfernt ist.

{
  "placeInfo": { "title": "Howdy Y'all Coffee (Central Library)", "rating": 4.9, "reviews": 117 },
  "topics": [
    { "keyword": "earl grey matcha", "mentions": 26, "id": "bew1w_KAk5U" },
    { "keyword": "friendly baristas", "mentions": 17, "id": "FOw-91tYieQ" }
  ],
  "reviews": [
    {
      "reviewId": "…",
      "rating": 5,
      "snippet": "…",
      "isoDate": "2026-07-06T19:49:00.657Z",
      "user": { "name": "Angela Li", "contributorId": "106033685843245983748" },
      "response": { "isoDate": "2026-07-07T04:44:34.000Z", "snippet": "Thank you!! 🥺☺️" }
    }
  ],
  "pagination": { "nextPageToken": "…" }
}

Bewertungen eines Contributors abrufen

hasdata_google_maps_contributor_reviews_getMapReviews

Alle Bewertungen, die eine Person geschrieben hat, über alle Orte, die sie bewertet hat.

Parameter

Typ

Erforderlich

Hinweise

contributorId

string

ja

Die contributorId aus dem user-Objekt einer Bewertung

num

number

Wie viele Bewertungen zurückgegeben werden sollen

gl / hl

string

Länder- und Sprachcodes

nextPageToken

string

Token aus der vorherigen Antwort

Returns a contributor-Objekt mit name, level, points und einer contributions-Aufschlüsselung sowie ein reviews-Array, bei dem jeder Eintrag seine eigene placeInfo enthält, sodass Sie sehen, um welchen Ort es sich bei jeder Bewertung handelt, ohne eine zweite Abfrage durchführen zu müssen. Dies ist das Werkzeug hinter der Glaubwürdigkeit von Bewertern und der Arbeit mit Bewertungsnetzwerken, die der reine Bewertungsfeed allein nicht leisten kann. Es liest die öffentliche Bewertungshistorie einer Person. Nutzen Sie die Ergebnisse daher im Rahmen der Google-Nutzungsbedingungen und des für Sie geltenden Rechts.

Ortsfotos abrufen

hasdata_google_maps_photos_getMapPhotos

Der Foto-Feed für einen Ort.

Parameter

Typ

Erforderlich

Hinweise

placeId

string

Der Ort. Entweder placeId oder dataId muss vorhanden sein

dataId

string

Der Ort stattdessen als dataId

categoryId

string

Auf eine Kategorie filtern, mithilfe einer id aus dem categories-Array

hl

string

Sprachcode

nextPageToken

string

Token aus der vorherigen Antwort

Gibt ein categories-Array (All, Latest, Videos, Menu und ortsspezifische) zurück, ein photos-Array, wobei jeder Eintrag image- und thumbnail-URLs enthält, sowie pagination.

Ortsbeiträge abrufen

hasdata_google_maps_posts_getMapPosts

Die eigenen Beiträge und Aktualisierungen des Unternehmens in seinem Google-Eintrag.

Parameter

Typ

Erforderlich

Hinweise

placeId

string

Der Ort. Entweder placeId oder dataId muss vorhanden sein

dataId

string

Der Ort stattdessen als dataId

hl

string

Sprachcode

nextPageToken

string

Token aus der vorherigen Antwort

Gibt ein posts-Array zurück.

Die meisten Orte veröffentlichen nichts, ein leeres posts-Array ist also der Normalfall. Prüfen Sie die Länge, bevor Sie annehmen, dass ein Beitrag vorhanden ist.

Fehler und Fehlerpfade

Ihr Client sieht bei einem Tool-Aufruf fast nie einen HTTP-Fehlercode. Die MCP-Schicht antwortet mit 200 und legt den Fehler in das Ergebnis, mit isError auf true und dem Grund als Text. Der Agent liest eine Meldung, wo Sie eine Statuszeile erwarten würden.

Ein falscher Schlüssel erscheint als Tool-Ausgabe, nicht als fehlgeschlagene Verbindung. Die Auflistung der Tools akzeptiert jeden nicht-leeren Schlüssel, und der Client schließt den Handshake ab und zeigt Grün. Der erste Tool-Aufruf kommt dann mit isError: true und dem Text HasData API error: 401 Unauthorized zurück. Achten Sie auf diese Zeichenkette, denn nichts früher im Ablauf meldet das Problem.

Der einzige echte HTTP-Fehler ist ein fehlender Schlüssel. Die Autorisierung läuft vor jedem Tool, und die Verbindung selbst schlägt mit 401 fehl.

Ein Argument, das das Schema verletzt, wird abgelehnt, bevor daraus eine Anfrage wird. Eine Suche ohne q kommt mit isError: true und dem Text MCP error -32602: Input validation error zurück, der das Feld benennt. Es wird nichts abgerufen und nichts berechnet.

Ein Aufruf für Bewertungen, Fotos oder Beiträge benötigt einen Ort. Diese drei nehmen placeId oder dataId, und wenn keines gesendet wird, kommt 422 zurück, das beide Felder benennt, weil die Anforderung bedingt ist und das Schema sie nicht als einfache Pflichtliste ausdrücken kann. Übergeben Sie eines.

Eine Orts-ID, die nicht aufgelöst werden kann, ist ein sauberer Fehler, keine leeren Daten. Es wird isError: true mit HasData API error: 400 Bad Request und requestMetadata.status auf error gesetzt zurückgegeben. Testen Sie das Flag statt der Array-Länge.

Ein leeres posts ist echte Daten. Die meisten Einträge enthalten keine Beiträge, daher ist der Aufruf erfolgreich mit status ok und einem leeren Array. Der Ort hat einfach nichts veröffentlicht.

Ergebnisse, die Daten enthalten, führen auch eine requestMetadata.id mit, die es wert ist, im Support genannt zu werden, sowie html- und json-Links auf das gespeicherte Artefakt genau dieses Aufrufs.

Preise, kostenlose Stufe und Grenzen

Suche, Ortsdetails, Bewertungen, Bewerter-Bewertungen und Fotos kosten 5 Credits pro erfolgreichem Aufruf. Beiträge kosten 10. Die Antwortgröße ändert den Preis nicht. Eine ganze Seite mit Bewertungen kostet dasselbe wie eine Seite mit einer einzigen.

Die kostenlose Testversion umfasst 1.000 Credits über 30 Tage ohne Karte, das sind 200 Aufrufe zum 5-Credit-Satz. Danach erhält ein aktives Konto weiterhin täglich 100 Credits gutgeschrieben, sobald sein Guthaben unter 100 fällt. Ein Agent mit geringem Volumen läuft also dauerhaft auf der kostenlosen Stufe.

Bezahlte Pläne beginnen bei 49 $ pro Monat für 200.000 Credits, das sind 40.000 Fünf-Credit-Aufrufe. Der Preis pro Credit sinkt mit dem Volumen, und die aktuellen Zahlen finden Sie auf der Preisseite.

Ihr Plan legt auch die Parallelität fest. Die kostenlose Testversion erlaubt 1 Anfrage gleichzeitig, Startup 15, Business 30, Growth 50, und die Hochvolumen-Pläne reichen von 200 bis 1.500. Parallelität ist die einzige Begrenzung. Es gibt keine separate Obergrenze für Anfragen pro Minute, und die Testversion wird auf keine andere Weise verlangsamt oder beschnitten. Behandeln Sie den Überlauffall in unbeaufsichtigten Abläufen defensiv, denn ein Agent, der sich über Orte hinweg ausbreitet, erreicht die Obergrenze vor Ihnen.

Das Blättern kostet jedes Mal einen Aufruf. Bewertungen kommen etwa zehn pro Seite, daher sind hundert Bewertungen ungefähr zehn Aufrufe und 50 Credits, während Fotos zwanzig pro Seite kommen. Die Testversion reicht lange, bevor Sie es merken.

Tool-Auswahl

?apis=google_maps legt genau diese sechs Tools offen. Der Parameter nimmt eine Liste entgegen, und ?apis=google_maps,google_serp fügt die Google-Suche neben den Maps-Tools hinzu. Lassen Sie den Parameter weg und Sie erhalten alles, was HasData offenlegt – derzeit 57 Tools.

Eine schmale Liste ist meist die bessere Standardeinstellung. Ein Modell, das aus sechs Tools wählt, trifft häufiger die richtige Wahl als eines, das aus siebenundfünfzig wählt, und die Tool-Beschreibungen selbst kosten bei jedem Turn Kontext.

Vergleich

Fast jeder andere Google-Maps-MCP-Server kapselt die offizielle Google Maps Platform, und genau das ist die eigentliche Wahl, die abzuwägen ist.

Diese Server rufen die Places-, Routes- und Geocoding-APIs mit Ihren eigenen Google-Cloud-Anmeldedaten auf. Um einen zu betreiben, erstellen Sie ein Google-Cloud-Projekt, aktivieren die Abrechnung mit einer Karte, schalten jede API ein und verwalten einen Schlüssel und dessen Kontingente. Das ist das richtige Werkzeug, wenn Sie Routing, Geocoding und Adressvalidierung benötigen, die dieser Server nicht bietet.

Dieser Server liest, was Google Maps einem Besucher anzeigt, und gibt es geparst zurück. Es gibt kein Google-Cloud-Projekt, keine zu aktivierende Abrechnung und kein Pro-API-Kontingent zu verwalten. Er erreicht außerdem Daten, die die Places API nicht herausgibt: den vollständigen Bewertungsfeed statt einer kleinen festen Stichprobe, die gesamte Historie eines einzelnen Bewerters, den Foto-Feed und die Beiträge des Unternehmens.

Offizieller Platform-Wrapper

Dieser Server

Was Sie einrichten

Ein Google-Cloud-Projekt, Abrechnung, Pro-API-Schlüssel und -Kontingente

Ein API-Schlüssel, einmalig

Routing, Geocoding, Adressvalidierung

Ja

Nicht angeboten

Bewertungen

Eine kleine feste Stichprobe pro Ort

Der Feed, paginiert, mit Themenclustern

Die Historie eines Bewerters

Nicht verfügbar

Ja, über contributorId

Fotos und Beiträge

Eingeschränkt

Foto-Feed und die Beiträge des Unternehmens

Ausgabe

JSON gemäß dem Platform-Schema

JSON, geparst aus dem, was ein Besucher sieht

Kosten

Googles Preis pro Aufruf auf Ihrer Rechnung

5 Credits pro Aufruf, 10 für Beiträge

Die Entscheidung läuft auf zwei Zeilen hinaus. Wenn Sie Wegbeschreibungen benötigen oder eine Adresse in Koordinaten umwandeln wollen, kann Ihnen dieser Server nicht helfen, die Platform jedoch schon. Wenn Sie die Bewertungen hinter den ersten paar benötigen oder wissen wollen, wer ein Bewerter über alle Orte hinweg ist, die er bewertet hat, kann die Platform nicht helfen, dieser Server jedoch.

Was dieser Server nicht tut. Kein Routing, kein Geocoding, keine Adressvalidierung, keine Entfernungsmatrix und nichts Schreibendes. Er liest die Karte.

FAQ

Was ist ein Google-Maps-MCP-Server?

Ein Server, der Google-Maps-Daten als Tools bereitstellt, die ein KI-Client aufrufen kann. Der Client sendet einen Tool-Aufruf über das Model Context Protocol, der Server ruft die Daten ab und liefert strukturiertes JSON zurück, und das Modell arbeitet mit dem Ergebnis und sieht nie eine HTML-Seite. Dieser Server stellt sechs schreibgeschützte Tools bereit und läuft remote. Der Client verbindet sich mit einer URL und startet keinen lokalen Prozess.

Gibt es einen offiziellen Google-Maps-MCP-Server?

Google veröffentlicht keinen Allzweck-Server. Es gibt die Google Maps Platform, eine Reihe kostenpflichtiger APIs, die Sie mit Ihrem eigenen Cloud-Projekt aufrufen, und mehrere Community-MCP-Server kapseln sie. Dieser Server ist eine gehostete Alternative, die kein Cloud-Projekt benötigt.

Benötige ich ein Google-Cloud-Projekt oder einen Maps-API-Schlüssel?

Nein. Die einzige Anmeldeinformation ist Ihr HasData-Schlüssel. Es gibt kein Google-Cloud-Projekt zu erstellen, keine Abrechnung zu aktivieren und kein Pro-API-Kontingent zu verwalten.

Was ist der Unterschied zwischen placeId und dataId?

Es sind zwei IDs, die Google für denselben Ort verwendet. Die Suche liefert beide bei jedem Ergebnis, und die Detail-, Bewertungs-, Foto- und Beitrags-Tools akzeptieren beide. Behalten Sie, was Ihnen aus dem Suchergebnis gefällt, und verwenden Sie es weiter.

Wie erhalte ich alle Bewertungen, nicht nur die erste Seite?

Lesen Sie pagination.nextPageToken aus jeder Antwort und übergeben Sie es als nextPageToken zurück, bis es nicht mehr kommt. Jede Seite ist ein Aufruf.

Muss ich etwas hosten oder ausführen?

Nein. Dies ist ein remote MCP-Server über streamable HTTP. Nichts zu installieren, keine Python-Umgebung, kein Prozess, der neu gestartet werden muss.

Sind die Daten live oder zwischengespeichert?

Live. Jeder Aufruf ruft zur Anfragezeit ab und trägt seine eigene requestMetadata.id. Zwei identische Aufrufe sind zwei getrennte Abrufe und keine Wiedergabe einer gespeicherten Kopie.

Kann ich einen Server für mehrere Google-Oberflächen nutzen?

Ja. Der apis-Parameter nimmt eine Liste entgegen, und ?apis=google_maps,google_serp gibt Ihrem Agenten die Maps-Tools plus Google-Suche auf einmal.

Läuft der API-Schlüssel ab?

Nein. Der Schlüssel läuft nicht ab. Rotieren Sie ihn im Dashboard, wann immer Sie es benötigen.

Ist das mit Google verbunden?

Nein. HasData ist ein unabhängiger Dienst und ist weder mit Google verbunden, noch von Google befürwortet oder gesponsert. Google und Google Maps sind Marken ihrer jeweiligen Inhaber. Die Tools arbeiten ausschließlich mit öffentlich verfügbaren Daten, und Sie sind dafür verantwortlich, die Ergebnisse im Einklang mit den Google-Nutzungsbedingungen und dem für Sie geltenden Recht zu verwenden.

Produktseiten

Suche, Bewertungen, Fotos und Beiträge

Server-Dokumentation

MCP-Server-Dokumentation

Alle 57 Tools in einem Server

HasData/hasdata-mcp

Client-Anleitungen

MCP-Clients und Integrationen

Die weiteren Oberflächen, die wir parsen

53 weitere Scraper-APIs

Tarife und Guthabenkosten

Tarife und Guthabenkosten

Schlüssel und Nutzung

HasData dashboard

Node-Launcher auf npm

@hasdata/google-maps-mcp

Python-Launcher auf PyPI

hasdata-google-maps-mcp

Entwicklung

Dieses Repository enthält die Konfiguration und Dokumentation für einen Remote-Server. Es gibt keinen Build-Schritt und nichts zu containerisieren.

Es enthält allerdings einen Contract-Test. Die README verspricht sechs Tools mit bestimmten Parametern. Die Upstream-Tool-Liste kann sich jedoch ändern, ohne dass hier ein Commit erfolgt – dann würde diese Datei dich stillschweigend belügen. Der Test prüft dieses Versprechen und läuft wöchentlich in der CI sowie bei jedem Push.

HASDATA_API_KEY=your_key_here npm test

In PowerShell:

$env:HASDATA_API_KEY = "your_key_here"; npm test

Der letzte Check führt einen echten Aufruf aus und kostet 5 Credits, was der Preis für einen Canary ist, der aus dem richtigen Grund fehlschlagen kann. Das Auflisten der Tools funktioniert mit jedem nicht-leeren Schlüssel, und ein Test, der nur Tools auflistet, bleibt auch mit einem widerrufenen Schlüssel grün.

Mitwirken

Korrekturen an den Tool-Tabellen und den Beispielantworten sind der nützlichste Beitrag, weil genau diese Teile abdriften. Füge den von dir ausgeführten Aufruf und die erhaltene Antwort hinzu. Pull-Requests aus Forks führen die Testsuite ohne Schlüssel aus, und die Live-Checks werden übersprungen, statt rot zu werden.

Lizenz

MIT. Siehe LICENSE.

Available Tools

6 tools
hasdata_google_maps_contributor_reviews_getMapReviewsgoogle_maps_contributor_reviews: GET /AInspect

Get Map Contributor Reviews

Lists all Google Maps reviews authored by a specific Local Guide / contributor by contributorId, with language/country targeting and nextPageToken pagination. Returns per-review rating, text, date, place name, place address, placeId, photos, and owner responses. Use for reviewer reputation checks, detecting fake/bot review patterns, local-guide activity analysis, and building review-author profiles for trust scoring.

ParametersJSON Schema
NameRequiredDescriptionDefault
glNoThe two-letter country code for the country you want to limit the search to. Provide one exact documented value (245 allowed), e.g. `ac`, `af`.
hlNoThe two-letter language code for the language you want to use for the search. Provide one exact documented value (159 allowed), e.g. `af`, `ak`.
numNoNumber of results per page, ranging from 10 to 200.
contributorIdYesGoogle Maps Contributor ID.
nextPageTokenNoDefines the next page token. It is used for retrieving the next page results.

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that the tool 'Lists all' reviews and returns a comprehensive set of fields per review, indicating a read-only behavior (GET) without side effects. It does not hide the requirement for contributorId or the pagination mechanism. While it doesn't state 'read-only' explicitly, the description's phrasing and the GET method imply it, and no behavioral surprises are hidden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences plus a use-case list, with no fluff. It front-loads the core action ('Lists all...') immediately, then provides targeting details and return fields, and ends with concrete use cases. Every sentence adds information relevant to invocation; there is no repetition or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (5 params), lack of annotations, and no output schema, the description is remarkably complete. It states what the tool returns (rating, text, date, place details, photos, owner responses), mentions targeting and pagination, and provides clear application scenarios. An agent has sufficient context to call this tool correctly and interpret the response.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value by linking 'language/country targeting' to the hl and gl parameters, and 'nextPageToken pagination' to the nextPageToken parameter, and clarifies the primary 'by contributorId' scope. It enriches the schema without being redundant, so a 4 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb ('Lists') and a specific resource ('all Google Maps reviews authored by a specific Local Guide / contributor by contributorId'). It also lists the returned fields (rating, text, date, place name, etc.), making the tool's function unambiguous. It distinguishes from siblings like getMapReviews by emphasizing the contributor-scoped nature, which is not evident in other tool names.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit use cases ('reviewer reputation checks, detecting fake/bot review patterns, local-guide activity analysis, and building review-author profiles for trust scoring'), which clearly indicate when to use this tool. It does not explicitly name alternative tools or exclusion criteria, but the use cases are specific enough to guide an agent. This is better than the MID example but not as strong as naming a sibling.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

hasdata_google_maps_photos_getMapPhotosgoogle_maps_photos: GET /AInspect

Get Place Photos

Fetches the photo gallery of a Google Maps place by dataId or placeId, paginated with nextPageToken and filterable by categoryId (all, latest, menu, by owner, videos, street view). Returns each photo with image URL, thumbnail, upload date, uploader, and photoId. Use for restaurant-menu extraction, venue/ambience visual audits, building rich place detail pages, and sourcing up-to-date imagery for POI listings.

ParametersJSON Schema
NameRequiredDescriptionDefault
hlNoThe two-letter language code for the language you want to use for the search. Provide one exact documented value (159 allowed), e.g. `af`, `ak`.
dataIdNoGoogle Maps data ID. Either dataId or placeId should be set.
placeIdNoUnique reference to a place on Google Maps. Either dataId or placeId should be set.
categoryIdNoFilters photos by category.
nextPageTokenNoToken for fetching the next page of photos.

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly mentions pagination via nextPageToken, filtering via categoryId (listing values like 'all, latest, menu, by owner, videos, street view'), and the return fields (image URL, thumbnail, upload date, uploader, photoId). This gives the agent a clear picture of what happens when called, though it does not cover rate limits, authentication, or error behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: the title 'Get Place Photos' immediately states the action, followed by a single paragraph that packs all essential details without redundancy. Each sentence contributes new information—pagination, filtering, return fields, and use cases. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 parameters, no output schema, no annotations), the description covers the key aspects: purpose, parameters, pagination, filtering, and return data. It could be improved by mentioning edge cases (e.g., handling of no results, or interaction between dataId and placeId) but the core information an agent needs to call it correctly is present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds meaningful semantics beyond the schema: it explains how dataId/placeId identify the place, what categoryId filters (with explicit values), and how nextPageToken drives pagination. It also clarifies the shape of the return object, which is not in the schema. This goes beyond simply restating parameter names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a clear verb-resource pairing: 'Fetches the photo gallery of a Google Maps place'. It specifies the two identifying parameters (dataId/placeId) and distinguishes itself from sibling tools (reviews, details, posts, search) by focusing solely on photos. The purpose is unambiguous and not a tautology.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives concrete use cases ('restaurant-menu extraction, venue/ambience visual audits, building rich place detail pages, and sourcing up-to-date imagery for POI listings'), which clearly contextualize when to use this tool. However, it does not explicitly name alternative tools or state when not to use it, so it falls short of a 5 but is well above vague guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

hasdata_google_maps_place_getPlaceDetailsgoogle_maps_place: GET /AInspect

Get Place Details

Fetches full Google Maps place data by placeId with optional domain/language localization. Returns name, address, coordinates, phone, website, categories, hours, rating, review count, price level, photos, popular times, attributes/amenities, plus_code, and map URL. Use for local SEO audits, POI enrichment, lead generation, competitor mapping, and building location-aware agents.

ParametersJSON Schema
NameRequiredDescriptionDefault
hlNoThe two-letter language code for the language you want to use for the search. Provide one exact documented value (159 allowed), e.g. `af`, `ak`.
domainNoGoogle domain to use. Default is google.com. Provide one exact documented value (195 allowed), e.g. `google.ac`, `google.ad`.
placeIdYesA unique identifier for the place. This ID can be obtained from Google Maps search results.

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. 'Fetches' implies a safe read operation, and the 17-field return list discloses what the agent gets. But it does not mention rate limits, auth requirements, error conditions, or pagination behavior — gaps for a no-annotation tool, though acceptable for a straightforward GET.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two dense sentences plus a use-case list, with the purpose front-loaded and the return payload enumerated compactly. The use-case list is slightly redundant with the resource description but earns its place as routing signal. No filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Moderate complexity (3 params, 1 required) with no output schema, so the description rightly compensates by enumerating the full return fields. The placeId source is covered by the schema. Missing only edge details like limits or error handling, which are minor for a details-fetch tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents all three parameters. The description adds only minimal meaning via 'optional domain/language localization,' which loosely maps to hl and domain. The schema itself already notes language-code and Google-domain constraints with allowed values, so the description adds little beyond baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb (Fetches) and resource (full Google Maps place data by placeId), then enumerates the return fields explicitly. It clearly distinguishes itself from the sibling tools (search, reviews, photos, posts) by being the single place-details endpoint.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear use cases (local SEO audits, POI enrichment, lead generation, competitor mapping, location-aware agents) and the 'by placeId' phrasing implies it should follow a search that yields an ID. However, it does not explicitly name alternatives or state when not to use it, leaving sibling differentiation to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

hasdata_google_maps_posts_getMapPostsgoogle_maps_posts: GET /AInspect

Get Map Posts

Paginated fetch of Google Maps Posts (timeline-style updates such as offers, events, announcements, and notices) for a place by dataId or placeId, with language targeting and nextPageToken pagination. Returns per-post title, description, image, posted_at, link, and source/business name. Use for small-business intelligence, local-marketing monitoring, competitor activity tracking, and surfacing current promotions and events from local merchants.

ParametersJSON Schema
NameRequiredDescriptionDefault
hlNoThe two-letter language code for the language you want to use for the search. Provide one exact documented value (159 allowed), e.g. `af`, `ak`.
dataIdNoGoogle Maps data ID.
placeIdNoUnique reference to a place on a Google Map. Either dataId or placeId should be set.
nextPageTokenNoDefines the next page token. It is used for retrieving the next page results.

TDQS

A4.1/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It states it is a 'paginated fetch' and describes the returned data, implying a read-only operation, but it does not explicitly say it has no side effects or mention any prerequisites (e.g., needing one of dataId/placeId). The GET verb in the title helps, but the description itself is not explicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, starting with the core purpose, then listing use cases. It is efficient and easy to parse, though it could be slightly more structured with parameter explanations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Moderate complexity with four optional parameters and no output schema. The description lists returned fields and mentions pagination, which covers most essentials. However, it lacks an explicit note that either dataId or placeId is required, and does not describe any rate limits or error conditions. Given the sibling context and schema coverage, it is sufficiently complete for basic invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all four parameters with descriptions, so baseline is 3. The tool description adds context by mentioning 'language targeting' and 'nextPageToken pagination' and that it fetches by dataId or placeId, which helps clarify the parameter usage beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool fetches Google Maps Posts (timeline-style updates) for a place, distinct from sibling tools for reviews, photos, and place details. It specifies the resource and action precisely.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit use cases (small-business intelligence, local-marketing monitoring, etc.) and mentions the pagination and targeting options. However, it does not explicitly state when to use this tool over siblings, though the purpose differentiation is fairly obvious.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

hasdata_google_maps_reviews_getMapReviewsgoogle_maps_reviews: GET /AInspect

Get Map Reviews

Paginated fetch of Google Maps reviews for a place by dataId or placeId, with sort (mostRelevant, newestFirst, ratingHigh, ratingLow), topicId filter, and language. Returns per-review author name and profile link, star rating, text, published/relative date, likes count, owner response, attached photos, and local-guide flag. Use for reputation management, sentiment and topic mining, competitor review benchmarking, and feeding review data into summarization or trust-score LLMs.

ParametersJSON Schema
NameRequiredDescriptionDefault
hlNoThe two-letter language code for the language you want to use for the search. Provide one exact documented value (159 allowed), e.g. `af`, `ak`.
dataIdNoGoogle Maps data ID.
sortByNoParameter used for sorting and refining results.
placeIdNoUnique reference to a place on a Google Map. Either dataId or placeId should be set.
topicIdNoDefines the ID of the topic you want to use for filtering reviews.
nextPageTokenNoDefines the next page token. It is used for retrieving the next page results.

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations are not provided, so the description must carry the full burden of behavioral disclosure. It mentions 'Paginated fetch', which implies pagination behavior, and lists the exact fields returned (author name, profile link, star rating, etc.). This is valuable transparency. However, it omits details such as rate limits, error handling, the requirement to supply either dataId or placeId (which is only in the schema), and behavior when no results are found. With no annotations, a 3 is fair—it provides some behavioral context but leaves gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured. It opens with a one-sentence summary, then a second sentence detailing the fetch parameters and returned data, and a final sentence on use cases. Every sentence adds value, with no redundancy or fluff. The key capabilities are front-loaded, making it easy for an agent to quickly grasp the tool's functionality.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that there is no output schema, the description compensates by listing the exact fields returned per review, which is highly useful for an agent. It also covers the input parameters and use cases. However, it does not explicitly state the requirement to set either dataId or placeId, and pagination behavior is only implied by the word 'paginated' without explaining the nextPageToken. These gaps prevent a perfect score, but overall, the description is quite complete for a fetch tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 100% coverage, with all six parameters having descriptions. The description adds minimal new meaning beyond the schema: it summarizes that sorting and filtering are possible and mentions language, but these are already in the schema. The description does not clarify parameter constraints further, such as the exact format of dataId or how nextPageToken is used. Since the schema already handles the semantics, a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Get Map Reviews' and then provides a detailed explanation: 'Paginated fetch of Google Maps reviews for a place by dataId or placeId, with sort...'. This clearly states the verb (fetch), the resource (Google Maps reviews), and the key distinguishing capabilities (pagination, sorting, filtering). It differentiates from sibling tools that handle photos, place details, posts, or search, leaving no ambiguity about the tool's purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes explicit use cases: 'Use for reputation management, sentiment and topic mining, competitor review benchmarking, and feeding review data into summarization or trust-score LLMs.' This provides clear context on when to use the tool. However, it does not explicitly state when not to use it or name alternative tools, relying on the sibling list for that. Since the context is clear but exclusions are absent, a score of 4 is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

hasdata_google_maps_search_performMapSearchgoogle_maps_search: GET /AInspect

Get Google Maps Search Results

Runs a Google Maps search by keyword plus optional GPS coordinates (@lat,lng,zoomz via ll) with language, country, domain, and offset-based pagination (start). Returns the local pack list with placeId, name, address, coordinates, rating, review count, price level, categories, phone, website, hours, and thumbnail. Use for local lead generation, competitor density mapping, market expansion research, hyperlocal directories, and feeding placeIds into the Maps Place, Reviews, or Photos endpoints.

ParametersJSON Schema
NameRequiredDescriptionDefault
qYesSearch query term or phrase.
glNoThe two-letter country code for the country you want to limit the search to. Provide one exact documented value (245 allowed), e.g. `ac`, `af`.
hlNoThe two-letter language code for the language you want to use for the search. Provide one exact documented value (159 allowed), e.g. `af`, `ak`.
llNoGPS coordinates of the location where the search query is to be performed. This parameter is required if the 'start' parameter is present. The format for the `ll` parameter is `@` followed by latitude, longitude, and zoom level, separated by commas. The latitude and longitude should be in decimal degrees, and the zoom level is an integer. Example: `@40.7455096,-74.0083012,14z`.
startNoSpecifies the result offset for pagination purposes. The offset dictates the number of rows to skip from the beginning of the results. This is useful for accessing subsequent pages of search results. For example, an offset of 0 (the default value) returns the first page of results, 20 returns the second page, 40 returns the third page, and so on. This parameter is especially relevant when used in conjunction with the 'll' parameter for location-based searches.
domainNoGoogle domain to use. Default is google.com. Provide one exact documented value (195 allowed), e.g. `google.ac`, `google.ad`.

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses pagination via 'start' and the return format, but does not explicitly state that the operation is read-only or mention any rate limits, authentication, or error behavior. While a search is inherently non-destructive, the description could have added more explicit behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with a clear one-line summary followed by a concise explanation of parameters, return values, and use cases. It is efficient without irrelevant details, though slightly more verbose than strictly necessary.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only search tool with 6 parameters (only 1 required), no output schema, and no annotations, the description covers the essential aspects: action, return fields, parameter roles, and when to use it. It lacks explicit handling of edge cases or limitations, but is adequate for an agent to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with detailed descriptions for every parameter. The description adds light context by grouping parameters (e.g., 'optional GPS coordinates' and 'offset-based pagination') and clarifying the purpose of 'll' and 'start', but it does not significantly go beyond the schema. Thus the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Get Google Maps Search Results' and 'Runs a Google Maps search by keyword', clearly stating the action and resource. It specifies the output (local pack list with defined fields) and implicitly distinguishes itself from sibling tools (reviews, photos, place details) since it is the search entry point.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lists explicit use cases ('local lead generation, competitor density mapping, market expansion research, hyperlocal directories') and mentions downstream tools ('feeding placeIds into the Maps Place, Reviews, or Photos endpoints'), which helps an agent decide when to use this tool. However, it does not explicitly state when NOT to use it or name alternatives directly, leaving a small gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 6 tool updatesv1.0.0
    • First observedhasdata_google_maps_contributor_reviews_getMapReviews
    • First observedhasdata_google_maps_photos_getMapPhotos
    • First observedhasdata_google_maps_place_getPlaceDetails
    • First observedhasdata_google_maps_posts_getMapPosts
    • First observedhasdata_google_maps_reviews_getMapReviews
    • First observedhasdata_google_maps_search_performMapSearch

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct data type: search for places, place details, reviews for a place, reviews by a contributor, photos, and posts. There is no ambiguity between them, even though search and place details both return place info — search is for discovery, place details is for a specific known place.

Naming Consistency5/5

All tool names follow a consistent pattern: hasdata_google_maps_<resource>_get<Action> (or performMapSearch for search). The resource is always a clear noun (search, place, reviews, contributor_reviews, photos, posts), and the action verb is consistent (get) or explicit (performMapSearch). This is highly predictable.

Tool Count5/5

Six tools is a well-scoped count for a Google Maps data extraction server. Each tool covers a distinct endpoint needed for local business intelligence, and none are redundant or trivial. This is within the ideal range and feels complete for the stated purpose.

Completeness5/5

The tool set covers the core lifecycle of Google Maps data: search for places, fetch details for a place, retrieve reviews (both for a place and by a contributor), get photos, and get posts/updates. This is a comprehensive read-only surface for building location-aware agents, lead generation, and reputation management, with no obvious gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

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/HasData/google-maps-mcp'

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