← WebMCP Directory

Tool tree

farel.io

Travel & Events
https://farel.io/
Run your airline on one platform. Farel unifies PSS, IBE, DCS, and B2B with a built-in AI assistant to grow direct sales and automate ops. Get a personalized demo and pricing.
Explore capabilities

Tools verified

page: Every page

farel_find_platform_moduleAnswer

Search Farel's airline platform modules (reservations, inventory, departure control, distribution, revenue management, payments, finance, weight and balance, AI copilot) and return the best matches with their URLs. Use this when the user asks what Farel does or asks about a specific airline system capability.

View tool JSON
{
  "name": "farel_find_platform_module",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search Farel's airline platform modules (reservations, inventory, departure control, distribution, revenue management, payments, finance, weight and balance, AI copilot) and return the best matches with their URLs. Use this when the user asks what Farel does or asks about a specific airline system capability.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "What the user is looking for, e.g. 'check-in', 'revenue management', 'booking engine'."
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
farel_get_pricing_modelAnswer

Explain how Farel charges: one fee per boarded passenger with every module included, annual contracts, and no change orders. Returns what is and is not covered. Note the published rate is intentionally not disclosed — route to farel_request_demo for an actual quote.

View tool JSON
{
  "name": "farel_get_pricing_model",
  "kind": "answer",
  "impl": "imperative",
  "description": "Explain how Farel charges: one fee per boarded passenger with every module included, annual contracts, and no change orders. Returns what is and is not covered. Note the published rate is intentionally not disclosed — route to farel_request_demo for an actual quote.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
farel_request_demoAnswer

Return the URL and guidance for requesting a Farel demo. Use when the user is ready to talk to the team or wants a real price. Returns instructions only — the agent must not submit the form on the user's behalf.

View tool JSON
{
  "name": "farel_request_demo",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return the URL and guidance for requesting a Farel demo. Use when the user is ready to talk to the team or wants a real price. Returns instructions only — the agent must not submit the form on the user's behalf.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
farel_list_pagesAnswer

List published farel.io pages with titles, descriptions and URLs, optionally filtered to one section. Use this to navigate the site or to find a page not covered by the other tools.

View tool JSON
{
  "name": "farel_list_pages",
  "kind": "answer",
  "impl": "imperative",
  "description": "List published farel.io pages with titles, descriptions and URLs, optionally filtered to one section. Use this to navigate the site or to find a page not covered by the other tools.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "category": {
        "type": "string",
        "description": "Optional section filter. Omit to list every page."
      }
    }
  },
  "page": "/"
}