orchard data mcp for VS Code
io.github.letom1176-spec/orchard-data-mcp
Pay-per-call market data for AI agents via x402 (USDC on Base): regime, track record, catalysts.
client:VS Code
transport:stdio
runtime:npm
Install orchard data mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "evm-private-key",
"description": "EVM_PRIVATE_KEY",
"password": true
}
],
"servers": {
"orchard-data-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"orchard-data-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "${input:evm-private-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs