Skip to content

v1.0.0 - Hosted MCP Launch

Choose a tag to compare

@hosanxiv hosanxiv released this 11 Jun 18:58
· 69 commits to main since this release

KiasuMiles v1.0.0 - Hosted MCP Launch

KiasuMiles is now a hosted MCP service for Singapore credit-card miles recommendations.

Instead of asking users to install and update a local app, agents can connect to:

https://kiasumiles.space/mcp

What’s New

  • Hosted Streamable HTTP MCP endpoint
  • Public landing page, privacy page, and health route
  • Stateless card recommendations: clients pass card IDs per request
  • No server-side wallet storage
  • Card-stack recommendations for finding gaps in a user’s current setup
  • Agent guide tool for clearer integration behavior
  • Per-IP rate limiting on the hosted MCP endpoint
  • Updated landing page and demo media with hosted-MCP framing
  • Slimmer Python package for development and hosted deployment workflows

MCP Tools

  • kiasumiles_lookup
  • kiasumiles_list_cards
  • kiasumiles_recommend_stack
  • kiasumiles_data_version
  • kiasumiles_agent_guide

The hosted service does not expose wallet configure or wallet read tools. Wallet/card-stack ownership stays with the client.

Verified

  • Hosted MCP initialize check returns 200
  • Hosted tools/list returns the expected hosted tool set
  • Test suite passes: 66 passed

Compatibility

Designed for MCP-capable clients, including:

  • Codex
  • ChatGPT with MCP support
  • Claude Code
  • OpenClaw
  • Hermes
  • Any client with Streamable HTTP MCP support