Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.capitalthought/customs-dog-mcp

io.github.capitalthought/customs-dog-mcp

Pet travel docs + border readiness. Keyless: look up entry rules + sign up. Keyed: household docs.

Uptime
100.0%
1 direct probes · 30d
Response
846ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

customs_check_rules

Per-destination pet border-entry requirements — NO account needed. What documents a dog needs to enter a country and re-enter the US. Use this to answer 'what does my pet need to travel to X?' for any…

customs_start_signup

Start a FREE customs.dog account for a NEW user by email and send them a magic sign-in link (no password). Use this to onboard someone who wants to store and track their pet's travel documents after y…

customs_prep

Validate the session, confirm the pet roster, report health. Call first.

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. NEVER assert clearance without this. (For rules without an account, use customs_check_rules.)

customs_upcoming_trips

Upcoming trips from the household's connected travel calendar (TripIt/Flighty/Google/Apple), each with per-pet readiness (cleared/caution/blocked). Use to proactively flag paperwork needed before trav…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.capitalthought/customs-dog-mcp": {
      "url": "https://customs.dog/mcp",
      "transport": "streamable-http"
    }
  }
}