mcpbeat Sign in

Aa MCP Server

local only

Aa runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi. Last commit 11 May 2026.

MCP server for read-only American Airlines AAdvantage account access

Installs per day peak 30 · avg 11 · -18% w/w
a month agotoday
66
Installs / week
pypi · aa-mcp-server
0
Stars
0 open issues
11 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

    return subprocess.call([
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Aa and you get told the day something new turns up.

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 aa -- uvx aa-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aa": {
      "args": [
        "aa-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aa]
command = "uvx"
args = ["aa-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "aa": {
      "args": [
        "aa-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aa": {
      "args": [
        "aa-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Aa

same job, measured the same way
DWG MCP Server
by dimitrovakulenko

Read-only DWG file access for AI clients through MCP.

135 installs/wk local only
Turva MCP
by turva

Read-only MCP server for turva.dev, an agent-readiness audit and advisory service.

5 tools answering
Logmcp
by kascada

MCP server — read-only log access for AI assistants, without giving AI shell access.

local only
healthpoint-rs
by edithatogo

Read-only MCP server for licensed Healthpoint HL7 FHIR API access.

local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

32 installs/wk local only
MCP Slack
by crunchtools

Secure read-only MCP server for Slack workspaces

209 installs/wk local only
Africa API MCP
by africa-api

MCP server for Africa API — access data on all 54 African countries through Claude

34 installs/wk local only
SEO Tools: Yandex.Metrica
by antohins

MCP server for Yandex.Metrica Stat API (read-only).

88 installs/wk local only

Aa — questions

Answers built from our own checks of this server.

Why is there no uptime for Aa?
Aa 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 pypi package aa-mcp-server was installed 66 times last week.
How do I connect Aa?
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 aa-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Aa?
The pypi package aa-mcp-server was installed 66 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aa open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.