Metadata-Version: 2.4
Name: secure-mcp-gateway
Version: 2.0.1
Summary: Enkrypt Secure MCP Gateway
Home-page: https://github.com/enkryptai/secure-mcp-gateway
Author: Enkrypt AI Team
Author-email: Enkrypt AI Team <support@enkryptai.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/enkryptai/secure-mcp-gateway
Keywords: MCP,gateway,secure,middleware,async,python,model context protocol,guardrails,Enkrypt,Enkrypt AI,EnkryptAI,AI
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: flask>=2.0.0
Requires-Dist: flask-cors>=3.0.0
Requires-Dist: redis>=4.0.0
Requires-Dist: requests>=2.26.0
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: python-json-logger>=2.0.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: cryptography>=3.4.0
Requires-Dist: pyjwt>=2.0.0
Requires-Dist: asyncio>=3.4.3
Requires-Dist: mcp[cli]>=1.10.1
Requires-Dist: opentelemetry-sdk>=1.34.1
Requires-Dist: opentelemetry-exporter-otlp>=1.34.1
Requires-Dist: opentelemetry-exporter-prometheus>=0.55b1
Requires-Dist: opentelemetry-instrumentation>=0.55b1
Requires-Dist: opentelemetry-instrumentation-requests>=0.55b1
Requires-Dist: structlog>=25.4.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python

# Enkrypt Secure MCP Gateway

A secure gateway for Model Control Protocol (MCP) that enables safe and controlled access to MCP servers.

```bash
pip install secure-mcp-gateway
```

For documentation and usage instructions, please visit our GitHub repository:  
**[https://github.com/enkryptai/secure-mcp-gateway](https://github.com/enkryptai/secure-mcp-gateway)**

## License

### Enkrypt AI MCP Gateway Core

This project's core functionality is licensed under the MIT License.

<!-- In addition to the MIT License, the following additional terms apply:

- You can freely use, modify, and distribute this software as part of your commercial product
- You can use this as part of your commercial product if your product is not an MCP gateway or gateway-based service
- You cannot sell this gateway as a standalone product -->

For the full license text, see the `LICENSE.txt` file in the repository.

### Enkrypt AI Guardrails, Logo, and Branding

© 2025 Enkrypt AI. All rights reserved.

Enkrypt AI software is provided under a proprietary license. Unauthorized use, reproduction, or distribution of this software or any portion of it is strictly prohibited.

Terms of Use: [https://www.enkryptai.com/terms-and-conditions](https://www.enkryptai.com/terms-and-conditions)

Privacy Policy: [https://app.enkryptai.com/privacy-policy](https://app.enkryptai.com/privacy-policy)

Enkrypt AI and the Enkrypt AI logo are trademarks of Enkrypt AI, Inc.
