Skip to main content

MCP server for Pawgo pet travel data — airline policies & country requirements for AI assistants

Project description

Pawgo MCP Server

Real-time pet travel data for AI assistants. Connect Claude, ChatGPT, or any MCP-compatible AI to Pawgo's database of airline pet policies and country import requirements.

Pawgo tracks 130+ airlines and 100+ countries with 200+ requirement fields per entity — cabin/cargo rules, breed restrictions, carrier dimensions, vaccination requirements, quarantine rules, health certificates, fees, and more.

Why this exists

Pet travel information is scattered across airline PDFs, government websites, and outdated blog posts. Rules change constantly. Pet owners get conflicting answers and sometimes get turned away at the airport.

Pawgo's AI agent crawls official sources daily and structures everything into a single verified database. This MCP server makes that data available to any AI assistant, so when someone asks "Can I fly my French Bulldog on Delta?" — the AI gives an accurate, up-to-date answer.

Quick start

Install

pip install pawgo-mcp

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "pawgo": {
      "command": "pawgo-mcp",
      "args": []
    }
  }
}

Restart Claude Desktop. Ask: "What's Air France's pet policy?"

With API key (full data access)

{
  "mcpServers": {
    "pawgo": {
      "command": "pawgo-mcp",
      "args": [],
      "env": {
        "PAWGO_API_KEY": "your-key-here"
      }
    }
  }
}

Request a free API key at info.pawgo.fr/developers.

Tools

Tool Description
check_airline_policy Pet policy for a specific airline (cabin, cargo, breeds, fees)
check_country_requirements Import/export requirements for a country (vaccines, quarantine, permits)
compare_airlines Compare airlines by criteria: cabin, cargo, brachycephalic, cheapest
search_countries Search countries: no_quarantine, easiest, titer_test
get_coverage How many airlines and countries Pawgo tracks

Examples

Once connected, ask your AI assistant:

  • "Can I fly with my dog on Delta?"
  • "What do I need to bring my cat to Japan?"
  • "Which airlines allow French Bulldogs?"
  • "What are the easiest countries for pet import?"
  • "Does Australia require a quarantine for dogs?"

How it works

This MCP server calls the Pawgo public API — no database access or credentials required. The API provides real-time data from Pawgo's continuously updated database.

For personalized trip computation — combining your specific pet, airline, origin country, destination country, and travel dates into a complete compliance checklist — visit www.pawgo.fr.

Environment variables

Variable Default Description
PAWGO_API_BASE https://info.pawgo.fr/api/v1 API base URL
PAWGO_API_KEY (none) API key for full data access
MCP_TRANSPORT stdio Transport: stdio or sse
MCP_PORT 8001 Port for SSE transport

API

This server uses the Pawgo public REST API. You can also call it directly:

# Get Air France pet policy
curl https://info.pawgo.fr/api/v1/airlines/AF

# Get Japan import requirements
curl https://info.pawgo.fr/api/v1/countries/JP

# See all endpoints
curl https://info.pawgo.fr/api/v1/openapi.json

Full API docs: info.pawgo.fr/developers

Data coverage

  • 130+ airlines — cabin, checked, cargo policies for dogs and cats
  • 100+ countries — import/export requirements (microchip, rabies, titer test, health certificate, quarantine, import permit, breed restrictions)
  • Updated daily by Pawgo's AI crawling agent
  • Completeness scored — every record has a quality score (0-100%)

Links

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pawgo_mcp-1.0.0.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pawgo_mcp-1.0.0-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file pawgo_mcp-1.0.0.tar.gz.

File metadata

  • Download URL: pawgo_mcp-1.0.0.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for pawgo_mcp-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a68a0291f86f84371d851286b2b515419a2a6f255173e84c1c87e1ef4692bdee
MD5 347d4b8dea922a2e2cac93c2396f77bf
BLAKE2b-256 7af9125618972c56181a3d2ef2db39c67e527a2b08bb51b85cef7601a3db9083

See more details on using hashes here.

File details

Details for the file pawgo_mcp-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: pawgo_mcp-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for pawgo_mcp-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a15e269083dc38bdba99cae45477332070de3d9a5d51296dde3105e15961169a
MD5 7155f5db40dd1a3686ed1e8f35d132a8
BLAKE2b-256 afc1392f7cc8a68225bc7c5d0fe3d07c87441cf6b824a4c9c2ba3639c8f3384c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page