AwardWallet Connector for AI agents.
9 live capabilities
Manage frequent flyer miles and hotel rewards through natural conversation.
Waiting for input…
Why people use AwardWallet
AwardWallet Travel Rewards Management for Busy Teams
This Connector lets you skip the tabs. You just ask your agent what's on the schedule or what the current point balance is. You get a clear answer instantly, which means you spend less time on data entry and more time actually planning.
What Vinkius changes
You get a unified view of all your travel rewards and schedules without leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking VIP point balances
A travel assistant needs to know if a VIP has enough points for a flight.
- Real-world use case 02
Auditing past corporate travel
An admin wants to see every trip a specific employee took last year.
- Real-world use case 03
Managing authorized permissions
A business owner wants to see who has linked their accounts.
Complete set · 9capabilities
The complete AwardWallet capability set.
These are the exact actions your AI can choose when you ask it to work with AwardWallet.
01—03
3 capabilities in this set.
Part of 9 available through AwardWallet.
- 01 Capability
Get account check
This capability verifies your AwardWallet Business API connection. It's the first thing you run to make sure your setup is correct.
- 02 Capability
Get user accounts
This capability shows a list of all the different loyalty programs linked to a single user. You can see everything from airlines to hotels at once.
- 03 Capability
Get user itineraries
This capability pulls the full details for a specific user's trips. It includes confirmation numbers and specific travel plans.
04—06
3 capabilities in this set.
Part of 9 available through AwardWallet.
- 04 Capability
Get user timeline
This capability retrieves a chronological list of a user's past and future travel. It helps you see the big picture of where they've been and where they're going.
- 05 Capability
List connected users
This capability lists everyone who has authorized your business account. Use it to manage who has access to your data.
- 06 Capability
List loyalty providers
This capability lists all the different rewards programs that the Connector can connect to. It's a quick way to see what's supported.
07—09
3 capabilities in this set.
Part of 9 available through AwardWallet.
- 07 Capability
Create auth url
This capability generates a unique link for your users. They'll click it to give your business permission to see their rewards.
- 08 Capability
Get account details
This capability pulls the specific balance and status for a loyalty account. It's great for checking how many points someone has left.
- 09 Capability
Get account history
This capability retrieves all past activity for a specific reward program. It helps you see how points were earned or spent over time.
Set up in minutes
One URL. Then ask AwardWallet to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AwardWallet from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sXhWM0nzJAkmU1PEEEtQYd4PO6fK4KYOtkyBnUNB/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it AwardWallet, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AwardWallet for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sXhWM0nzJAkmU1PEEEtQYd4PO6fK4KYOtkyBnUNB/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the AwardWallet URL.
- Step 03
Save and start
Save the connection and enable AwardWallet in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"awardwallet": {
"url": "https://edge.vinkius.com/vk_preview_sXhWM0nzJAkmU1PEEEtQYd4PO6fK4KYOtkyBnUNB/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using AwardWallet
Open Agent mode in chat and ask: "Using AwardWallet, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"awardwallet": {
"url": "https://edge.vinkius.com/vk_preview_sXhWM0nzJAkmU1PEEEtQYd4PO6fK4KYOtkyBnUNB/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using AwardWallet
Ask Copilot: "Using AwardWallet, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"awardwallet": {
"url": "https://edge.vinkius.com/vk_preview_sXhWM0nzJAkmU1PEEEtQYd4PO6fK4KYOtkyBnUNB/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using AwardWallet
Open Cascade and ask: "Using AwardWallet, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"awardwallet": {
"url": "https://edge.vinkius.com/vk_preview_sXhWM0nzJAkmU1PEEEtQYd4PO6fK4KYOtkyBnUNB/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using AwardWallet
Ask Cline: "Using AwardWallet, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add awardwallet --transport http "https://edge.vinkius.com/vk_preview_sXhWM0nzJAkmU1PEEEtQYd4PO6fK4KYOtkyBnUNB/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using AwardWallet
Ask Claude: "Using AwardWallet, show me...". 9 tools are ready
Where the request belongs
Work AwardWallet can move forward.
This is for travel coordinators and corporate admins who are buried in emails trying to keep track of everyone's points and bookings.
Travel Coordinator
Checks point balances for team members on Tuesday afternoons to decide which rewards to book for corporate events.
Corporate Travel Manager
Audits corporate travel data and monitors elite status for frequent flyers to ensure company policy compliance.
Business Traveler
Quickly checks their own miles and upcoming hotel stays while on the go to plan last minute changes.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPassKit
Create digital passes for Apple Wallet and Google Pay with loyalty cards, coupons, and event tickets that update in real time.
Giftbit
Order, send, and track digital gift cards and rewards via AI agents with Giftbit.
FareHarbor
Manage tour and activity bookings via FareHarbor. list companies, query availability, and handle bookings directly from your AI agent.
Kippy
Track GPS locations of pets and loved ones in real time with wearable devices that send alerts when they leave safe zones.
All Digital Rewards
Incentive and reward orchestration. manage participants, points, and catalogs via AI.
Zinrelo
Manage loyalty programs, reward points, and customer engagement via the Zinrelo API.
Bring your own AI
Change the model, client or framework. Keep AwardWallet connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about AwardWallet.
The practical details behind the request, access and result.
Can I see my frequent flyer miles with AwardWallet MCP?
Yes, it pulls balances for various airlines. You can check how many miles you have left for your next trip without logging into multiple airline websites.
Does AwardWallet MCP work for hotel points too?
Yes, it covers various hotel rewards like Marriott. You can see your point balances and upcoming stays in one place.
How do I add my team members to the AwardWallet MCP?
You can send a unique authorization link to your team. Once they click it, your AI agent can access their rewards data for your coordination needs.
Can I see past trips with AwardWallet MCP?
Yes, it pulls a full timeline of previous travel. This is great for looking back at last year's corporate travel history.
Will AwardWallet MCP show me my flight confirmation numbers?
Yes, it retrieves specific itinerary metadata. You can get confirmation codes and flight details through your AI agent.
Is AwardWallet MCP good for corporate travel auditing?
Yes, it's built for managing multiple users and their travel data. It helps you see who is traveling and what rewards they are accumulating.
How do I check if my API connection is working?
You can ask your agent to run a connection check. It will verify your AwardWallet Business API key is set up correctly.
Can the AI automatically notify me about points that are expiring soon?
Yes! You can ask the agent to check for upcoming point expirations across all connected users. It will use the get_connected_user_accounts capability to identify balances at risk and report them to you in seconds.
How do users authorize my business account to see their travel data?
Simply ask the agent to run the create_auth_url capability. It will generate a unique authorization link that you can share with your users. Once they click and approve, their data becomes visible to your agent.
Is it possible to retrieve full flight confirmation details through the AI?
Yes. The get_itinerary capability allows the agent to fetch complete trip details, including confirmation numbers, flight times, and hotel addresses for any shared trip.
One connection away
Give your agent a direct line to AwardWallet.
Connect AwardWallet once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available