Metadata-Version: 2.4
Name: x-agent-trust
Version: 0.1.0
Summary: Reference implementation of the x-agent-trust signing scheme (ECDSA P-256). OpenAPI Extensions Registry registered. IETF draft-sharif-agent-payment-trust.
Author-email: CyberSecAI Ltd <contact@agentsign.dev>
License: Apache-2.0
Project-URL: Homepage, https://agentpass.co.uk
Project-URL: Documentation, https://spec.openapis.org/registry/extension/x-agent-trust.html
Project-URL: Repository, https://github.com/cybersecai-uk/x-agent-trust-reference
Keywords: x-agent-trust,agentpass,agent-payments,mcp,mcps,ecdsa
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# x-agent-trust

Reference implementation of the x-agent-trust signing scheme (ECDSA P-256). OpenAPI Extensions Registry registered. IETF draft-sharif-agent-payment-trust.

CyberSecAI-maintained entry point for `x-agent-trust` on PyPI. Canonical implementation at [https://www.npmjs.com/package/x-agent-trust](https://www.npmjs.com/package/x-agent-trust).

```python
import x_agent_trust
print(x_agent_trust.META)
```

## Related packages

- [mcp-secure on PyPI](https://pypi.org/project/mcp-secure/) -- MCP transport boundary security (BSL 1.1)
- [x-agent-trust on npm](https://www.npmjs.com/package/x-agent-trust) -- reference signing primitive (Apache 2.0)
- [agentpass-demo-mcp on npm](https://www.npmjs.com/package/agentpass-demo-mcp) -- demo MCP payment server (Apache 2.0)

## Standards

- OpenAPI Extensions Registry: x-agent-trust
- IETF draft-sharif-agent-payment-trust
- IETF draft-sharif-mcps-secure-mcp

## Maintainer

Raza Sharif, FBCS, CISSP, CSSLP. CyberSecAI Ltd -- contact@agentsign.dev

## Licence

Apache 2.0.
