DaedalMap Geocoding and Reverse Geocoding (loc_id)
Server Details
Reverse geocode latitude/longitude to loc_id; resolve loc_ids to boundaries, centroids, hierarchy.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- xyver/daedal-map
- GitHub Stars
- 2
- Server Listing
- daedal-map
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.2/5 across 8 of 8 tools scored. Lowest: 3.2/5.
Most tools have distinct purposes, but loc_id_info and get_boundary both return bounding box and centroid, and loc_id_info and loc_id_hierarchy share parent/child information, creating minor overlap. Overall, agents can distinguish them with careful reading.
Tool names follow snake_case but vary in structure: some use get_ prefix (get_boundary, get_catalog, get_pack), while others use noun_to_noun (admin_to_sidechain, sidechain_to_admin) or compound nouns (loc_id_hierarchy, loc_id_info, resolve_point). This inconsistency may confuse agents, though each name is descriptive.
With 8 tools, the server covers geographic utilities, discovery, and conversions without being overwhelming. Each tool serves a clear role within the domain, making the count well-scoped.
The tool set covers administrative hierarchy, boundary retrieval, side-chain conversions, and reverse geocoding, but notably lacks forward geocoding (place name to loc_id), despite the server name including 'Geocoding'. This gap could hinder some workflows.
Available Tools
8 toolsadmin_to_sidechainBridge Admin loc_id to Side-Chain GeometryARead-onlyInspect
Free geography utility. Converts a canonical administrative loc_id to overlapping side-chain shapes such as Census ZCTAs or tribal areas using measured polygon overlap. Returns the primary match plus ranked overlaps with target_area_share and source_area_share. No payment required.
| Name | Required | Description | Default |
|---|---|---|---|
| iso3 | No | Country code for bridge artifacts. Default USA. | |
| limit | No | Maximum ranked overlaps to return. Default returns all matches. | |
| request_id | No | Optional caller-supplied request id for tracing. | |
| source_family | Yes | Side-chain geometry family to return. Use overlay_zcta for Census ZCTAs and overlay_tribal for tribal areas. | |
| target_loc_id | Yes | Canonical admin loc_id, such as 'USA-NY-061-009903-2'. | |
| target_admin_level | Yes | Admin level of target_loc_id. Accepts admin_0..admin_4, 0..4, or friendly names such as country, state, county, tract, or block_group. | |
| min_target_area_share | No | Optional minimum share of the target admin polygon covered by a side-chain match. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true, and description adds context: 'No payment required' and the methodology 'using measured polygon overlap'. This goes beyond annotations without contradiction.
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?
Three concise sentences front-loaded with purpose. No redundant information.
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 7 parameters, 3 required, and no output schema, the description covers main function and output shape. Could mention limit or min_target_area_share, but schema covers those.
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 coverage is 100%, so baseline is 3. Description mentions output fields (target_area_share, source_area_share) but does not add extra meaning to any parameter beyond what schema provides.
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?
Description clearly states the verb 'converts', the resource 'canonical administrative loc_id', and the output 'overlapping side-chain shapes' with specific examples (ZCTAs, tribal areas). It distinguishes from siblings like sidechain_to_admin which does the reverse.
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?
No explicit when-to-use or when-not-to-use compared to siblings. The phrase 'Free geography utility' implies use case, but lacks comparison to sidechain_to_admin or get_boundary.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_boundaryGet loc_id BoundaryARead-onlyInspect
Free geography utility. Returns the geographic extent of a DaedalMap loc_id: its bounding box and centroid by default, and the full boundary polygon when include_polygon is true. Use the bbox to clip or index your own grid/raster data against DaedalMap administrative areas; request the polygon only when you need the exact perimeter (it can be large). No payment required.
| Name | Required | Description | Default |
|---|---|---|---|
| loc_id | Yes | DaedalMap loc_id, e.g. 'USA-CA' or 'USA-CA-037'. | |
| request_id | No | Optional caller-supplied request id for tracing. | |
| include_polygon | No | When true, include the full boundary GeoJSON geometry. Default false (bbox + centroid only) to keep responses small. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses that the tool is free ('No payment required'), and explains that default output is small (bbox+centroid) but polygon can be large. This goes beyond the readOnlyHint annotation by explaining output size implications.
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?
Three sentences, front-loaded with the core purpose, then usage and a final note. Every sentence adds essential information without 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?
Given no output schema, the description adequately covers default and optional outputs and includes a sizing caveat. However, it does not detail the exact structure of the bounding box or centroid (e.g., coordinate order), which could require additional inference by the agent.
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 coverage is 100%, but the description adds value by explaining the practical use of include_polygon ('request the polygon only when you need the exact perimeter') and clearly states default output (bbox+centroid). This enriches the parameter semantics 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 it returns the geographic extent (bounding box, centroid, optional polygon) of a DaedalMap loc_id. It distinguishes this tool from siblings like get_catalog or loc_id_info by framing it as a 'geography utility'.
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?
Explicitly tells agents when to use: 'Use the bbox to clip or index your own grid/raster data' and when to use the polygon: 'request the polygon only when you need the exact perimeter'. Also warns that the polygon 'can be large', providing decision guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_catalogGet CatalogARead-onlyInspect
Free discovery. Returns the list of live agent-ready data packs available on DaedalMap.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true. The description adds context about the data (live, agent-ready) but does not disclose any additional behavioral traits like caching, rate limits, or pagination.
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 extremely concise: two sentences (13 words) with no wasted text. It is front-loaded with 'Free discovery' and immediately defines the output.
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 the tool has no parameters and no output schema, the description is mostly complete. It could mention if the list is ordered or if there are any limitations, but overall it suffices.
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, and the schema coverage is 100%. According to guidelines, baseline is 4. No additional parameter information needed.
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 the tool returns a list of live agent-ready data packs available on DaedalMap, using a specific verb and resource. It distinguishes from siblings like get_pack, which likely retrieves a single pack.
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 phrase 'Free discovery' implies when to use this tool (for initial exploration), but it does not explicitly compare with alternatives or state when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_packGet PackARead-onlyInspect
Free discovery. Returns detailed metadata, coverage, freshness, preferred canonical tool guidance, and first-query examples for one pack. Call this before querying a new pack so you can see time shape, coverage limits, and the paste-ready first query.
| Name | Required | Description | Default |
|---|---|---|---|
| pack_id | Yes | Pack identifier such as 'currency', 'earthquakes', 'floods', 'hurricanes', 'tornadoes', 'tsunamis', 'un_sdg', 'volcanoes', 'world_factbook', or 'worldpop'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate readOnlyHint=true, consistent with 'Free discovery'. The description adds specific behavioral details about what the tool returns (metadata, freshness, guidance), enhancing transparency beyond annotations.
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 sentences, each carrying value: first states outputs, second states usage context. No wasted words, front-loaded with key information.
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 low complexity, one parameter, and no output schema, the description adequately covers purpose, usage, and expected outputs. Slightly lacking details on output structure, but acceptable without output schema.
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?
With 100% schema coverage, the parameter pack_id is well-defined in the schema with examples. The description adds context by tying the parameter to the pack identifier but does not significantly extend the schema's meaning.
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 the tool returns metadata, coverage, freshness, guidance, and examples for one pack. It uses specific verb 'returns' and resource 'one pack', differentiating from sibling tools by focusing on pack metadata.
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 explicitly advises calling this tool before querying a new pack to check time shape, coverage limits, and first query. It lacks explicit when-not-to-use or alternative tools, but the guidance is clear and actionable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
loc_id_hierarchyGet loc_id HierarchyARead-onlyInspect
Free geography utility. Returns the administrative hierarchy around a DaedalMap loc_id: its parent and full ancestor chain up to the country, plus a summary of its children by level. Use this to walk up or down the loc_id spine and clip to any administrative level. No payment required.
| Name | Required | Description | Default |
|---|---|---|---|
| loc_id | Yes | DaedalMap loc_id, e.g. 'USA-CA-037'. | |
| request_id | No | Optional caller-supplied request id for tracing. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the description's addition of 'No payment required' provides extra behavioral context about cost. It also outlines the return structure (ancestors and children), adding value beyond the read-only hint.
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 sentences long, each earning its place: stating the tool's function, explaining its use case, and noting that it's free. No unnecessary words or repetition.
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?
The description adequately covers the tool's behavior and output for a read-only query. While it lacks details on error handling or edge cases, these are minor omissions given the tool's simplicity and the readOnlyHint annotation.
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?
With 100% schema coverage, the description adds meaning by providing an example for loc_id ('USA-CA-037') and clarifying the optional request_id as a tracing identifier. This enhances understanding beyond the schema's brief descriptions.
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 the tool returns the administrative hierarchy (parent, ancestor chain, children) for a given DaedalMap loc_id. This distinguishes it from siblings like loc_id_info or resolve_point, which serve different 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 explicitly states to 'use this to walk up or down the loc_id spine and clip to any administrative level,' providing a clear use case. However, it does not mention when not to use it or suggest alternatives, leaving room for improvement.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
loc_id_infoGet loc_id InfoBRead-onlyInspect
Free geography utility. Returns descriptive metadata for a DaedalMap loc_id: name, admin level, parent, centroid, bounding box, and child counts by level. No payment required.
| Name | Required | Description | Default |
|---|---|---|---|
| loc_id | Yes | DaedalMap loc_id, e.g. 'USA-CA'. | |
| request_id | No | Optional caller-supplied request id for tracing. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the description does not need to state that it is read-only. The description adds useful context about the returned data fields and the 'no payment' aspect, but lacks details on error handling, rate limits, or authentication requirements.
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 sentences, front-loaded with the purpose and key output fields. Every word earns its place. Could be slightly more structured with explicit sections, but current form is efficient.
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 tool with 2 parameters and no output schema, the description adequately covers what the tool does and what it returns. Missing details about error behavior or output format, but these are not critical given the simplicity.
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 100%, so the description does not need to compensate. The description reinforces the loc_id meaning but adds no new information beyond the schema. Baseline 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?
Description clearly names the verb ('returns') and resource ('descriptive metadata for a DaedalMap loc_id'), listing specific fields. However, it does not explicitly distinguish from sibling tools like get_boundary or loc_id_hierarchy, which have overlapping geography functions.
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?
No guidance on when to use this tool versus alternatives. The mention 'free' is the only contextual hint, but there is no explicit 'use for X, not for Y' or exclusion criteria. The agent must infer usage from the output description alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
resolve_pointResolve Point to loc_idARead-onlyInspect
Free geography utility (reverse geocoding). Converts a latitude/longitude into the DaedalMap loc_id administrative chain - the deepest available level plus its parents - so you can join any spatial data to the same loc_id spine the data packs use. Returns the matched country, the deepest resolved loc_id, and the full admin-level stack so you can clip to any level. No payment required.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in WGS84 decimal degrees. | |
| lon | Yes | Longitude in WGS84 decimal degrees. | |
| request_id | No | Optional caller-supplied request id for tracing. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true, and the description reinforces by stating 'No payment required' and describing output. It does not mention rate limits, but overall transparency is high.
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 concise (four sentences) and front-loaded with 'Free geography utility (reverse geocoding)'. Every sentence provides value, no wasted words.
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 reverse geocoding tool, the description covers input, output, and use case. No output schema, but return fields are described. Annotations and schema are adequate.
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 coverage is 100% with clear descriptions for lat, lon, and request_id. The tool description adds context about output but does not enhance parameter understanding beyond 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 the tool's purpose: reverse geocoding to convert lat/lon into DaedalMap loc_id administrative chain. It specifies the output and differentiates from sibling tools by focusing on coordinate-to-loc_id conversion.
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 when to use (joining spatial data to loc_id spine) and mentions 'free utility'. However, it does not explicitly contrast with sibling tools or state when not to use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
sidechain_to_adminBridge Side-Chain Geometry to Admin loc_idARead-onlyInspect
Free geography utility. Converts a side-chain geometry such as a Census ZCTA or tribal area to a target administrative level using measured polygon overlap. Returns the primary match plus ranked overlaps with source_area_share and target_area_share. For ZIP workflows use source_family='overlay_zcta' and pass source_loc_id as either 'USA-Z-10001' or '10001'. No payment required.
| Name | Required | Description | Default |
|---|---|---|---|
| iso3 | No | Country code for bridge artifacts. Default USA. | |
| limit | No | Maximum ranked overlaps to return. Default returns all matches. | |
| request_id | No | Optional caller-supplied request id for tracing. | |
| source_family | Yes | Side-chain geometry family. Use overlay_zcta for Census ZCTAs and overlay_tribal for tribal areas. | |
| source_loc_id | Yes | Side-chain loc_id. For ZCTAs, either canonical form such as 'USA-Z-10001' or a five-digit ZIP/ZCTA like '10001' is accepted. | |
| target_admin_level | Yes | Target admin level. Accepts admin_0..admin_4, 0..4, or friendly names such as country, state, county, tract, or block_group. | |
| min_source_area_share | No | Optional minimum share of the source polygon covered by a target match. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Describes return format (primary match + ranked overlaps with area shares) and flags free utility status. Annotations only include readOnlyHint=true; description adds valuable behavioral detail beyond this.
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?
Three sentences, front-loaded with purpose, followed by key details and usage tip. No redundancy or wasted words.
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 no output schema, description adequately explains output fields (source_area_share, target_area_share, ranked overlaps). Covers practical use cases and limitations.
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 covers 100% of parameters with descriptions. Description adds usage context (e.g., accepted ZIP formats, default behavior) that aids interpretation beyond schema alone.
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 the tool converts side-chain geometries (e.g., Census ZCTA, tribal) to admin levels via polygon overlap, distinguishing it from siblings like admin_to_sidechain (reverse) and get_boundary (boundary retrieval).
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?
Provides specific guidance on using source_family='overlay_zcta' and ZIP input formats, and notes 'No payment required.' Lacks explicit when-not-to-use or alternatives, but context is clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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 Servers
- AlicenseAqualityDmaintenanceProvides forward/reverse geocoding, bounding box extraction, nearby places discovery, batch geocoding, route waypoints, and administrative boundary lookup using OpenStreetMap data.Last updated10Apache 2.0
- Alicense-qualityAmaintenanceGeocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data via MCP.Last updated8954Apache 2.0
- Flicense-qualityDmaintenanceEnables fast reverse geocoding and batch reverse geocoding from coordinates, using the Jeleo GeoLocation API.Last updated
- Flicense-qualityDmaintenanceEnables access to US Census Bureau TIGERweb geographic boundary data, returning GeoJSON for states, counties, census tracts, places, ZCTAs, and congressional districts.Last updated1
Your Connectors
Sign in to create a connector for this server.