← customs.dog

INDIVIDUAL MCP TOOL

customs_check_rules

Per-destination pet border-entry requirements — NO account needed.

customs.dognone authenticationAvailability not checked

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

customs.dog

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.customs-dog]
url = "https://customs.dog/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "customs-dog": {
      "type": "http",
      "url": "https://customs.dog/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: customs-dog
Remote MCP URL: https://customs.dog/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": {
    "customs-dog": {
      "url": "https://customs.dog/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "customs-dog": {
      "type": "http",
      "url": "https://customs.dog/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "customs-dog",
  "transport": "streamable-http",
  "url": "https://customs.dog/mcp"
}
MCP Inspector

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

Related tools

  • customs_start_signup — Start a FREE customs.
  • customs_prep — Validate the session, confirm the pet roster, report health.
  • customs_overview — Counts of pets/documents by status, what's expiring soon, recent household activity, and MCP usage stats (per-tool call counts, public-tier reach, verdict distribution).
  • customs_list_pets — List the household's pets (source of pet_id).
  • customs_list_documents — List documents for a pet.
  • customs_check_trip_readiness — Cleared / caution / blocked for pet + destination + return_date.
  • customs_upcoming_trips — Upcoming trips from the household's connected travel calendar (TripIt/Flighty/Google/Apple), each with per-pet readiness (cleared/caution/blocked).