trustsource for Cursor
io.github.surfether/trustsource
x402-paid domain verification for AI agents — trustscore, SSL, security headers, robots.
client:Cursor
transport:stdio
runtime:npm
Install trustsource in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trustsource": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"trustsource-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>",
"TRUSTSOURCE_API_URL": "<TRUSTSOURCE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs