← Back to browse

herald-vehicle-auction

Indexed by io.github.pinz-byte

About

Peru vehicle auction catalog and AVT market valuations for VMC Subastas

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsHERALD_API_KEY
Claude Code
claude mcp add --env HERALD_API_KEY= herald-vehicle-auction -- npx @vmcsubastop/herald-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"herald-vehicle-auction","command":"npx","args":["@vmcsubastop/herald-mcp"],"env":{"HERALD_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "herald-vehicle-auction": {
      "command": "npx",
      "args": [
        "@vmcsubastop/herald-mcp"
      ],
      "env": {
        "HERALD_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.