PluginBench
MCP Server

com.pulsemcp/pointsyeah MCP Server

com.pulsemcp/pointsyeah

What is the com.pulsemcp/pointsyeah MCP server?

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

How to install com.pulsemcp/pointsyeah

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • POINTSYEAH_REFRESH_TOKEN
    secret

    AWS Cognito refresh token from PointsYeah for authentication.

  • ENABLED_TOOLGROUPS

    Comma-separated tool groups to enable.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pointsyeah": {
      "command": "npx",
      "args": [
        "-y",
        "pointsyeah-mcp-server",
        "-y"
      ],
      "env": {
        "POINTSYEAH_REFRESH_TOKEN": "<YOUR_POINTSYEAH_REFRESH_TOKEN>",
        "ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pointsyeah": {
      "command": "npx",
      "args": [
        "-y",
        "pointsyeah-mcp-server",
        "-y"
      ],
      "env": {
        "POINTSYEAH_REFRESH_TOKEN": "<YOUR_POINTSYEAH_REFRESH_TOKEN>",
        "ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pointsyeah": {
      "command": "npx",
      "args": [
        "-y",
        "pointsyeah-mcp-server",
        "-y"
      ],
      "env": {
        "POINTSYEAH_REFRESH_TOKEN": "<YOUR_POINTSYEAH_REFRESH_TOKEN>",
        "ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pointsyeah": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pointsyeah-mcp-server",
        "-y"
      ],
      "env": {
        "POINTSYEAH_REFRESH_TOKEN": "<YOUR_POINTSYEAH_REFRESH_TOKEN>",
        "ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>"
      }
    }
  }
}
Claude Code
claude mcp add pointsyeah --env POINTSYEAH_REFRESH_TOKEN=<YOUR_POINTSYEAH_REFRESH_TOKEN> --env ENABLED_TOOLGROUPS=<YOUR_ENABLED_TOOLGROUPS> -- npx -y pointsyeah-mcp-server -y

Related MCP servers

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

View repository →

MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.

View repository →

MCP server for Fetch Pet insurance claims management using Playwright automation.

View repository →

MCP server for managing Fly.io machines, apps, logs, and Docker images.

View repository →

MCP server for Google Cloud Storage with fine-grained tool access control.

View repository →

MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.

View repository →
com.pulsemcp/pointsyeah MCP Server | PluginBench