Skip to content

Releases: hosanxiv/kiasumiles

KiasuMiles v1.0.2

Choose a tag to compare

@hosanxiv hosanxiv released this 09 Jul 22:00

What's new

  • Set up your cards once in supported local MCP clients.
  • Get recommendations using the latest KiasuMiles card and merchant rules.
  • Improved Codex plugin setup and wallet updates.

Verification

  • 101 automated checks passed.
  • The hosted health check and MCP connection check both returned 200.

KiasuMiles v1.0.1

Choose a tag to compare

@hosanxiv hosanxiv released this 07 Jul 06:23

Summary

  • Hosted recommendations are stateless and scoped to cards supplied in the current request.
  • Added a public ChatGPT Action REST adapter without server-side wallet storage.
  • Updated the repo-local Codex plugin configuration to use the hosted MCP endpoint.
  • Included the current hosted landing page and static asset updates.

Verification

  • Local test suite: 75 passed.
  • Public source-name scan: clean.
  • GitHub/Vercel PR checks: green.

v1.0.0 - Hosted MCP Launch

Choose a tag to compare

@hosanxiv hosanxiv released this 11 Jun 18:58

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