taiwan-card-rewards-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@taiwan-card-rewards-mcprecommend a Taiwan card for my upcoming Japan travel purchases"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
taiwan-card-rewards-mcp
An AionCore-external, dependency-light contract and deterministic evaluator for Taiwan credit-card rewards. The evaluator remains pure; the taiwan-card-rewards-mcp stdio server adds a tenant-bound JSON durable store for cards, offer snapshots/rules, and actual transactions. It never stores PAN, CVV, OTP, cookies, bank credentials, or provider keys.
Startup contract (file-backed npx mode)
The executable must require --data-dir <absolute-directory>. Startup securely creates a missing directory (including nested parents), then canonicalizes it with the filesystem real path; it rejects non-directory paths, filesystem roots, unreadable paths, and unknown startup arguments. The AI Agent or UI obtains and parses bank pages, images, or PDFs before submitting structured snapshots; the MCP does not make outbound network requests. This canonical directory is the sole tenant boundary and must be passed to every persistence operation; tools cannot override it. --user, if accepted, is display metadata only and never an authorization or storage selector. Reusing one data-dir is an explicit decision to share its data. Never store PAN, CVV, OTP, bank credentials, or provider keys.
The store takes an exclusive process lock (card-rewards.lock) for the lifetime of the stdio process. A second process using the same directory is rejected, including after an unclean shutdown; stale locks must be investigated and removed by an operator only after confirming that no process owns the directory.
Related MCP server: AgentHiring AI Recruiting Server
Run as an Aion stdio MCP server
Build with npm run build, then configure Aion's stdio MCP server with command npx (or the installed taiwan-card-rewards-mcp binary) and arguments --data-dir /absolute/tenant-directory. GitHub source installs are supported with npx --yes github:acetaxxxx/taiwan-card-rewards-mcp#main; npm runs the package prepare script to build dist/. Pin a release tag such as #v0.4.0 for repeatable use. The process reads newline-delimited JSON-RPC from stdin and writes responses to stdout; it does not open an HTTP/SSE listener. Each user must receive a separate process and data directory. Reusing one data directory is explicit shared tenancy; --user is display metadata only.
Schema v2 (package/server 0.4.0) exposes 8 base reward tools plus get_user_benefit_status and upsert_user_benefit_status (10 tools total) for confirmed card switches and campaign registrations. For comprehensive workflow instructions, see the AI Agent Usage Guide. Planned transactions never mutate the store. Repeated actual calls require the same idempotency key and payload; mismatches fail closed. Refunds must reference an existing recorded transaction.
Boundaries
Money uses integer minor units; percentage rewards use basis points; FX uses a captured parts-per-million rate.
evaluateOfferis pure. Planned transactions never mutate usage. Actual transactions require an idempotency key; refunds require a source transaction id and original reward amount.Missing merchant/channel/payment/currency/date facts, missing cap usage, stale or unreviewed rules, and missing FX snapshots return
unknown,stale, orneeds_review; callers must not turn those into a confident recommendation.The file store is intentionally a narrow Phase 1 implementation. The future auth-aware sidecar can replace it while preserving the evaluator and MCP names.
Planning and documentation
The design, research, specifications, and agent usage guides are kept under docs/:
docs/agents/usage-guide.md— AI Agent usage guide for installation, workflows, and fail-closed safetydocs/agents/skill-authoring-guide.md— general guidance for creating a portable card-rewards agent skilldocs/agents/card-rewards-skill-template.md— copyable skill template without private configurationschemas/card-rewards-state.schema.json— persistedcard-rewards.jsonJSON Schema (schemaVersion 2; incompatible older data requires explicit migration/reset)docs/design/codebase-design.md— package boundaries and implementation seamdocs/adr/0001-independent-card-rewards-domain-and-agent-supplied-rules.md— domain and rule-source decisionsdocs/research/taiwan-credit-cards-official-research.md— first-party source researchdocs/specs/taiwan-card-rewards-mcp-reference-study.md— reference-project comparison and product plandocs/specs/card-rewards-mcp-repository.md— independent-repository and Aion integration contractdocs/integration/CARD_REWARDS_SKILL_BINDING_PLAN.md— planned Skill/Agent binding; not an installed Skill
TDD and CI strategy
GitHub Actions runs on Ubuntu 24.04 with Node 22.14.0: npm ci --ignore-scripts, npm run typecheck, npm run build, and npm test. The workflow is path-scoped to this package and uses the committed lockfile; it never invokes npx without a pinned package version. Fixtures should cover exact-match, missing condition, stale rule, cap exhaustion, planned-vs-actual non-mutation, duplicate idempotency, refund, currency mismatch, FX conversion, and deterministic Top-5 ties. Keep bank-specific rules out of the core tests.
Sidecar migration notes
The Phase 0 types are designed to serialize directly into a future auth-aware HTTP sidecar. Add repositories for cards, offer_source_snapshots, offer_rule_versions, transactions, and cap_usage; require a signed Aion user context at the boundary; enforce unique (user_id, idempotency_key); preserve rule/source versions; and reject missing/expired/conflicting data. The sidecar may expose the same MCP names while keeping the evaluator pure.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Tenzro Network MCP server: wallet, identity, payments, inference, staking, bridges, verification.
A paid remote MCP for ZeroLang, built to return verdicts, receipts, usage logs, and audit-ready JSON
Remote MCP for Living Stack offer discovery and buyer-authorized checkout preparation.
Log, query, and edit expenses, budgets, and accounts in Manilo from any MCP-compatible AI assistant.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP stdio server for controlling local Anki via AnkiConnect. Enables LLMs to manage Anki decks and notes through a standardized tool interface.1116MIT
- AlicenseNot gradedqualityBmaintenanceExposes core recruiting tools such as candidate ranking, profile retrieval, honeypot audits, and job description parsing via stdio protocol.MIT
- AlicenseNot gradedqualityCmaintenanceEnables access to RDW vehicle and Dutch address data packs by automatically handling x402 payments using the buyer's own wallet key, running locally as a stdio MCP server.MIT
- AlicenseNot gradedqualityBmaintenanceLocal stdio credential broker that securely stores Nanoseil Identity API keys and forwards MCP JSON-RPC to allowed production endpoints, keeping credentials out of client configuration.10MIT
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/acetaxxxx/taiwan-card-rewards-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server