## Trusqo MCP Server\ \ \ \ Verify proof of address documents directly from your AI assistant. Trusqo automates the extraction and verification of utility bills, bank statements, and government letters.\ \ \ \
### Available tools\ \ \ \
- verify_document — Submit a document for verification. Provide a person's name, address, and document files. Returns a request ID.\ \
- get_verification_result — Check the status and results of a verification (name match, address match, document type, date check).\ \
- download_verification_report — Download a PDF report for a completed verification.\ \
\ \
### Setup\ \ \ \
- Sign up at app.trusqo.com and get an API key\ \
- Add to your Claude Desktop, Claude Code, or Cursor config:\ \
\ \
{\
\
"mcpServers": {\
\
"trusqo": {\
\
"command": "npx",\
\
"args": ["-y", "trusqo-mcp"],\
\
"env": {\
\
"TRUSQO_API_KEY": "\u003cYOUR_API_KEY\u003e"\
\
}\
\
}\
\
}\
\
}\
\
Links\
\
npm package\
\
Trusqo website\
\
API documentation\
\
\
\