Data Collection
plateharbor.com
Provides access to vehicle registration renewal and emissions data across US states and counties.
ENDPOINT 1
https://api.plateharbor.com/mcp
MCP server metadata
- Name
- plate-harbor-mcp
- Version
- 0.1.0
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_pagesList public renewal and emissions pages currently exposed by PlateHarbor.
Inferred read-onlyget_renewalGet the state-level vehicle registration renewal record for a state slug.
Inferred read-onlyget_situation_guideGet a state-specific special-situation guide such as new resident, duplicate title, or replacement plates.
Inferred read-onlyget_emissionsGet the county-level emissions record for a state slug and county slug.
Inferred read-onlycheck_eligibilityCheck whether a vehicle likely needs emissions testing and what path to take.
Inferred read-onlyCONNECT 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.
plateharbor.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.