# Ardaro Purchase Document Review (remote · agents.getardaro.com)

Receipt extraction, invoice-to-PO quantity allocation, and free three-document discrepancy checks.

- Trust score: 76/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- remote · `agents.getardaro.com`: 76/100 (this document), [markdown](https://verifymcp.io/servers/ashevilleislove-ardaro-receipt-intelligence/mcp-documents.md), [page](https://verifymcp.io/servers/ashevilleislove-ardaro-receipt-intelligence/mcp-documents)

## Channel facts

- Endpoint: `https://agents.getardaro.com/mcp/documents`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.4.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-24.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1300 tokens (~260/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 92/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 73% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Ardaro Purchase Document Review MCP server?

Ardaro Purchase Document Review is a hosted endpoint at https://agents.getardaro.com/mcp/documents, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http ashevilleislove-ardaro-receipt-intelligence 'https://agents.getardaro.com/mcp/documents'
```

### Cursor

```json
{
  "mcpServers": {
    "ashevilleislove-ardaro-receipt-intelligence": {
      "url": "https://agents.getardaro.com/mcp/documents"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ashevilleislove-ardaro-receipt-intelligence": {
      "type": "http",
      "url": "https://agents.getardaro.com/mcp/documents"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ashevilleislove-ardaro-receipt-intelligence]
url = "https://agents.getardaro.com/mcp/documents"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ashevilleislove-ardaro-receipt-intelligence": {
      "type": "remote",
      "url": "https://agents.getardaro.com/mcp/documents",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ashevilleislove-ardaro-receipt-intelligence --url 'https://agents.getardaro.com/mcp/documents' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ashevilleislove-ardaro-receipt-intelligence:
    url: "https://agents.getardaro.com/mcp/documents"
```

### Netclaw

```json
{
  "McpServers": {
    "ashevilleislove-ardaro-receipt-intelligence": {
      "Transport": "http",
      "Url": "https://agents.getardaro.com/mcp/documents"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ashevilleislove-ardaro-receipt-intelligence -t streamable-http -u 'https://agents.getardaro.com/mcp/documents'
```

### Other

```json
{
  "mcpServers": {
    "ashevilleislove-ardaro-receipt-intelligence": {
      "type": "http",
      "url": "https://agents.getardaro.com/mcp/documents"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-24 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-22 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 73, −1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: 144 → 260
- [functional regression] Tool coverage: 100% → 73%
- [functional] Stability: fail → 0.13
- [functional] New tool “match_invoice”
- [functional] New tool “reconcile_purchase_documents”
- [cosmetic] “get_document_service_status” reworded the description of “service”
- [cosmetic] “get_document_example” reworded the description of “service”

### 2026-09-17 (score 74, +49)

- [security regression] Stability: unverified → fail
- [security regression] A breaking change shipped without a version bump: still 1.4.2
- [security regression] Tool “reconcile_purchase_documents” was removed
- [security regression] Tool “match_invoice” was removed
- [security improvement] Injection markers: unverified → pass
- [security improvement] Authorization: unverified → partial
- [security improvement] Transport: fail → pass
- [security] The server rewrote its instructions, which are the text every model session reads
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Tool coverage: 73% → 100%
- [functional improvement] Schema quality: 260 → 144
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [cosmetic] “get_document_service_status” reworded the description of “service”
- [cosmetic] “get_document_example” reworded the description of “service”

### 2026-09-16 (score 25, −46)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Authorization: partial → unverified
- [security regression] Stability: 0.03 → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] Transport: pass → fail
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] First check of Schema quality: unverified

### 2026-09-15 (score 71, −1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “match_invoice” rewrote its description, which is the text the model reads
- [security] Tool “reconcile_purchase_documents” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 221 → 260
- [functional improvement] Stability: unverified → 0.03
- [functional] Server version: 1.4.1 → 1.4.2
- [cosmetic] Tool “match_invoice” changed its title: Review invoice-to-PO quantity allocation → Allocate invoice quantities to a purchase order (paid)
- [cosmetic] Tool “reconcile_purchase_documents” changed its title: Check discrepancies across three purchase documents → Compare receipt, invoice and PO for discrepancies (free)

### 2026-09-14 (score 72)

First indexed and scored.

## MCP tools (5)

### `analyze_receipt` (~195 tokens)

Analyze a receipt for human review

Extract and validate structured expense data from receipt text or a provider-neutral receipt extraction. Use when an agent needs merchant, date, tax, total, line items, confidence, duplicate detection, and arithmetic validation before creating or reconciling an expense. The result is advisory and always requires human review. Paid tool: 0.25 USDC per accepted request. Requires an owner-authorized x402-capable client. Use get_document_example with service='receipt' for a fixed free example.

Input parameters:

- `contract_version` (required): Required request contract identifier; send this exact version string.
- `existing_fingerprints` (array, required): Receipt fingerprints already known to the caller for duplicate comparison. Supply lowercase 64-character SHA-256 hex strings, or an empty array when none are available; at most 10,000 entries.
- `input` (required): One receipt supplied as bounded OCR text or a provider-neutral structured extraction. Choose exactly one input kind.

### `match_invoice` (~246 tokens)

Allocate invoice quantities to a purchase order (paid)

USE THIS WHEN the question is a quantity-allocation question: how much of this PO has been invoiced, whether an invoice is fully, partially, or over billed against the PO, or how much quantity remains. Aggregates split invoice lines against one PO line and returns a status per line - fully_invoiced, partially_invoiced, uninvoiced, or overbilled - plus remaining quantity. Matches by explicit PO line ID or a unique exact product code only, never by description. Inputs: one invoice plus one PO; it does not accept a receipt. DO NOT USE THIS to compare a receipt against an invoice, or for a general list of differences with no allocation question - call reconcile_purchase_documents instead; it is free and does not require calling this tool first or after. Paid: 0.50 USDC per accepted comparison, explicit buyer-authorized x402 payment. Call get_document_service_status with service='invoice' first to confirm current readiness and price. Advisory output only: human review required; no delivery verification, payment execution, prior-invoice history, or accounting writes.

Input parameters:

- `contract_version` (required)
- `invoice` (required)
- `purchase_order` (required)

### `reconcile_purchase_documents` (~402 tokens)

Compare receipt, invoice and PO for discrepancies (free)

USE THIS WHEN you have up to three documents (receipt, invoice, purchase order - any subset) and need a discrepancy list: reference, item, quantity, price, or arithmetic mismatches between them. This is the default choice for 'does this receipt match the invoice' or 'do these documents agree' questions. Links use explicit line references, exact product codes, or conservative normalized descriptions. DO NOT USE THIS if the actual question is a quantity-allocation question - how much of a PO has been invoiced, or resolving partial/split invoice lines against PO quantities. This tool does not allocate billed quantities or calculate remaining PO quantities: partial quantities are reported as plain differences, and any many-to-one (split) link is flagged ambiguous_many_to_one rather than resolved. For that, call match_invoice instead (paid, 0.50 USDC) - but you never need to call it before or after this tool; each works standalone. Free, no wallet authorization, no payment metadata accepted. Missing documents or fields are marked needs_review, never inferred. No OCR, retrieval, saved analyses, paid service calls, delivery verification, payment approval, or accounting writes. Human review required.

Input parameters:

- `invoice` (object): Caller-supplied structured data. Use opaque supplier IDs and decimal strings; omit unknown fields. Receipt kind describes the source document, not verified delivery. Field names align with invoice ma…
- `purchase_order` (object): Caller-supplied structured data. Use opaque supplier IDs and decimal strings; omit unknown fields. Receipt kind describes the source document, not verified delivery. Field names align with invoice ma…
- `receipt` (object): Caller-supplied structured data. Use opaque supplier IDs and decimal strings; omit unknown fields. Receipt kind describes the source document, not verified delivery. Field names align with invoice ma…

### `get_document_example` (~110 tokens)

Get document example

Inspect a fixed synthetic request and expected result before integrating or paying. Select service from the enum; no caller document is accepted, processed or stored. Returns service and details containing that service's example. Free; no wallet authorization. Use get_document_service_status for current readiness, prices and retention instead.

Input parameters:

- `service` (string, required): receipt: extraction checks; invoice: paid invoice-to-PO quantity allocation; reconciliation: free three-document discrepancy checks without allocation. Choose one service; examples do not process cal…

### `get_document_service_status` (~112 tokens)

Get document readiness and terms

Check the selected service's current runtime readiness, input limits, pricing and retention before use. Returns service and details; ready=false means the underlying service is unavailable. Free cached runtime read; no external probe, payment, analysis or historical document retrieval. Use get_document_example for a fixed integration sample instead.

Input parameters:

- `service` (string, required): receipt: extraction checks; invoice: paid invoice-to-PO quantity allocation; reconciliation: free three-document discrepancy checks without allocation. Choose one service; examples do not process cal…

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ashevilleislove-ardaro-receipt-intelligence/mcp-documents#diagnostics

## Score history

- 2026-09-24: 76
- 2026-09-23: 75
- 2026-09-22: 75
- 2026-09-21: 74
- 2026-09-20: 74
- 2026-09-19: 73
- 2026-09-18: 73
- 2026-09-17: 74
- 2026-09-16: 25
- 2026-09-15: 71
- 2026-09-14: 72

## Common questions

### What is the Ardaro Purchase Document Review MCP server?

Ardaro Purchase Document Review is an MCP server listed in the public MCP registry as io.github.ashevilleislove/ardaro-receipt-intelligence. Receipt extraction, invoice-to-PO quantity allocation, and free three-document discrepancy checks. This page covers its hosted endpoint (https://agents.getardaro.com/mcp/documents).

### Is the Ardaro Purchase Document Review MCP server safe to use?

Ardaro Purchase Document Review scores 76 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Ardaro Purchase Document Review MCP server expose?

Ardaro Purchase Document Review exposes 5 tools: analyze_receipt, match_invoice, reconcile_purchase_documents, get_document_example, get_document_service_status. Their descriptions and schemas cost roughly 1,065 tokens of context every time the server is loaded.

### Does the Ardaro Purchase Document Review MCP server require authentication?

No. We connected to Ardaro Purchase Document Review without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Ardaro Purchase Document Review MCP server still maintained?

Ardaro Purchase Document Review is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://agents.getardaro.com/mcp/documents
- Website: https://agents.getardaro.com/document-review
- Changelog RSS feed: https://verifymcp.io/servers/ashevilleislove-ardaro-receipt-intelligence/mcp-documents.xml
- Changelog JSON feed: https://verifymcp.io/servers/ashevilleislove-ardaro-receipt-intelligence/mcp-documents.json
- HTML version of this page: https://verifymcp.io/servers/ashevilleislove-ardaro-receipt-intelligence/mcp-documents
