Metadata-Version: 2.5
Name: macaroonnetwork-mcp-uk-logistics-operator-risk-check-v1
Version: 1.1.0
Summary: Search DVSA's real, live UK Vehicle Operator Licensing register -- every goods vehicle and PSV operator licence in Great Britain (69,127 operators, updated weekly) -- for a haulier or logistics operator by name. Returns licence status, authorised fleet size, and cross-references the operator's real Companies House status to flag a rare but real risk: a licence that still reads valid while the operator's actual registered company is dissolved or in liquidation.
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-uk-logistics-operator-risk-check-v1

<!-- mcp-name: com.macaroonnetwork/uk-logistics-operator-risk-check-v1 -->

Search DVSA's real, live UK Vehicle Operator Licensing register -- every goods vehicle and PSV operator licence in Great Britain (69,127 operators, updated weekly) -- for a haulier or logistics operator by name. Returns licence status, authorised fleet size, and cross-references the operator's real Companies House status to flag a rare but real risk: a licence that still reads valid while the operator's actual registered company is dissolved or in liquidation.

One tool, `uk_logistics_operator_risk_check`. 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-uk-logistics-operator-risk-check-v1
```

## Use with an MCP client

```json
{
  "mcpServers": {
    "uk-logistics-operator-risk-check-v1": {
      "command": "macaroonnetwork-mcp-uk-logistics-operator-risk-check-v1"
    }
  }
}
```

## License

MIT
