Pointsyeah runs on your own machine — the client starts it, so there is no endpoint to ping. 357 installs a week from npm. Last commit 21 Jul 2026.
MCP server for searching award flights and travel deals via PointsYeah.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add pointsyeah -- npx -y pointsyeah-mcp-server
{
"mcpServers": {
"pointsyeah": {
"args": [
"-y",
"pointsyeah-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.pointsyeah]
command = "npx"
args = ["-y", "pointsyeah-mcp-server"]
{
"mcpServers": {
"pointsyeah": {
"args": [
"-y",
"pointsyeah-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"pointsyeah": {
"args": [
"-y",
"pointsyeah-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.