Metadata-Version: 2.5
Name: macaroonnetwork-mcp-companies-house-live-search-v1
Version: 1.0.0
Summary: Search current public UK company metadata from the official Companies House Public Data API. Returns a bounded normalized result with company identity, status, type, creation date, registered-address summary, official record link, retrieval time, and content hash.
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
Description-Content-Type: text/markdown

# macaroonnetwork-mcp-companies-house-live-search-v1

<!-- mcp-name: com.macaroonnetwork/companies-house-live-search-v1 -->

Search current public UK company metadata from the official Companies House Public Data API. Returns a bounded normalized result with company identity, status, type, creation date, registered-address summary, official record link, retrieval time, and content hash.

One tool, `companies_house_live_search`. 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-companies-house-live-search-v1
```

## Use with an MCP client

```json
{
  "mcpServers": {
    "companies-house-live-search-v1": {
      "command": "macaroonnetwork-mcp-companies-house-live-search-v1"
    }
  }
}
```

## License

MIT
