Metadata-Version: 2.4
Name: utsunomiya-mcp-server
Version: 0.1.0
Summary: MCP Server for Utsunomiya Open Data
Author-email: takurot <highspeeddigital@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/takurot/utsunomiya-mcp-server
Project-URL: Bug_Tracker, https://github.com/takurot/utsunomiya-mcp-server/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp>=1.0.0
Requires-Dist: fastmcp>=0.1.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: requests>=2.31.0
Requires-Dist: chardet>=5.0.0
Requires-Dist: pydantic>=2.0.0

# Utsunomiya Open Data MCP Server

This is an MCP (Model Context Protocol) server that provides access to Utsunomiya city's open data through natural language queries.

## Features

- List available datasets from Utsunomiya city
- Get schema information for specific datasets
- Query dataset contents with filtering
- Statistical analysis of dataset values
- Caching for improved performance

## Setup

1. Install dependencies: `pip install -e .`
2. Run the server: `python -m utsunomiya_mcp`

## Usage

The server provides several tools for interacting with Utsunomiya's open data:

- `list_datasets`: Get available datasets
- `get_dataset_schema`: Get schema information for a dataset
- `query_dataset`: Query dataset contents
- `analyze_dataset`: Get statistical analysis of a dataset
