# Registly [Health: Active]

**Category:** ⚖️ Legal  
**Repository:** https://registly.app/mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/registly

## Description
Official company-registry document procurement (UK Companies House, Delaware, ADGM). Agents quote, submit a reviewed order, then pay the confirmed total over Stripe MPP (HTTP 402). Agent card: https://registly.app/.well-known/agent-card.json

## Tools
Capabilities this server exposes over MCP:

- **list_document_catalog** — List official company documents currently available through Registly, including jurisdictions, indicative prices, requirements, and delivery windows.
- **quote_document** — Generate a no-charge pilot estimate for an official company document. Final registry fees and authority requirements are confirmed before payment.
- **create_pilot_order** — Submit an official document order for registry review. The operation is retry-safe when idempotency_key is supplied, and no payment is taken at this stage.
- **get_order_payment_instructions** — Read an order's reviewed payment state and Stripe MPP endpoint. When payment is ready, call the returned URL over HTTP and answer its 402 Payment challenge.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "registly": {
    "url": "https://registly.app/.well-known/agent-card.json"
  }
}
```

## Documentation
No cached documentation available for this listing yet. Check the repository above for the README and setup instructions.

