# com.pulsemcp/pointsyeah (npm · pointsyeah-mcp-server)

MCP server for searching award flights and travel deals via PointsYeah.

- Trust score: 70/100 (medium)
- Change this week: +19
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `pointsyeah-mcp-server`: 70/100 (this document), [markdown](https://verifymcp.io/servers/com-pulsemcp-pointsyeah/pointsyeah-mcp-server.md), [page](https://verifymcp.io/servers/com-pulsemcp-pointsyeah/pointsyeah-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `pointsyeah-mcp-server`
- Version: `0.2.9`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 49 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 79/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 759 tokens (~189/item across 4 items; 3 tools + 1 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-pulsemcp-pointsyeah -- npx -y pointsyeah-mcp-server
```

### Codex

```bash
codex mcp add com-pulsemcp-pointsyeah -- npx -y pointsyeah-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-pulsemcp-pointsyeah": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "pointsyeah-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-pulsemcp-pointsyeah --command npx --arg -y --arg pointsyeah-mcp-server
```

### Hermes

```yaml
mcp_servers:
  com-pulsemcp-pointsyeah:
    command: "npx"
    args: ["-y", "pointsyeah-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "com-pulsemcp-pointsyeah": {
      "command": "npx",
      "args": [
        "-y",
        "pointsyeah-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 69, +44)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 25, −8)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 33, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 51)

First indexed and scored.

## MCP tools (3)

### `search_flights` (~455 tokens)

Search for award flights using points/miles across multiple airline loyalty programs.

This tool searches PointsYeah for live flight availability using points and miles. It checks availability across 20+ airline programs and shows transfer options from major bank programs (Chase, Amex, Citi, etc.).

\**Returns:** A formatted list of flight options showing:
\- Airline program and points required
\- Flight segments with times and cabin class
\- Available bank transfer options and point costs
\- Number of available seats

\**Use cases:**
\- Find the cheapest award flight between two cities
\- Compare points costs across different loyalty programs
\- Discover transfer partner options from bank reward programs
\- Search for premium cabin availability (Business, First)

\**Note:** This performs a live search that may take 30-90 seconds to complete as it queries multiple airline programs in real time. Requires Playwright to be installed.

Input parameters:

- `adults` (number): Number of adult passengers (1-9). Default: 1.
- `arrival` (string, required): Destination airport or city code. Examples: "NYC", "LHR", "NRT". Use standard IATA airport codes or city codes.
- `cabins` (array): Cabin classes to search. Options: "Economy", "Premium Economy", "Business", "First". Default: ["Economy", "Business"]. Multiple cabins can be specified.
- `children` (number): Number of child passengers (0-9). Default: 0.
- `departDate` (string, required): Outbound departure date in YYYY-MM-DD format. Example: "2026-04-01". Must be a future date.
- `departure` (string, required): Origin airport or city code. Examples: "SFO", "NYC", "LAX", "ORD". Use standard IATA airport codes or city codes.
- `returnDate` (string): Return date in YYYY-MM-DD format. Required for round-trip searches. Example: "2026-04-08". Must be after departDate.
- `tripType` (string): Trip type: "1" for one-way, "2" for round-trip. Default: "2". Set to "1" if you only need outbound flights.

### `get_search_history` (~82 tokens)

Get past flight search history from PointsYeah.

Retrieves the user's previous award flight searches, showing what routes and dates they've searched for in the past.

\**Returns:** JSON data with past search parameters and timestamps.

\**Use cases:**
\- Review previous searches to avoid duplicating effort
\- Check what routes have been explored recently
\- Track search patterns over time

### `set_refresh_token` (~204 tokens)

Set the PointsYeah refresh token for authentication.

The server needs a valid Cognito refresh token to access PointsYeah APIs. This token expires periodically and must be refreshed by logging in again.

\**How to obtain the token:**
1\. Go to https://www.pointsyeah.com/landing?route=signIn and log in
2\. Open browser DevTools (F12) -> Console
3\. Run: document.cookie.split('; ').find(c => c.includes('.refreshToken=')).split('=').slice(1).join('=')
4\. Copy the output and pass it as the refreshToken parameter

\**Note:** After setting a valid token, the flight search tools (search_flights, get_search_history) will work. If the token later expires or is revoked, call this tool again with a fresh token.

Input parameters:

- `refreshToken` (string, required): AWS Cognito refresh token from PointsYeah browser cookies. This is a long JWT string (1000+ characters).

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-pulsemcp-pointsyeah/pointsyeah-mcp-server#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 25
- 2026-07-31: 33
- 2026-07-30: 51
- 2026-07-28: 51
- 2026-07-27: 51

## Links

- npm package: https://www.npmjs.com/package/pointsyeah-mcp-server
- Socket report: https://socket.dev/npm/package/pointsyeah-mcp-server
- Repository: https://github.com/pulsemcp/mcp-servers
- Changelog RSS feed: https://verifymcp.io/servers/com-pulsemcp-pointsyeah/pointsyeah-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-pulsemcp-pointsyeah/pointsyeah-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-pulsemcp-pointsyeah/pointsyeah-mcp-server
