Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rako.sh/llms.txt

Use this file to discover all available pages before exploring further.

MCP Tools

The Rako MCP server exposes three core tools.

search_offers

Search for product offers by vertical, price, allowance, provider, or contract length.
ParameterTypeRequiredDescription
verticalstringNosim, broadband, energy, flights, hotels, insurance
providerstringNoFilter by provider name
max_pricenumberNoMaximum monthly price in GBP
min_data_gbnumberNoMinimum data allowance in GB
contract_monthsnumberNoContract length, where 0 means rolling

recommend

Record a recommendation and log the attribution event. This is how commission is earned.
ParameterTypeRequiredDescription
session_idstringYesSession ID from search_offers
offer_idstringYesID of the offer to recommend
contextstringNoWhy this offer was recommended

checkout

Initiate checkout for a recommended offer.
ParameterTypeRequiredDescription
session_idstringYesSession ID from search_offers
recommendation_idstringYesRecommendation ID from recommend