Metadata-Version: 2.5
Name: servicex-mcp
Version: 0.1.3
Summary: MCP Server for ServiceX
Project-URL: Documentation, https://servicex-mcp.readthedocs.io/
Project-URL: Homepage, https://github.com/kratsg/servicex-mcp
Project-URL: Bug Tracker, https://github.com/kratsg/servicex-mcp/issues
Project-URL: Discussions, https://github.com/kratsg/servicex-mcp/discussions
Project-URL: Changelog, https://github.com/kratsg/servicex-mcp/releases
Author-email: Giordon Stark <kratsg@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: af-credentials>=0.3.1
Requires-Dist: httpx2>=2.0.0
Requires-Dist: mcp<3,>=2.0.0
Requires-Dist: pydantic>=2.11
Requires-Dist: servicex>=3.3.0
Requires-Dist: starlette>=0.27
Requires-Dist: uvicorn>=0.31.1
Description-Content-Type: text/markdown

# servicex-mcp

MCP Server for [ServiceX](https://github.com/ssl-hep/ServiceX), the IRIS-HEP
on-demand data-delivery service for ATLAS/CMS. Wraps the
[`servicex`](https://pypi.org/project/servicex/) Python client as MCP tools.

## Install

```bash
pip install servicex-mcp
```

## Usage (stdio)

```bash
servicex-mcp serve --backend <name-from-your-.servicex-file>
```

See `docs/plans/` for the design and implementation plan.
