perun-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@perun-mcpFind cheap flights from Warsaw to Gdańsk for a week in June"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
perun-mcp
An MCP (Model Context Protocol) server for Perun.search — a Polish trip planner that finds cheap flights and pairs each destination with the nearest InPost parcel locker and hotel, so you can ship your luggage ahead instead of paying airline baggage fees.
This is a thin HTTP client: it contains no trip-planning logic of its
own. Every tool call is a plain GET request against the public API at
https://perunsearch.tours/api, and the JSON response is returned as-is to
your agent. All flight/locker/pricing logic lives server-side.
Quickstart
git clone https://github.com/swiru95/perun-mcp
cd perun-mcp
pip install -r requirements.txt # or: uv pip install -r requirements.txtRegister with Claude Code
claude mcp add perun -- python /path/to/perun-mcp/server.pyClaude Desktop / other stdio clients
Add to your MCP client config:
{
"mcpServers": {
"perun": {
"command": "python",
"args": ["/path/to/perun-mcp/server.py"]
}
}
}Pointing at a different API base (optional)
By default the server calls https://perunsearch.tours/api. Override with:
export PERUN_API_BASE="https://your-host/api"Related MCP server: Jinko Hotel Booking MCP Server
Tools
Tool | Description |
| List departure airports (IATA, city, country). |
| Cheapest flights from |
| Live fare lookup for one specific route/date (all covered airlines). Budget-limited server-side and cached — use sparingly. |
| LOT domestic "fly to" destinations from a given Polish airport. |
| Currently popular/recently priced routes, plus fare-lookup budget status. |
All tools raise a clear error (with the API's error message, when present)
on a non-200 response.
Disclaimer
Prices, availability, and locker/hotel data returned by these tools are indicative only and sourced live from third parties (airlines, InPost, hotel providers) — they are not guaranteed and may change before you book. Booking links included in results point to the airline/provider directly; Perun.search does not process payments or bookings itself.
See the full terms at perunsearch.tours/regulamin.html.
Fair use
This server calls the public Perun.search API. Please be a good citizen:
avoid hammering route_fares (it triggers live, budget-limited third-party
lookups) and prefer plan_trip for broad searches.
License
MIT — see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Give AI assistants access to real-time data. Search the web, compare flights, find hotels, and more.
Travel tools for AI agents: plan and edit real trips, search stays and tours, import travel videos.
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
Furgonetka MCP Server is an extension for LLMs (such as Claude) that integrates AI assistants with Poland's most popular courier brokerage platform. The server enables models to interact directly with services from various couriers (including InPost, DPD, DHL, UPS, and Poczta Polska) through a single, unified interface. With this integration, your AI stops just "writing about logistics" and starts actually managing it.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables LLMs to perform travel-related tasks by interacting with Google Maps and travel planning services including location search, place details, and travel time calculations.520 npm99MIT
- AlicenseAqualityDmaintenanceEnables AI agents to search, browse, and book hotels from a database of 2 million properties worldwide. Provides comprehensive hotel search capabilities with location lookup, filtering by amenities, detailed property information, and integrated booking functionality.66 npm1ISC
- AlicenseAqualityFmaintenanceConnects AI agents to Google Flights data, enabling retrieval of flight information, cheapest options, time-filtered flights, and best recommendations.429MIT
- FlicenseNot gradedqualityDmaintenanceEnables real-time hotel search and pricing data from Booking.com for AI agents and Claude.2 npm2-