
Pointsyeah
Search award flights and PointsYeah travel deals from your agent when planning conference trips or optimizing points spend for an indie budget.
Overview
PointsYeah MCP is a MCP server for the Idea phase that searches award flights and travel deals through PointsYeah over stdio.
What is this MCP server?
- Stdio MCP server pointsyeah-mcp-server v0.2.8 for PointsYeah award flight and deal search
- POINTSYEAH_REFRESH_TOKEN authenticates via AWS Cognito refresh token
- ENABLED_TOOLGROUPS comma list limits which search tool groups load
- npx -y launch from pulsemcp experimental pointsyeah package
- Keeps award travel lookup inside the agent thread instead of manual portal hopping
- Server package version 0.2.8, npm identifier pointsyeah-mcp-server
- Authentication via POINTSYEAH_REFRESH_TOKEN environment variable
- Stdio transport; optional ENABLED_TOOLGROUPS for tool surface control
Community signal: 70 GitHub stars.
What problem does it solve?
Comparing award availability across programs is tedious tab work when you only want a fast answer while planning indie travel on a budget.
Who is it for?
Points-savvy solo builders who already use PointsYeah and want agent-assisted award flight and deal search before booking.
Skip if: Travelers without a PointsYeah account and refresh token, or anyone needing guaranteed fares or automated ticketing without human confirmation.
What do I get? / Deliverables
After you set POINTSYEAH_REFRESH_TOKEN, your agent can run PointsYeah-backed search tools for routes and deals during trip research.
- Registered PointsYeah stdio MCP server with authenticated search tools
- Agent-driven award flight and deal queries without leaving the coding environment
- Documented Cognito refresh-token auth for repeat agent sessions
Recommended MCP Servers
Journey fit
Idea is the canonical shelf because award-flight research happens before you commit travel spend—discovery and comparison, not shipping product code. Research fits open-ended queries across routes, programs, and deals when a builder is exploring options rather than operating production systems.
How it compares
MCP connector to PointsYeah search APIs, not a full OTA booking skill or generic flight scraper.
Common Questions / FAQ
Who is PointsYeah MCP for?
Indie builders and travelers using Claude Code, Cursor, or Codex who rely on PointsYeah for award deals and want MCP search from the agent.
When should I use PointsYeah MCP?
Use it during Idea research when comparing award routes, points costs, and deals before you lock travel dates or spend.
How do I add PointsYeah MCP to my agent?
Add the stdio server with npx -y pointsyeah-mcp-server, set POINTSYEAH_REFRESH_TOKEN from your Cognito session, and optionally ENABLED_TOOLGROUPS.