INDIVIDUAL MCP TOOL
get_booking_options
For one outfitter, return how a stay can be booked: booking mode (online payment on MyOutfitters, or a price request through MyOutfitters' anonymised relay), the packages that fit the party and the requested dates, indicative per-person rates when the listing is confirmed, the season window and the exact next step.
LIVE ENDPOINT
https://myoutfitters.ca/mcp
Connect to this endpoint to inspect the live schema for get_booking_options and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.myoutfitters]
url = "https://myoutfitters.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"myoutfitters": {
"type": "http",
"url": "https://myoutfitters.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: myoutfitters
Remote MCP URL: https://myoutfitters.ca/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"myoutfitters": {
"url": "https://myoutfitters.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"myoutfitters": {
"type": "http",
"url": "https://myoutfitters.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "myoutfitters",
"transport": "streamable-http",
"url": "https://myoutfitters.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_reference_data— List the values MyOutfitters understands for each search filter: provinces, regions, species, activity types, meal plan types, lodging types, access types, amenities, ZECs, major cities used as driving origins, and seasons.search— Free-text search over MyOutfitters' Canadian hunting and fishing outfitters (pourvoiries).fetch— Retrieve one MyOutfitters outfitter document by the id returned by `search` (e.search_outfitters— Find up to 10 Canadian hunting and fishing outfitters (pourvoiries) matching a traveller's criteria, using the same advanced filters as the website: activities, several species at once, province, region, ZEC, access type, driving distance from a major city, Collection Prestige, per-person nightly budget, lodging type, single-lodging capacity, bedrooms, two-person and one-person bed counts, meal plan, season and equipment/amenities.get_outfitter— Public profile of one outfitter: territory, species, season, and up to 8 summarised packages.check_availability— For up to 10 named outfitters, tell whether the requested dates fall in season and which packages fit the party.create_price_request— Send a traveller's enquiry to one outfitter through MyOutfitters' anonymised relay.