Skip to main content
Glama

Nowcerts-mcp

Vin.php971 B
<?php namespace BiegalskiLLC\NHTSAVehicleAPI\Services\Decode; use BiegalskiLLC\NHTSAVehicleAPI\Services\Service; use BiegalskiLLC\NHTSAVehicleAPI\Traits\HttpRequestTrait; /** * Class Vin * @package BiegalskiLLC\NHTSAVehicleAPI\Services\Decode */ class Vin extends Service { use HttpRequestTrait; /** * ListYears constructor. */ public function __construct() { parent::__construct(); } /** * @param string $vin * @return mixed|string * @throws \GuzzleHttp\Exception\GuzzleException */ public function decodeVin(string $vin) { $response = $this->httpRequest( $this->swapUrlVariables( $this->config['decode']['vin'] . '?format=json', [ ':VIN' => $vin ] ) ); if( isset($response['Results']) ){ return $response['Results']; } return $response; } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ReduceMyIns/Nowcerts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server