INDIVIDUAL MCP TOOL
create_price_request
Send a traveller's enquiry to one outfitter through MyOutfitters' anonymised relay.
LIVE ENDPOINT
https://myoutfitters.ca/mcp
Connect to this endpoint to inspect the live schema for create_price_request 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 contains a write-action term.
- A tool name or description suggests sending messages.
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_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 and bedrooms, meal plan, season and 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.