Metadata-Version: 2.5
Name: macaroonnetwork-mcp-domain-trust-report-v1
Version: 1.1.0
Summary: Single higher-value composite report for one domain: DNS resolution, TLS/SSL certificate validity and issuer, RDAP/WHOIS registration and nameservers, and email deliverability (MX/SPF/DMARC) signals, plus a derived trust score and risk band. Built entirely from already-cleared, already-live internal capabilities (domain-dns-check-v1, domain-ssl-check-v1, domain-whois-lookup-v1, email-domain-deliverability-check-v1) -- no new source, no new licence question, no proprietary reputation database.
Project-URL: Homepage, https://macaroonnetwork.com
Project-URL: Repository, https://github.com/kevmoz/macaroonnetwork
Author: Kevin Smith
License-Expression: MIT
Keywords: agent-commerce,macaroon-network,mcp,model-context-protocol,x402
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: macaroonnetwork-mcp>=0.3.0
Provides-Extra: http
Requires-Dist: starlette>=0.40.0; extra == 'http'
Requires-Dist: uvicorn>=0.30.0; extra == 'http'
Description-Content-Type: text/markdown

# macaroonnetwork-mcp-domain-trust-report-v1

<!-- mcp-name: com.macaroonnetwork/domain-trust-report-v1 -->

Single higher-value composite report for one domain: DNS resolution, TLS/SSL certificate validity and issuer, RDAP/WHOIS registration and nameservers, and email deliverability (MX/SPF/DMARC) signals, plus a derived trust score and risk band. Built entirely from already-cleared, already-live internal capabilities (domain-dns-check-v1, domain-ssl-check-v1, domain-whois-lookup-v1, email-domain-deliverability-check-v1) -- no new source, no new licence question, no proprietary reputation database.

One tool, `domain_trust_report`. Price: 5000 USDC atomic units ($0.005) per call, paid
via x402 (USDC on Base mainnet) -- see [Macaroon Network](https://macaroonnetwork.com).

This package never holds a wallet or private key. A call that needs payment
returns `x402_payment_required` with the real challenge terms instead of
failing -- sign it with your own wallet/CDP infra, then retry with
`payment_signature` set to the resulting proof.

## Example call

```json
{}
```

## Install

```bash
pip install macaroonnetwork-mcp-domain-trust-report-v1
```

## Use with an MCP client

```json
{
  "mcpServers": {
    "domain-trust-report-v1": {
      "command": "macaroonnetwork-mcp-domain-trust-report-v1"
    }
  }
}
```

## License

MIT
