io.github.capitalthought/customs-dog-mcp
io.github.capitalthought/customs-dog-mcpPet travel docs + border readiness. Keyless: look up entry rules + sign up. Keyed: household docs.
Tools · 8
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…
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…
Validate the session, confirm the pet roster, report health. Call first.
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).
List the household's pets (source of pet_id).
List documents for a pet.
Cleared / caution / blocked for pet + destination + return_date. NEVER assert clearance without this. (For rules without an account, use customs_check_rules.)
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…
Similar MCP servers embedding-nearest
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"
}
}
}