Skip to main content
Glama

Zipcode Search MCP Server

by rooking-oss
pyproject.toml1.13 kB
[project] name = "zipcode-search-mcp" version = "0.1.0" description = "A Model Context Protocol (MCP) server for Japanese postal code address lookup" readme = "README.md" requires-python = ">=3.10" license = {text = "MIT"} authors = [ {name = "RookingOSS", email = "contact@rooking.dev"} ] keywords = ["mcp", "postal-code", "zipcode", "address", "japan"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ "httpx>=0.28.1", "mcp[cli]>=1.9.3", ] [project.urls] Homepage = "https://github.com/rooking-oss/zipcode-search-mcp" Repository = "https://github.com/rooking-oss/zipcode-search-mcp" Issues = "https://github.com/rooking-oss/zipcode-search-mcp/issues" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv] dev-dependencies = []

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/rooking-oss/zipcode-search-mcp'

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