TensorFeed x402 Base Reader for VS Code
ai.tensorfeed/x402-base-mcp
Read-only Base mainnet reader. Verifies x402 payment settlements + AFTA federation status.
client:VS Code
transport:stdio
runtime:npm
Install TensorFeed x402 Base Reader in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "tensorfeed-rpc-url",
"description": "TENSORFEED_RPC_URL",
"password": true
}
],
"servers": {
"x402-base-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tensorfeed/x402-base-mcp"
],
"env": {
"TENSORFEED_RPC_URL": "${input:tensorfeed-rpc-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs