Metadata-Version: 2.4
Name: unesco-mcp
Version: 0.0.1
Summary: Model Context Protocol (MCP) server for UNESCO UIS data.
Project-URL: Homepage, https://github.com/lucapicci/unesco-mcp
Project-URL: Repository, https://github.com/lucapicci/unesco-mcp
Project-URL: Issues, https://github.com/lucapicci/unesco-mcp/issues
Project-URL: Changelog, https://github.com/lucapicci/unesco-mcp/blob/main/CHANGELOG.md
Author: Luca Picci
License-Expression: MIT
License-File: LICENSE
Keywords: api,mcp,uis,unesco
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# unesco-mcp

Python package for an upcoming Model Context Protocol (MCP) 
server targeting the
[UNESCO Institute for Statistics (UIS) API.](https://api.uis.unesco.org/api/public/documentation/)

## Status

This project is currently in pre-alpha and published primarily to reserve the PyPI namespace.

## Scope (Current)

- Package metadata and release scaffolding
- Basic importable module layout
- Changelog tracking

## Scope (Planned)

- UIS client integration
- MCP server tools/resources
- Documentation for setup and usage

## Installation

```bash
pip install unesco-mcp
```

## License

MIT (see `LICENSE`).
