Headless Tracker runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from npm. Last commit 21 Jun 2026.
Read-only MCP server: your AI sees your crypto portfolio, never your keys. Not financial advice.
We read the source, 20 h ago · rules 3dff92dd89df
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.
<label>Account<select name="account_id" required>
${accountsResp.accounts.map((a) => `<option value="${escapeHtml(a.id)}">${escapeHtml(a.label)}</option>`).join("")}
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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 headless-tracker -- npx -y headless-tracker
{
"mcpServers": {
"headless-tracker": {
"args": [
"-y",
"headless-tracker"
],
"command": "npx"
}
}
}
[mcp_servers.headless-tracker]
command = "npx"
args = ["-y", "headless-tracker"]
{
"mcpServers": {
"headless-tracker": {
"args": [
"-y",
"headless-tracker"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"headless-tracker": {
"args": [
"-y",
"headless-tracker"
],
"command": "npx"
}
}
}
Read-only MCP server for browser bookmarks: Chrome, Safari, Firefox, and read-later exports.
macOS-only MCP server for the Arc browser: tabs, navigation, page reading, DOM, scripting
MCP server for DebugAI. Browser sign-in, auto client setup, no key pasting.
MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview
Automate a real, logged-in browser on your own device — no stored credentials, no bot detection.
Debug PWAs in your real browser via MCP: service-worker, cache, installability & framework state.
Drive your real, logged-in Chrome from any MCP client — even from a remote machine, no inbound port.
MCP server + Chrome extension for AI browser control with real sessions.
Answers built from our own checks of this server.