Metadata-Version: 2.4
Name: ndi-mcp
Version: 0.1.1
Summary: MCP server for NDI (Nace Document Intelligence)
Keywords: ndi,mcp,document-intelligence,model-context-protocol
Author: Nace AI
Author-email: Nace AI <engineering@nace.ai>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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
Classifier: Typing :: Typed
Requires-Dist: ndi-sdk>=0.7,<1
Requires-Dist: mcp>=1.28,<2
Requires-Python: >=3.11, <3.14
Project-URL: Homepage, https://ndi-api.nace.ai
Description-Content-Type: text/markdown

# NDI MCP

Local and hosted [Model Context Protocol](https://modelcontextprotocol.io) servers
for **NDI** (Nace Document Intelligence). Licensed **MIT**.

```bash
pip install ndi-mcp
# or
uvx ndi-mcp login
uvx ndi-mcp
```

Depends on the Apache-2.0 [`ndi-sdk`](https://pypi.org/project/ndi-sdk/) client.
Install and agent config details live in that package's README; prefer
`uvx ndi-mcp` over the older `ndi-sdk[mcp]` install string.
