herald vehicle auction for Cursor
io.github.pinz-byte/herald-vehicle-auction
VMC Peru auctions, AVT valuations and SubasBlog guides for buyers and sellers of idle assets.
client:Cursor
transport:stdio
runtime:npm
Install herald vehicle auction in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"herald-vehicle-auction": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vmcsubastop/herald-mcp"
],
"env": {
"HERALD_CONSUMER_ID": "<HERALD_CONSUMER_ID>",
"HERALD_REGISTRATION_KEY": "<HERALD_REGISTRATION_KEY>",
"HERALD_API_KEY": "<HERALD_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs