How to Use the AwardWallet MCP in Cursor
Build travel apps faster by injecting live AwardWallet API responses directly into your Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AwardWallet MCP to Cursor
Create your Vinkius account to connect AwardWallet to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Test travel data in Cursor Agent mode
Pulling real loyalty balances into your editor requires `get_user_accounts`. Your agent grabs actual frequent flyer data instead of generating fake JSON objects. You write the frontend components while the AI binds them to live API responses. Deep dives into specific accounts happen through `get_account_details`. Cursor reads the exact schema of the elite status fields and expiration dates. The AI generates TypeScript interfaces that perfectly match the real data structure.
Build itinerary features with real data
Raw booking data for active trips arrives via `get_user_itineraries`. You ask Cursor to build a flight tracker component, and it uses actual PNRs and layover times to structure the code. The resulting components handle real-world edge cases like zero-minute layovers or missing terminal data. Plotting out sequential trips requires the `get_user_timeline` tool. Cursor sees the chronological order of flights and hotels. It writes the sorting and filtering logic based on how the API actually returns the dates.
AwardWallet MCP Server auth flows
Generating real OAuth links during development is handled by `create_auth_url`. You test the entire user onboarding flow without leaving the editor. The AI writes the redirect handlers while testing the actual URLs. Managing the test users requires `list_connected_users`. Cursor checks who successfully linked their profiles to your business account. If the API drops, the agent runs `get_account_check` to diagnose the connection before you waste time debugging your own code.
Set up AwardWallet MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the AwardWallet MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent AwardWallet transactions." If the MCP tools are loaded correctly, Cursor will call the AwardWallet tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"awardwallet-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by AwardWallet. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about AwardWallet MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AwardWallet MCP today
We host it, we monitor it, we maintain it. You just paste one token.