Skip to main content
Glama

API-Market MCP Server

by Noveum

Forward_Geocoding

Convert addresses into precise geographic coordinates (latitude, longitude) using structured input like street, postal code, or country. Supports language and region preferences for accurate location mapping.

Instructions

Obtain location(geographic coordinates) for address.

Input Schema

NameRequiredDescriptionDefault
addressYesThe address that you want to geocode
areaNoarea parameter
boundsNoThe bounding box for results preference
countryNoThe two-letter bias country code (ccTLD or ISO 3166-1) in which to return results
languageNoThe two-letter language code in which to return results (ISO 639-1)
localityNolocality parameter
postal_codeNopostal_code parameter
regionNoregion parameter
streetNostreet parameter

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address that you want to geocode", "type": "string" }, "area": { "description": "area parameter", "type": "string" }, "bounds": { "description": "The bounding box for results preference", "type": "string" }, "country": { "description": "The two-letter bias country code (ccTLD or ISO 3166-1) in which to return results", "type": "string" }, "language": { "description": "The two-letter language code in which to return results (ISO 639-1)", "type": "string" }, "locality": { "description": "locality parameter", "type": "string" }, "postal_code": { "description": "postal_code parameter", "type": "string" }, "region": { "description": "region parameter", "type": "string" }, "street": { "description": "street parameter", "type": "string" } }, "required": [ "address" ], "type": "object" }

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/Noveum/api-market-mcp-server'

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