Remote MCP / staged release
Give the agent an address. Get back the record.
One remote MCP connection for address standardization, civic districts, resident context, and risk signals. Every response says which data source answered and exactly how the call was funded.
01 / Allowance
Your plan pays first.
A call inside the monthly allowance consumes one plan request and leaves prepaid credits untouched.
02 / Credits
Credits pay second.
After the allowance, an existing prepaid balance can fund the exact tool weight. Purchased credits never enable themselves.
03 / Stop
Zero means stop.
No balance means no paid result. There is no automatic reload, postpaid overage, or tool that can complete a purchase.
The tool surface
Five core tools. One address at a time.
Direct/private connections may add the sixth checkout-link tool where the client permits it. Directory listings keep commerce on RevAddress.
No batch uploads, shipping mutations, autonomous checkout, or open-ended browsing in v1.
Swipe table to see credit cost
| Tool | What comes back | Credit-funded call |
|---|---|---|
| revaddress_check_address | Standardize one address and state whether the answer is USPS-verified or standardized without DPV. | 1 / $0.001 |
| revaddress_profile_address | Return the address profile, geography, resident context, source record, and explicit absence reasons. | 5 / $0.005 |
| revaddress_resolve_districts | Resolve available congressional, state legislative, county, place, school, and election-cycle districts. | 3 / $0.003 |
| revaddress_assess_address | Return deterministic deliverability and risk signals with the source of each signal. | 15 / $0.015 |
| revaddress_get_account | Read the linked plan allowance, prepaid balance, and expiry horizon. No API keys or OAuth tokens. | 0 / $0.000 |
| revaddress_start_checkoutDirect/private only | Create a Stripe-hosted checkout link. It does not charge, auto-reload, or create postpaid debt. | 0 / $0.000 |
Tool prices render from the same generated credit catalog as the enforcement gate. USPS-verified DPV is 10 credits / $0.010 only after verified processing is activated; until then revaddress_check_address returns the 1-credit standardized result and labels it unverified.
Connection
One URL. Browser approval.
Add the remote server URL in an MCP-compatible client. OAuth opens in your browser and asks separately for address reads and account funding reads. A direct/private profile may also request permission to create a checkout link. The server never gives the client an API key.
Server name: RevAddress
Remote MCP URL: https://api.revaddress.com/mcp
Authentication: OAuth 2.1 in your browserPrompt
Call it by the protocol name.
The canonical MCP prompt is revaddress_check. A client may render a local slash-command alias such as /revaddress:check, but aliases are client UX—not the portable server contract.
Use the RevAddress prompt named revaddress_check.
Some clients may expose it as /revaddress:check.
The interoperable MCP prompt name is revaddress_check.Truth rail
Verification is a fact in the response.
STANDARDIZED
Census-backed normalization and geography. Useful, explicit, and never presented as USPS delivery-point verification.
VERIFIED DPV
USPS delivery-point fields only when the entitled upstream service is active and healthy. The production gate remains closed today.
TELEMETRY
Tool, status, funding, and timing may be logged. Raw address arguments are excluded from MCP telemetry.
Prepaid, with a human in the loop
$50 credit block or $200 credit block. Nothing hidden behind “continue.”
The checkout tool only creates a Stripe-hosted URL for the selected block. You inspect the amount and complete payment on Stripe. 50,000 credits cost $50; 220,000 credits cost $200. Credits expire under the published catalog rules.