com.pulsemcp/pointsyeah
NPM · POINTSYEAH-MCP-SERVER · SCANNED AUG 3
MCP server for searching award flights and travel deals via PointsYeah.
Available components
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. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 49 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability79
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · pointsyeah-mcp-server
claude mcp add com-pulsemcp-pointsyeah -- npx -y pointsyeah-mcp-server
codex mcp add com-pulsemcp-pointsyeah -- npx -y pointsyeah-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-pulsemcp-pointsyeah": {
"type": "local",
"command": [
"npx",
"-y",
"pointsyeah-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add com-pulsemcp-pointsyeah --command npx --arg -y --arg pointsyeah-mcp-server
mcp_servers:
com-pulsemcp-pointsyeah:
command: "npx"
args: ["-y", "pointsyeah-mcp-server"] {
"mcpServers": {
"com-pulsemcp-pointsyeah": {
"command": "npx",
"args": [
"-y",
"pointsyeah-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +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.
- 2 Aug 26 +44
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 1 Aug 26 −8
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 51
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 98 packages
98 packages in the resolved dependency tree · 96 deprecated · 30 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_search_history ~82
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
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
search_flights ~455
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.
| Name | Type | Req | Description |
|---|---|---|---|
| adults | number | — | Number of adult passengers (1-9). Default: 1. |
| arrival | string | yes | 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 | yes | Outbound departure date in YYYY-MM-DD format. Example: "2026-04-01". Must be a future date. |
| departure | string | yes | 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. |
No output schema declared.
No examples provided.
set_refresh_token ~204
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.
| Name | Type | Req | Description |
|---|---|---|---|
| refreshToken | string | yes | AWS Cognito refresh token from PointsYeah browser cookies. This is a long JWT string (1000+ characters). |
No output schema declared.
No examples provided.