← All integrations
AI tools · via MCP connector
Veriastra in Claude, Cursor & ChatGPT
Veriastra speaks MCP, so an assistant can run a lookup itself instead of guessing. Ask it whether an address is deliverable or a number is safe to dial and it calls the same engines the API does, with the same credits and the same signed receipts.
01
Get the server URL
Open API Keys in the dashboard. The MCP endpoint is:
https://veriastra.com/api/mcp02
Add it to your client
In Claude Desktop or Cursor, add an MCP server with the URL above and your key as a bearer token.
{
"mcpServers": {
"veriastra": {
"url": "https://veriastra.com/api/mcp",
"headers": { "Authorization": "Bearer ol_live_your_key_here" }
}
}
}03
Ask in plain language
"What does the dial check say about +1 415 555 2671?" — the assistant runs it and reports the verdict with its reasons.
Before you rely on it
- The connector itself is free. The lookups it runs cost their normal credits, so an assistant told to check a thousand numbers will spend as if you had.
- An assistant can be wrong about what to check. It cannot be wrong about the answer: every result carries a receipt you can verify at /api/verify-receipt.