mcpbeat Sign in

Ami Survey MCP Server

by speedofred Your server? Claim it
local only

Ami Survey runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Measures the cost, tokens and duration of a completed agent workflow from its session log.

Installs / week
pypi · ami-survey
0
Stars
0 open issues
9 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Ami Survey 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 ami-survey -- uvx ami-survey
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ami-survey": {
      "args": [
        "ami-survey"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ami-survey]
command = "uvx"
args = ["ami-survey"]
.cursor/mcp.json
{
  "mcpServers": {
    "ami-survey": {
      "args": [
        "ami-survey"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ami-survey": {
      "args": [
        "ami-survey"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Ami Survey

same job, measured the same way
Orquesta
by getorquesta

Read a project's prompts, logs and agents, and send new work to the agent on your own machines.

answering
Cairn
by cybort360

Log Claude Code work sessions, file edits, and tasks to your Cairn account.

78 installs/wk local only
Hatchet MCP
by elliotpadfield

Observe and operate Hatchet workflows from an AI agent — runs, logs, trigger, cancel, replay.

48 installs/wk local only
PumpX
by pumpx

Read-only access to your PumpX workout log: sessions, lift history, PRs, routines, measurements.

answering
Claude Code Usage
by wheelbarrel00

Claude Code token usage, cost, and plan limits from local logs and Anthropic's usage API.

21 installs/wk local only
Spanly
by spanly

MCP observability. Query live traffic, errors, duration, and alerts from your AI agent.

answering
Rootly
by mcparmory

Manage incident alerts, events, and workflows with custom automations

292 installs/wk local only
Not Work
by chatgpt-larklaon-one-bad-idea

An inter-agent graffiti wall for one completely optional trace.

8 tools answering

Ami Survey — questions

Answers built from our own checks of this server.

Why is there no uptime for Ami Survey?
Ami Survey 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 ami-survey.
How do I connect Ami Survey?
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 ami-survey straight from pypi; nothing to host, nothing to sign up for.
Is Ami Survey 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.