Catalog
io.github.pinz-byte/herald-vehicle-auction
OfficialPeru vehicle auction catalog and AVT market valuations for VMC Subastas
Peru vehicle auction catalog with AVT market valuations for VMC Subastas.
README not available yet.
Install
Configuration
Environment variables
HERALD_API_KEYAPI key for HERALD Feed (request from pinzon@subastop.com)
claude_desktop_config.json
{
"mcpServers": {
"herald-vehicle-auction": {
"command": "npx",
"args": [
"-y",
"@vmcsubastop/herald-mcp@1.0.2"
],
"env": {
"HERALD_API_KEY": "<YOUR_HERALD_API_KEY>"
}
}
}
}