You're viewing a demo portfolio

Join the waitlist
PRSM

autopulse

Active

Tool of com.theaslangroupllc.pulse/pulsenetwork

declared in 1.1.0

AutoPulse: Automotive intelligence API — 10 endpoints powered by NHTSA, EPA, and live market data. Safety recalls, reliability analysis, DIY repair guides, vehicle comparison, market value, EV break-even, dealer Coverage: Global Endpoints: • vin-recall ($0.02): US safety recalls for a VIN — decode + NHTSA campaigns, deterministic • recall ($0.05): NHTSA safety recall lookup • problems ($0.10): Known problems and reliability analysis • repair ($0.10): DIY repair guide • compare ($0.10): Vehicle comparison • value ($0.08): Market value estimate • ev-breakeven ($0.10): EV break-even analysis vs. gas vehicle • negotiate ($0.10): Car buying negotiation guide • inspect ($0.08): Pre-purchase inspection checklist • parts ($0.08): Parts pricing and sourcing • tco ($0.15): Total cost of ownership (5-year) • financing ($0.12): Car financing / auto loan APR intelligence

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "action"
  ],
  "properties": {
    "apr": {
      "type": "string",
      "description": "APR percent — combine with amount + term_months for a deterministic monthly payment"
    },
    "job": {
      "type": "string",
      "description": "Repair job (e.g. brake-pads, oil-change, cabin-air-filter)"
    },
    "vin": {
      "type": "string",
      "description": "17-character VIN"
    },
    "lang": {
      "type": "string",
      "description": "lang"
    },
    "make": {
      "type": "string",
      "description": "make"
    },
    "part": {
      "type": "string",
      "description": "Part name (e.g. brake-pads, alternator, water-pump)"
    },
    "trim": {
      "type": "string",
      "description": "trim"
    },
    "year": {
      "type": "string",
      "description": "year"
    },
    "model": {
      "type": "string",
      "description": "model"
    },
    "state": {
      "type": "string",
      "description": "US state for state-level incentives and electricity rates"
    },
    "action": {
      "enum": [
        "vin-recall",
        "recall",
        "problems",
        "repair",
        "compare",
        "value",
        "ev-breakeven",
        "negotiate",
        "inspect",
        "parts",
        "tco",
        "financing"
      ],
      "type": "string",
      "description": "Which endpoint to call. Options: vin-recall | recall | problems | repair | compare | value | ev-breakeven | negotiate | inspect | parts | tco | financing"
    },
    "amount": {
      "type": "string",
      "description": "Loan principal — combine with apr + term_months for a deterministic monthly payment"
    },
    "country": {
      "type": "string",
      "description": "Country context for APR landscape and financing structures"
    },
    "mileage": {
      "type": "string",
      "description": "mileage"
    },
    "vehicle": {
      "type": "string",
      "description": "Vehicle descriptor (e.g. 2020-toyota-camry)"
    },
    "ev_model": {
      "type": "string",
      "description": "EV model name (e.g. Tesla Model 3, Chevrolet Bolt, Ford F-150 Lightning)"
    },
    "vehicles": {
      "type": "string",
      "description": "Comma-separated vehicles (e.g. Toyota RAV4,Honda CR-V,Mazda CX-5)"
    },
    "condition": {
      "type": "string",
      "description": "condition"
    },
    "gas_price": {
      "type": "string",
      "description": "Local gas price in $/gallon"
    },
    "credit_tier": {
      "type": "string",
      "description": "credit_tier"
    },
    "gas_vehicle": {
      "type": "string",
      "description": "Gas vehicle for comparison (e.g. Toyota Camry, Honda CR-V)"
    },
    "term_months": {
      "type": "string",
      "description": "Loan term in months, e.g. 36/48/60/72/84"
    },
    "annual_miles": {
      "type": "string",
      "description": "Annual mileage (default: 12,000)"
    },
    "down_payment": {
      "type": "string",
      "description": "down_payment"
    },
    "purchase_price": {
      "type": "string",
      "description": "Purchase price in USD"
    },
    "electricity_rate": {
      "type": "string",
      "description": "Local electricity rate in $/kWh"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.theaslangroupllc.pulse/pulsenetwork

https://github.com/GTCC777/mcp-pulsenetwork

2/7 registries
View full server →