🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vmcsubastop/herald-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vmcsubastop/herald-mcp

MCP server for HERALD Feed — vehicle auction catalog and market valuations for Peru (VMC Subastas + AVT)

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

HERALD MCP Server

MCP server for HERALD Feed — vehicle auction catalog and market valuations for Peru.

What it does

Gives AI agents (Claude, Gemini, etc.) direct access to:

  • VMC Subastas auction catalog — live vehicle inventory with prices, auction status, and seller info
  • AVT market valuations — conservative/market/optimistic price ranges for any make/model/year in Peru
  • New listing monitoring — recently published vehicles entering the market
  • Comparable data — VMC auction history + MercadoLibre listings backing each valuation

All prices in USD. Data updates in real-time via webhooks.

Tools

ToolDescription
herald_search_vehiclesBrowse/filter the auction catalog (make, category, price, status)
herald_get_lotFull details for a specific lot by ID
herald_new_listingsRecently published vehicles (last N hours)
herald_market_valueAVT valuation for make/model/year — price range + sell signal
herald_market_coverageAvailable makes/models in the catalog
herald_healthFeed status, total lots, freshness

Setup

npm install
npm run build

Configuration

Set your API key:

export HERALD_API_KEY=your-key-here

Request an API key: pinzon@subastop.com

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "herald": {
      "command": "node",
      "args": ["/path/to/herald-mcp/dist/index.js"],
      "env": {
        "HERALD_API_KEY": "your-key-here"
      }
    }
  }
}

Usage with Claude Code

claude mcp add herald -- node /path/to/herald-mcp/dist/index.js

Attribution

Market valuations powered by AVT (Active Value Tracker) by Subastop S.A.C. Platform: VMC Subastas — Peru's leading vehicle auction platform.

Keywords

mcp

FAQs

Package last updated on 08 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts