Metadata-Version: 2.5
Name: macaroonnetwork-mcp-sanctions-pep-screening-v1
Version: 1.1.0
Summary: Screen a name in one call against US OFAC SDN, the EU Consolidated Financial Sanctions List, UK OFSI, the UN Security Council Consolidated List, and Wikidata-derived Politically Exposed Persons (PEP) data -- with fuzzy name matching, not exact-only. Real competitor research (2026-09-11) found this exact bundle+fuzzy-match shape is what actually converts in this niche; the single-source exact-match ofac-sanctions-search-v1 listing did not.
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-sanctions-pep-screening-v1

<!-- mcp-name: com.macaroonnetwork/sanctions-pep-screening-v1 -->

Screen a name in one call against US OFAC SDN, the EU Consolidated Financial Sanctions List, UK OFSI, the UN Security Council Consolidated List, and Wikidata-derived Politically Exposed Persons (PEP) data -- with fuzzy name matching, not exact-only. Real competitor research (2026-09-11) found this exact bundle+fuzzy-match shape is what actually converts in this niche; the single-source exact-match ofac-sanctions-search-v1 listing did not.

One tool, `sanctions_pep_screening`. Price: 10000 USDC atomic units ($0.01) 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-sanctions-pep-screening-v1
```

## Use with an MCP client

```json
{
  "mcpServers": {
    "sanctions-pep-screening-v1": {
      "command": "macaroonnetwork-mcp-sanctions-pep-screening-v1"
    }
  }
}
```

## License

MIT
