mcpbeat Sign in

Alphaportal MCP Server

local only

Alphaportal MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 279 installs a week from npm. Last commit 18 Sep 2026.

AlphaPortal school-bus transportation for Claude — students, stops, live bus location, notifications

Installs per day peak 123 · avg 4
a month agotoday
279
Installs / week
npm · alphaportal-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Alphaportal MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add alphaportal-mcp -- npx -y alphaportal-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alphaportal-mcp": {
      "args": [
        "-y",
        "alphaportal-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.alphaportal-mcp]
command = "npx"
args = ["-y", "alphaportal-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "alphaportal-mcp": {
      "args": [
        "-y",
        "alphaportal-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "alphaportal-mcp": {
      "args": [
        "-y",
        "alphaportal-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ALPHAPORTAL_REFRESH_TOKEN (Optional refresh token; if unset, read from a signed-in tab via the fetchproxy bridge). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Alphaportal MCP

same job, measured the same way
C
Setline
by setlineapp

Live festival data for AI agents: lineups, set times, dates, locations and ticket links worldwide.

7 tools answering
Kiaaccess MCP
by chrischall

Kia Access for Claude — vehicle status, location, doors, climate, and charging

433 installs/wk local only
Notra
by usenotra

Access the Notra API for posts, brand identities, integrations, schedules, and GEO.

answering
Swiss Living Index
by swisslivingindex

Official Swiss living-cost & relocation data for all 26 cantons — taxes, rent, premiums, jobs.

11 tools answering
C
Weather MCP Server
by thenextgennexus

Forecasts, climate history, severe alerts by location — for outdoor-event planners.

1 tools answering
Vendor Status MCP
by approj

Live status-page map for 1,127 SaaS/cloud vendors plus 15,418 historical incidents.

local only
Smithery AI National Weather Service
by smithery

Provide real-time and forecast weather information for locations in the United States using natura…

answering
Uwear
by uwear

AI photoshoot studio: garments, avatars, locations, and art direction

66 tools answering

Alphaportal MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Alphaportal MCP?
Alphaportal MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package alphaportal-mcp was installed 279 times last week.
How do I connect Alphaportal MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls alphaportal-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Alphaportal MCP?
The npm package alphaportal-mcp was installed 279 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Alphaportal MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.