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.
| Parameter | Type | Required | Description |
|---|
vertical | string | No | sim, broadband, energy, flights, hotels, insurance |
provider | string | No | Filter by provider name |
max_price | number | No | Maximum monthly price in GBP |
min_data_gb | number | No | Minimum data allowance in GB |
contract_months | number | No | Contract length, where 0 means rolling |
recommend
Record a recommendation and log the attribution event. This is how commission is earned.
| Parameter | Type | Required | Description |
|---|
session_id | string | Yes | Session ID from search_offers |
offer_id | string | Yes | ID of the offer to recommend |
context | string | No | Why this offer was recommended |
checkout
Initiate checkout for a recommended offer.
| Parameter | Type | Required | Description |
|---|
session_id | string | Yes | Session ID from search_offers |
recommendation_id | string | Yes | Recommendation ID from recommend |