Metadata-Version: 2.4
Name: zipcode-decoder-mcp
Version: 0.1.0
Summary: Add your description here
Author-email: yangzhengca <yangzhengca@gmail.com>
Requires-Python: >=3.13
Requires-Dist: mcp[cli]>=1.12.3
Requires-Dist: requests>=2.31.0
Description-Content-Type: text/markdown

# Zipcode Decoder MCP

A Model Control Protocol (MCP) server that provides US zipcode lookup functionality. This server allows AI assistants to retrieve city and state information from US zipcodes using the Ziptastic API.

## Features

- **Zipcode Lookup**: Convert US zipcodes to city and state information
- **MCP Integration**: Built using the FastMCP framework for easy integration with MCP-compatible clients
- **Error Handling**: Robust error handling for network issues and invalid responses
- **Lightweight**: Simple, focused implementation with minimal dependencies