TrustAgent — counterparty verification for Cursor
io.trust-agent/trustagent-mcp
Is this address safe to pay? OFAC sanctions, ERC-8004 reputation, contract analysis.
client:Cursor
transport:stdio
runtime:npm
Install TrustAgent — counterparty verification in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trustagent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"trustagent-mcp"
],
"env": {
"TRUSTAGENT_URL": "<TRUSTAGENT_URL>",
"TRUSTAGENT_WALLET_KEY": "<TRUSTAGENT_WALLET_KEY>",
"TRUSTAGENT_MAX_PER_CALL_USD": "<TRUSTAGENT_MAX_PER_CALL_USD>",
"TRUSTAGENT_MAX_SESSION_USD": "<TRUSTAGENT_MAX_SESSION_USD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs