Catalog
io.github.calademos/creditsync
OfficialTrack credit card benefits, welcome offers, loyalty points, and money deadlines. No bank login.
Track credit card benefits, welcome offers, loyalty points, and payment deadlines securely.
README not available yet.
Install
Configuration
Environment variables
CREDITSYNC_API_KEYrequiredsecretCreditSync API token (cs_ prefix), created at https://www.creditsync.pro/settings/api — requires a Pro subscription
claude_desktop_config.json
{
"mcpServers": {
"creditsync": {
"command": "npx",
"args": [
"-y",
"@creditsync-pro/mcp@1.20.1"
],
"env": {
"CREDITSYNC_API_KEY": "<YOUR_CREDITSYNC_API_KEY>"
}
}
}
}