← plateharbor.com
INDIVIDUAL MCP TOOL
get_situation_guide
Get a state-specific special-situation guide such as new resident, duplicate title, or replacement plates.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.plateharbor-com]
url = "https://api.plateharbor.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"plateharbor-com": {
"type": "http",
"url": "https://api.plateharbor.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: plateharbor-com
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": {
"plateharbor-com": {
"url": "https://api.plateharbor.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"plateharbor-com": {
"type": "http",
"url": "https://api.plateharbor.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "plateharbor-com",
"transport": "streamable-http",
"url": "https://api.plateharbor.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_states— List states currently covered by the public PlateHarbor dataset.list_pages— List public renewal and emissions pages currently exposed by PlateHarbor.get_renewal— Get the state-level vehicle registration renewal record for a state slug.get_emissions— Get the county-level emissions record for a state slug and county slug.check_eligibility— Check whether a vehicle likely needs emissions testing and what path to take.