开源MCP工具:Kiasu Miles 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
Kiasu Miles 是一款开源的MCP工具,专门用于优化新加坡信用卡积分。它实时监测信用卡积分,帮助用户最大化积分收益。
开源MCP工具:Kiasu Miles 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
Kiasu Miles 是一款开源的MCP工具,专门用于优化新加坡信用卡积分。它实时监测信用卡积分,帮助用户最大化积分收益。
开源MCP工具:Kiasu Miles 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/hosanxiv/kiasumiles
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp---kiasu-miles": {
"command": "npx",
"args": ["-y", "kiasumiles"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 开源MCP工具:Kiasu Miles 执行以下任务... Claude: [自动调用 开源MCP工具:Kiasu Miles MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp___kiasu_miles": {
"command": "npx",
"args": ["-y", "kiasumiles"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p align="center"> <a href="https://haohao.zo.space/kiasumiles"> <img src="https://raw.githubusercontent.com/hosanxiv/kiasumiles/main/assets/kiasumiles-hero.png" alt="KiasuMiles landing page hero" width="100%"> </a> </p>
<p align="center"> <a href="https://haohao.zo.space/kiasumiles"><strong>View the live landing page and 60s demo</strong></a> </p>
"Which card do I use again?"
If you're in the miles game, you've asked this at least once - standing at the cashier, not quite sure if this is the 4 mpd card or the 1.2 mpd one.
KiasuMiles answers it over MCP. Point your agent at the hosted endpoint, send the cards you actually carry with each request, and get back the card that earns the most at the merchant in front of you.
Hosted MCP endpoint: https://kiasumiles.space/mcp
---
KiasuMiles is built by Hosan, founder of The AI Burrow, Singapore's applied AI collective for teams and builders who want to move past the hype and actually deploy.
MIT License
Copy and paste this:
Use KiasuMiles. First help me set up my card stack.
Ask me which banks I have cards with, show me the matching supported cards,
then remember my selected cards for future KiasuMiles lookups.
Your "card stack" just means the credit cards you actually carry.
Connect your MCP-capable agent to:
https://kiasumiles.space/mcp
Then talk to your agent in plain English.
KiasuMiles does not keep a wallet on its server. Your agent or app keeps your card list and sends it with each question.
Use this prompt when setting up for the first time:
Use KiasuMiles to set up my card stack.
Ask me which banks I use first.
Then list supported cards for those banks only.
After I choose my cards, use that card stack for future KiasuMiles lookups.
If your agent forgets your cards, just run the setup prompt again.
You do not need to know card IDs. The agent should handle that mapping for you.
The repo carries a local Codex plugin at plugins/kiasumiles and a repo marketplace at .agents/plugins/marketplace.json. The plugin bundles the MCP config, a skill for checkout recommendations, and display guidance so Codex doesn't surface card IDs, MCC codes, or raw technical fields at the user.
In Codex, add the repo marketplace, install KiasuMiles, then ask:
"What card should I use at NTUC FairPrice?"
---
Kiasu Miles 是一款功能齐全的MCP工具,值得关注,但仍需要进一步优化和完善。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,开源MCP工具:Kiasu Miles 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | kiasumiles |
| 原始描述 | 开源MCP工具:Kiasu Miles — A Singapore credit card rewards optimization MCP. Real-time card m。⭐30 · Python |
| Topics | mcpcredit-card-milespython |
| GitHub | https://github.com/hosanxiv/kiasumiles |
| License | MIT |
| 语言 | Python |
收录时间:2026-06-11 · 更新时间:2026-06-11 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端