Metadata-Version: 2.4
Name: santafe-mcp
Version: 0.1.0
Summary: Santa Fe jurisprudencia — CSJSF y Cámaras
Project-URL: Homepage, https://github.com/hernan-cc/santafe-mcp
Project-URL: Repository, https://github.com/hernan-cc/santafe-mcp
Project-URL: Issues, https://github.com/hernan-cc/santafe-mcp/issues
Author-email: Hernan Carlos Caravario <hernan@caravario.ar>
License-Expression: MIT
Keywords: argentina,camaras,csjsf,jurisprudencia,mcp,santafe
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: juris-base>=0.1.0
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# santafe-mcp-mcp

Santa Fe jurisprudencia — CSJSF y Cámaras

## Install

```bash
uvx santafe-mcp-mcp
```

## Usage

Add to your MCP client config:

```json
{
  "mcpServers": {
    "santafe-mcp": {
      "command": "uvx",
      "args": ["santafe-mcp-mcp"]
    }
  }
}
```

## Development

```bash
git clone https://github.com/hernan-cc/santafe-mcp-mcp.git
cd santafe-mcp-mcp
pip install -e .
```

## License

MIT
