Metadata-Version: 2.4
Name: mcp-scoring-engine
Version: 0.1.0
Summary: Scoring engine for MCP server quality assessment
Project-URL: Homepage, https://patchworkmcp.com
Project-URL: Repository, https://github.com/Brightwing-Systems-LLC/mcp-scoring-engine
Author-email: Brightwing Systems LLC <support@brightwingsystems.com>
License-Expression: MIT
License-File: LICENSE
Keywords: ai,mcp,model-context-protocol,quality,scoring
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.12
Requires-Dist: httpx
Requires-Dist: httpx-sse
Requires-Dist: mcp>=1.26
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=1.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: respx>=0.22; extra == 'dev'
Description-Content-Type: text/markdown

# mcp-scoring-engine

Standalone scoring engine for MCP server quality assessment. Used by [PatchworkMCP](https://patchworkmcp.com) to evaluate and grade Model Context Protocol servers.

## Installation

```bash
pip install mcp-scoring-engine
```

## License

MIT
