FISHERMANS-LODGE · MCP
Model Context Protocol server for fishing holidays
Our public MCP catalogue lets compatible AI assistants search published fishing accommodation, activities, equipment and holiday packages, then open the original listing for complete details.
Connect your assistant
Use this production endpoint in an MCP-compatible client:
https://www.fishermans-lodge.com/api/catalogue/mcp
Transport: Streamable HTTP. Authentication: none. The public catalogue is available without an account.
- Add a remote MCP connection in your client. In ChatGPT, this requires an account with Developer Mode and custom MCP connections available.
- Enter the endpoint above, choose no authentication, and scan the tools. You should see search_offers, get_offer, check_offer_availability and present_offers.
- Enable the connection in your conversation, then ask it to find and compare fishing holiday offers.
OpenAI’s current ChatGPT connection instructions
Opening the endpoint directly in a browser may return “Method not allowed” (HTTP 405). A browser GET request does not perform an MCP connection; use an MCP client.
Four read-only tools
search_offers- Search published offers and return structured facts, official images, starting rates with their billing units, and original website links.
get_offer- Retrieve one offer using the exact id from search_offers and an optional locale. A null result means the offer is not in the current public catalogue.
check_offer_availability- Check one selected offer for exact dates. The result is advisory, and the website checks availability again before an enquiry or booking request is submitted.
present_offers- Present one to six selected offers as official image cards with localized buttons to view details, select dates or send an enquiry on FISHERMANS-LODGE.
Supported search inputs
categoryaccommodations · activities · equipment · fullservicelocale · country- locale: de, en, fi or sv (default en). country: FI or SE. Missing translations can fall back to English; responses identify the text languages.
query · region · fishSpecies- query matches words in bounded localized excerpts. region is an exact province id or Finland map-region id. fishSpecies uses stored keys such as pike, perch or zander_pike_perch.
guests · boatAvailable- guests: 1–100. boatAvailable: true or false. Unknown capacity or location does not match a corresponding filter. An available boat is not necessarily included in the price.
priceUnit · minStartingPriceEur · maxStartingPriceEur- Starting-price bounds require one comparable billing unit. They are not a total-trip budget or a quote for particular dates and guests.
limit · offset- limit: 1–20 (default 10). offset: 0–10,000 (default 0). Follow nextOffset for the next page; response size limits can return fewer offers than requested.
Example inputs for search_offers
{
"locale": "en",
"category": "accommodations",
"fishSpecies": "pike",
"guests": 4,
"boatAvailable": true,
"priceUnit": "night",
"maxStartingPriceEur": 250,
"limit": 5
}What the catalogue can tell you
- Search does not bulk-filter offers by dates. Accommodation and equipment results can include a fresh rolling-horizon summary; check_offer_availability checks the user's exact dates for one selected offer at a time.
- Prices are starting rates with explicit billing units, not a total trip price or a date-specific quote. Compare units before comparing amounts.
- Descriptions and feature lists are excerpts. Missing facts remain unknown. Check the original listing for complete details, dates and booking options.
- These tools cannot create bookings, enquiries, reservations or payments, or access customer information.
Information for agents and developers
These public resources describe the website and its MCP connection:
- llms.txt — a short website and catalogue guide
- MCP endpoint — the Streamable HTTP protocol endpoint for compatible clients
These links make the catalogue easier to find and understand. They do not automatically attach the MCP server to a chatbot or mean that it is already published in a plugin directory.
Explore on the website
You can also browse offers and guides directly, including when your assistant has no MCP connection.
