trustsource
About
x402-paid domain verification for AI agents — trustscore, SSL, security headers, robots.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
WALLET_PRIVATE_KEY TRUSTSOURCE_API_URLClaude Code
claude mcp add --env WALLET_PRIVATE_KEY= --env TRUSTSOURCE_API_URL= trustsource -- npx trustsource-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"trustsource","command":"npx","args":["trustsource-mcp"],"env":{"WALLET_PRIVATE_KEY":"","TRUSTSOURCE_API_URL":""}}'
JSON
{
"mcpServers": {
"trustsource": {
"command": "npx",
"args": [
"trustsource-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "",
"TRUSTSOURCE_API_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.