Skip to main content
Glama
jezweb

Australian Postcodes MCP Server

utils.py361 B
import os.path import urllib.parse import urllib.request def uri_to_path(uri: str) -> str: parsed = urllib.parse.urlparse(uri) host = "{0}{0}{mnt}{0}".format(os.path.sep, mnt=parsed.netloc) return os.path.normpath( os.path.join( host, urllib.request.url2pathname(urllib.parse.unquote(parsed.path)), ) )

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/jezweb/australian-postcodes-mcp'

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