Customs Dog
Rank #57,864io.github.capitalthought/customs-dog-mcp
Pet travel documents + border trip-readiness (cleared/caution/blocked) for AI assistants.
Customs Dog is a Model Context Protocol (MCP) server published by capitalthought. It ranks #57,864 of 115,591 servers tracked on MCP Toplist. Customs Dog is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 8, 2026 and most recently updated on Jun 8, 2026.
Ranks ahead of 57,727 of 115,591 servers on MCP Toplist.
Use Customs Dog
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http customs-dog-mcp https://customs.dog/mcpclaude mcp add customs-dog-mcp -e "CUSTOMS_DOG_API_KEY=<your CUSTOMS_DOG_API_KEY>" -- npx -y @capitalthought/customs-dog-mcpReplace each placeholder with your own value before saving.
[mcp_servers.customs-dog-mcp]
url = "https://customs.dog/mcp"Add to ~/.codex/config.toml.
[mcp_servers.customs-dog-mcp]
command = "npx"
args = ["-y", "@capitalthought/customs-dog-mcp"]
[mcp_servers.customs-dog-mcp.env]
CUSTOMS_DOG_API_KEY = "<your CUSTOMS_DOG_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://customs.dog/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"customs-dog-mcp": {
"command": "npx",
"args": [
"-y",
"@capitalthought/customs-dog-mcp"
],
"env": {
"CUSTOMS_DOG_API_KEY": "<your CUSTOMS_DOG_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"customs-dog-mcp": {
"url": "https://customs.dog/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"customs-dog-mcp": {
"command": "npx",
"args": [
"-y",
"@capitalthought/customs-dog-mcp"
],
"env": {
"CUSTOMS_DOG_API_KEY": "<your CUSTOMS_DOG_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"customs-dog-mcp": {
"type": "http",
"url": "https://customs.dog/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"customs-dog-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@capitalthought/customs-dog-mcp"
],
"env": {
"CUSTOMS_DOG_API_KEY": "<your CUSTOMS_DOG_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"customs-dog-mcp": {
"serverUrl": "https://customs.dog/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"customs-dog-mcp": {
"command": "npx",
"args": [
"-y",
"@capitalthought/customs-dog-mcp"
],
"env": {
"CUSTOMS_DOG_API_KEY": "<your CUSTOMS_DOG_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"customs-dog-mcp": {
"url": "https://customs.dog/mcp"
}
}
}{
"mcpServers": {
"customs-dog-mcp": {
"command": "npx",
"args": [
"-y",
"@capitalthought/customs-dog-mcp"
],
"env": {
"CUSTOMS_DOG_API_KEY": "<your CUSTOMS_DOG_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.capitalthought%2Fcustoms-dog-mcp)<a href="https://mcptoplist.com/server/io.github.capitalthought%2Fcustoms-dog-mcp"><img src="https://mcptoplist.com/badge/io.github.capitalthought%2Fcustoms-dog-mcp.svg" alt="MCP Toplist: #57,864 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
capitalthought
Other servers by capitalthought
View all capitalthought servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jun 8, 2026 |
Frequently asked questions
- Who maintains Customs Dog?
- Customs Dog is maintained by capitalthought, which publishes 4 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Customs Dog listed on the Official MCP Registry?
- Yes — Customs Dog is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Customs Dog have?
- MCP Toplist tracks 1 version of Customs Dog, most recently published on Jun 8, 2026.
- Where can I find the source code for Customs Dog?
- The source code for Customs Dog is hosted at github.com/capitalthought/customs-dog-mcp.