KiasuMiles
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KIASUMILES_DATA_BACKEND | No | Data backend: 'auto' (Supabase if credentials present else demo CSVs) or 'supabase' (require Supabase). Default: auto. | auto |
| KIASUMILES_SUPABASE_URL | No | Supabase project URL for database backend. | |
| KIASUMILES_RATE_LIMIT_REQUESTS | No | Rate limit requests per window (default: 30; 0 disables). | 30 |
| KIASUMILES_SUPABASE_CARDS_TABLE | No | Table name for card rules (default: card_rules). | card_rules |
| KIASUMILES_SUPABASE_MERCHANTS_TABLE | No | Table name for merchant MCC mappings (default: merchant_mcc). | merchant_mcc |
| KIASUMILES_RATE_LIMIT_WINDOW_SECONDS | No | Rate limit window in seconds (default: 60). | 60 |
| KIASUMILES_SUPABASE_SERVICE_ROLE_KEY | No | Supabase service role key for database backend. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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