← Registry

Data Collection

plateharbor.com

Provides access to vehicle registration renewal and emissions data across US states and counties.

1 endpoint6 known toolsFirst detected May 13, 2026Last detected September 17, 2026

ENDPOINT 1

https://api.plateharbor.com/mcp

No auth detected

MCP server metadata

Name
plate-harbor-mcp
Version
0.1.0
Capabilities
tools
Server instructions

Use PlateHarbor tools for read-only renewal, special-situation, emissions, and eligibility data. State and county values should be passed as slugs such as colorado, denver, or maricopa.

Known tools 6

list_states

List states currently covered by the public PlateHarbor dataset.

Inferred read-only
list_pages

List public renewal and emissions pages currently exposed by PlateHarbor.

Inferred read-only
get_renewal

Get the state-level vehicle registration renewal record for a state slug.

Inferred read-only
get_situation_guide

Get a state-specific special-situation guide such as new resident, duplicate title, or replacement plates.

Inferred read-only
get_emissions

Get the county-level emissions record for a state slug and county slug.

Inferred read-only
check_eligibility

Check whether a vehicle likely needs emissions testing and what path to take.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.plate-harbor-mcp]
url = "https://api.plateharbor.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "plate-harbor-mcp": {
      "type": "http",
      "url": "https://api.plateharbor.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: plate-harbor-mcp
Remote MCP URL: https://api.plateharbor.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "plate-harbor-mcp": {
      "url": "https://api.plateharbor.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "plate-harbor-mcp": {
      "type": "http",
      "url": "https://api.plateharbor.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "plate-harbor-mcp",
  "transport": "streamable-http",
  "url": "https://api.plateharbor.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for plateharbor.com was fetched 2026-08-23T21:26:57.253Z and is being refreshed.

Trust status Neutral

plateharbor.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.