agent trust mcp for VS Code
io.github.nikoble1926/agent-trust-mcp
ERC-8004 agent trust scores via x402: free preview + paid USDC-on-Base signed scores (5 chains)
client:VS Code
transport:stdio
runtime:npm
Install agent trust mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "evm-private-key",
"description": "EVM_PRIVATE_KEY",
"password": true
},
{
"type": "promptString",
"id": "resource-server-url",
"description": "RESOURCE_SERVER_URL",
"password": true
}
],
"servers": {
"agent-trust-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nikosble1926/agent-trust-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "${input:evm-private-key}",
"RESOURCE_SERVER_URL": "${input:resource-server-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs