Metadata-Version: 2.4
Name: mcp-eregistrations-bpa
Version: 0.1.0
Summary: MCP server for eRegistrations BPA platform
Project-URL: Homepage, https://github.com/unctad-ai/mcp-eregistrations-bpa
Project-URL: Repository, https://github.com/unctad-ai/mcp-eregistrations-bpa
Project-URL: Documentation, https://github.com/unctad-ai/mcp-eregistrations-bpa#readme
Author-email: Moulay Mehdi Benmoumen <mehdi.benmoumen@unctad.org>
License: MIT
Keywords: ai,bpa,claude,eregistrations,mcp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: aiosqlite>=0.22.1
Requires-Dist: authlib
Requires-Dist: fastmcp>=2.11.3
Requires-Dist: httpx
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml
Description-Content-Type: text/markdown

# MCP eRegistrations BPA

MCP server for eRegistrations Business Process Administration (BPA) platform.

## Installation

```bash
uv sync
```

## Usage

```bash
uv run mcp-eregistrations-bpa
```

## Development

### Run tests

```bash
uv run pytest
```

### Linting

```bash
uv run ruff check .
```

### Type checking

```bash
uv run mypy .
```

## License

MIT
