Mapsource Geospatial API
Server Details
OSM queries, raster tiles, elevation. Check status: queries currently use fixtures; x402 is testnet.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolsbasemap_catalogARead-onlyInspect
Discover CARTO Dark Matter and Positron raster tile templates, snapshot date, attribution, and header authentication. Catalog is free; tile requests require a subscription key.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable context about access requirements: 'Catalog is free; tile requests require a subscription key.' This goes beyond annotations to clarify authentication/usage conditions, which is a notable behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, with the core discovery purpose front-loaded and the access caveat placed second. Every clause adds meaningful information, and there is no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameter-less catalog discovery tool with no output schema, the description is complete: it states what will be discovered, the access model (free catalog vs. subscription-key tile requests), and implies a read-only operation consistent with annotations. Nothing essential is missing for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4. The description does not need to elaborate on parameter meaning, and its mention of what can be discovered (templates, date, attribution, header authentication) sufficiently conveys the tool's scope without any parameter-related ambiguity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Discover' and names the exact resources: CARTO Dark Matter and Positron raster tile templates, snapshot date, attribution, and header authentication. It clearly differentiates this catalog tool from the sibling tools (elevation, find_features, overpass_query, service_status) which serve unrelated purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for discovering basemap catalog information, but it does not explicitly state when to choose this tool over alternatives or provide any exclusion conditions. The free-vs-subscription note gives context about access, but not about selection among sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
elevationARead-onlyInspect
Sample ground elevation in meters at lat/lon. Requires a subscription API key; shares REST quota. Not for navigation or safety-critical use.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in decimal degrees. | |
| lon | Yes | Longitude in decimal degrees. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint and destructiveHint annotations, the description discloses important behavioral context: authentication requirements, shared REST quota rate implications, and output units in meters. It also adds a safety caveat. This is substantial value over the structured metadata alone.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three short sentences with no filler. The core purpose is front-loaded, followed by essential prerequisites and usage caveats. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only point-elevation tool with two fully documented parameters and no output schema, the description is complete: it explains what is returned, in what unit, under what authentication and quota constraints, and warns about inappropriate uses. No critical information is missing for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already fully documents both parameters with names, ranges, and descriptions, so the description adds no additional parameter-level meaning beyond saying 'at lat/lon.' With 100% schema coverage, a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool samples ground elevation in meters at a lat/lon coordinate, with a specific verb and resource. This sets it apart from sibling tools like basemap_catalog, find_features, overpass_query, and service_status, which serve different geographic or status-related purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear usage context: it requires a subscription API key, shares REST quota, and explicitly warns against navigation or safety-critical use. It does not mention alternative sibling tools by name, so it stops short of a 5, but the guidance is concrete and actionable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_featuresAInspect
Find cafes, restaurants, buildings, parks, schools, hospitals, transit stops, drinking water, or trails in an explicit small bounding box. Returns OSM geometry and tags. Subscription or approved x402 payment required. Check service_status: fixture results are test data, not local search results.
| Name | Required | Description | Default |
|---|---|---|---|
| east | Yes | ||
| west | Yes | ||
| limit | No | Maximum returned OSM objects, not a pagination guarantee. | |
| north | Yes | ||
| south | Yes | ||
| category | Yes | Mapped feature category; use overpass_query for arbitrary OSM tags. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral disclosure burden. It reveals the return content ('OSM geometry and tags'), the auth/payment requirement, and the important caveat that fixture results are test data rather than real local search results. This goes well beyond a generic statement, though it does not describe every edge case such as rate limiting or result ordering.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three crisp sentences: what it finds, what it returns, and the critical prerequisites/caveats. There is no filler, and the most important scoping information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given there is no output schema and no annotations, the definition is fairly complete: it covers categories, bbox, limit behavior, return type, payment, and the fixture-data warning. A bit more detail about the exact response structure or coordinate conventions would make it fully self-contained, but the essential information is present.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 33%, so the description must compensate. It does mention the feature categories and bounding-box constraint, and the schema documents category and limit well. However, the four coordinate parameters have no schema descriptions and the main description does not explain units or ordering, so the agent still has to infer semantics from the parameter names.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific verb ('Find') plus an explicit list of feature categories and a bounding-box scope, so the tool's purpose is unmistakable. The schema's category enum further clarifies that this is for predefined OSM categories, with overpass_query for arbitrary tags, which helps distinguish it from sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context: use for predefined feature categories within an explicit small bounding box, with a payment prerequisite and a warning to check service_status for fixture data. The category parameter description adds the alternative 'use overpass_query for arbitrary OSM tags', though the main description itself does not explicitly spell out all when-not-to-use conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
overpass_queryAInspect
Execute Overpass QL over OSM nodes, ways, and relations with bounded output. Subscription or approved x402 payment required. No historical attic queries. Check service_status before claiming global results.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A complete bounded Overpass QL query, with explicit timeout and output limit. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral disclosure burden. It discloses payment requirements, the bounded-output constraint, the attic-query prohibition, and the dependency on service_status. It does not cover rate limits, error behavior, or result format, but the critical operational constraints are surfaced.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two dense sentences with no filler: the first front-loads the purpose and scope, and the second lists requirements and operational cautions. Every clause contributes distinct information, making it both concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex Overpass QL tool without an output schema or annotations, the description leaves out the return shape, how 'global results' are defined, and how payment approval is verified. It covers important preconditions but is not fully self-sufficient for an agent deciding whether and how to invoke the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents the query parameter at 100% coverage, including that it must be a complete bounded Overpass QL query with explicit timeout and output limit. The tool description mostly restates 'bounded output' without adding syntax, format, or additional semantic details beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb, 'Execute Overpass QL,' and the resource, 'OSM nodes, ways, and relations,' while adding the key constraint of 'bounded output.' This sufficiently differentiates it from siblings like basemap_catalog and service_status by making both the domain and the operation explicit.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit preconditions: subscription or approved x402 payment, no historical attic queries, and checking service_status before claiming global results. It provides clear exclusions and usage context, though it does not explicitly name an alternative tool or say 'use X instead.'
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
service_statusAInspect
Check engine readiness, fixture versus planet data, freshness, and payment mode. Free; call before relying on query results.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full transparency burden. It discloses that the call is free and that it should precede dependent queries, which are meaningful behavioral traits. 'Check' conveys read-only intent without claiming side effects. It could add more details about response behavior, but for a simple status tool the disclosure is solid.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, scannable sentence. It front-loads the action and resource, then lists the key status dimensions, closing with the critical usage directive. Every clause earns its place with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool with no output schema, the description communicates purpose, cost, and timing in a compact way. It does not spell out the response format, but the listed status categories imply what the agent will receive. This is nearly complete for the tool's simplicity, though a short note on return shape would make it fully self-contained.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so parameter semantics are trivially satisfied. The description adds meaning about what the status covers without needing to explain parameters. Baseline 4 is appropriate for a parameterless tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb ('Check') and a distinct resource (service status), enumerating concrete aspects it covers: engine readiness, fixture versus planet data, freshness, and payment mode. This distinguishes it from the sibling data-query tools without ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to use the tool: 'call before relying on query results.' It also notes the tool is free, which is relevant for cost-sensitive agents. However, it does not explicitly name sibling alternatives or state when not to use this tool, so it falls just short of a 5.
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.
5 tool updates
- First observed
basemap_catalog - First observed
elevation - First observed
find_features - First observed
overpass_query - First observed
service_status
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
x402-gated geocoding + distance gateway. Tools: geocode, distance.
Pay-per-call government data over x402: provenance chains, Ed25519 attestations, no API keys.
Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.
Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceGeocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data via MCP.4525Apache 2.0
- AlicenseAqualityDmaintenanceProvides forward/reverse geocoding, bounding box extraction, nearby places discovery, batch geocoding, route waypoints, and administrative boundary lookup using OpenStreetMap data.10Apache 2.0
- FlicenseBqualityBmaintenanceProvides read-only query tools over OpenStreetMap data in PostGIS, enabling natural language queries for features, categories, and spatial analysis.7-
- AlicenseNot gradedqualityCmaintenanceEnables geocoding, reverse geocoding, elevation profiles, static map PNGs, and coordinate reprojection using MapTiler's OpenStreetMap data.4MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The tools are mostly distinct: basemap_catalog, elevation, and service_status each target unique resources, while find_features and overpass_query both touch OSM data but are differentiated by abstraction level (preset categories in a small bbox vs. raw Overpass QL). Agents could still hesitate between the two OSM search tools, so not a perfect 5.
All names are lowercase snake_case, but they don't follow a consistent verb_noun pattern: most are noun phrases (elevation, overpass_query, service_status) and only find_features uses a verb. This is readable but stylistically mixed.
Five tools is a well-scoped set for a geospatial API: catalog, elevation, feature search, raw Overpass query, and service status. Each tool has a clear role and none feel redundant or excessive.
The core read-only geospatial workflows are covered: discover basemaps, sample elevation, search OSM features, run arbitrary Overpass queries, and check data/service state. Minor gaps exist (e.g., no direct basemap tile fetching or geocoding/reverse-geocoding), but agents can work around these with Overpass and the catalog details.