Submit an appraisal report to Mercury Network's Appraisal Quality Management (AQM) system for automated QC
domain: help.mercuryvmp.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
POST Username, Password, and XMLPost (MISMO XML, with base64 PDF if not embedded) to the NewDCAQM endpoint, using the QA host for testing and the production host for live orders.
Read the AQMResult response for bResult/TrackingID to confirm the file was accepted into AQM.
Implement a receiving web service to accept the AQM Postback, which delivers a URL where a human can review flagged rules.
Implement handlers for the AQM Comment Postback (rule-by-rule Pass/Incurable/RequestRevision actions and comments) and the AQI Postback (final base64-encoded PDF result).
Store the TrackingID from each postback to correlate it back to the original order.
Known gotchas
QA and production are entirely separate hostnames (mercurynetworkapiqa.com vs. mercurynetworkapi.com) with separate credentials; mixing them up sends test data to production or vice versa.
Results arrive asynchronously via multiple postback calls to your own web service rather than a synchronous response, so the integration must expose publicly reachable endpoints to receive them.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?