Pawgo MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Port for SSE transport | 8001 |
| MCP_TRANSPORT | No | Transport: stdio or sse | stdio |
| PAWGO_API_KEY | No | API key for full data access | |
| PAWGO_API_BASE | No | API base URL | https://info.pawgo.fr/api/v1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_airline_policyA | Check pet travel policy for a specific airline by IATA code (e.g., AA, DL, LH, AF). Returns cabin and cargo policies, breed restrictions, carrier limits, and fees. |
| check_country_requirementsA | Check pet import/export requirements for a country by ISO code (e.g., US, FR, JP, AU). Returns vaccination, microchip, health certificate, quarantine, and permit requirements. |
| compare_airlinesA | Compare airlines by criteria: 'cabin' (allow cabin pets), 'cargo' (offer cargo), 'brachycephalic' (allow snub-nosed breeds), 'cheapest' (lowest fees). Returns a ranked list of airlines matching the criteria. |
| search_countriesA | Search countries by criteria: 'no_quarantine', 'easiest' (fewest requirements), 'titer_test' (require titer test). Returns countries matching the criteria. |
| get_coverageA | Get Pawgo's data coverage: how many airlines and countries are tracked. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/giopawgofr/pawgo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server