One engine, the surface that fits your workflow.
Run Valara however you work: upload in the browser, call the REST API from your systems, or connect an AI agent over MCP. Same review, same scores, same citations.
The same engine reviews both use cases. Start from the commercial or residential path, then run it on any surface below.
Three steps. Full review.
Upload the PDF
Drop an appraisal into Valara. Text, tables, and page images are extracted automatically.
Valara's AI agent does the reading
It classifies the property, then analyzes only the approaches the appraiser actually used: cap rate and NOI support in the income approach, comparable justification in sales comparison, and the consistency of the narrative throughout.
Your reviewer takes it from there
Cited findings, a quality and confidence score, and an escalation recommendation, in a clean report for the loan file. Your team reviews the output instead of the raw appraisal.
Upload in the browser. Watch it review.
The fastest way to start. No integration, no setup: sign in, drop in an appraisal, and get a scored, cited review back in minutes.
- Drag in a PDF; findings stream in as the review runs.
- Quality and confidence scores, escalation flags, every finding cited.
- Export to PDF, Markdown, HTML, JSON, or XML.
A REST API for your systems.
The same engine, behind a versioned REST API. Submit a PDF, follow progress on a live event stream, and fetch a schema-validated result your systems can ingest.
Planned integrations
We are building toward the systems lenders and AMCs already work in, starting with Encompass Partner Connect. Today, the REST API connects Valara to your stack directly.
Put Valara inside your AI agent
Connect Claude, Cursor, or any MCP client to Valara's review engine. Your agent submits an appraisal and reads back every cited finding once it is scored. No integration code required.
- submit_review: hand it a PDF, get a review id back
- get_findings: every issue, severity-tagged and cited
- list_reviews and get_review_result for the full picture
Add Valara to your MCP client:
{
"mcpServers": {
"valara": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://getvalara.com/api/mcp",
"--header", "Authorization: Bearer vlr_live_..."
]
}
}
}{
"mcpServers": {
"valara": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://getvalara.com/api/mcp",
"--header", "Authorization: Bearer vlr_live_..."
]
}
}
}Authenticate with a Valara API key. Create one under Settings, then paste it in place of vlr_live_...
Start with whichever fits
The web app takes a minute. The API and MCP server use the same key.
5 credits included, no card required.