Skip to main content
Glama
hosanxiv

KiasuMiles

by hosanxiv

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KIASUMILES_DATA_BACKENDNoData backend: 'auto' (Supabase if credentials present else demo CSVs) or 'supabase' (require Supabase). Default: auto.auto
KIASUMILES_SUPABASE_URLNoSupabase project URL for database backend.
KIASUMILES_RATE_LIMIT_REQUESTSNoRate limit requests per window (default: 30; 0 disables).30
KIASUMILES_SUPABASE_CARDS_TABLENoTable name for card rules (default: card_rules).card_rules
KIASUMILES_SUPABASE_MERCHANTS_TABLENoTable name for merchant MCC mappings (default: merchant_mcc).merchant_mcc
KIASUMILES_RATE_LIMIT_WINDOW_SECONDSNoRate limit window in seconds (default: 60).60
KIASUMILES_SUPABASE_SERVICE_ROLE_KEYNoSupabase service role key for database backend.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
kiasumiles_list_cardsA

List supported Singapore credit cards for local wallet setup.

Ask which banks the user has cards with first, then call this once per bank. Present card names only. Do not expose internal card IDs.

kiasumiles_configureB

Save or replace the user's KiasuMiles wallet on this device.

Use this after matching the card names the user carries. Include Amaze when mentioned. Confirm the saved card names in plain English. The hosted service does not store this wallet.

kiasumiles_get_walletA

Show the card names saved in the local KiasuMiles wallet.

kiasumiles_lookupA

Recommend the best saved card for a Singapore merchant.

The local wallet is attached automatically. Pass the exact merchant name plus outlet, channel, or category only when the user provides them. Never ask the user to repeat their saved cards.

kiasumiles_recommend_stackC

Review weak categories in the locally saved wallet.

kiasumiles_data_versionA

Return the current hosted card and merchant data version.

kiasumiles_agent_guideC

Return guidance for the persistent local KiasuMiles workflow.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hosanxiv/kiasumiles'

If you have feedback or need assistance with the MCP directory API, please join our Discord server