mcpbeat Sign in

Mafdet MCP Server

local only

Mafdet runs on your own machine — the client starts it, so there is no endpoint to ping. 143 installs a week from npm.

Read-only Mafdet AI account tools (models, balance, usage, subscription) and docs search.

Installs per day peak 291 · avg 50 · +83% w/w
a month agotoday
143
Installs / week
npm · @mafdet/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

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

This one needs environment variables set before it will start: MAFDET_API_KEY (A Mafdet AI API key with the account:read scope. Optional — only the account tools (get_balance, get_usage_summary, get_subscription) need it; list_models and search_docs work without a key.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mafdet

same job, measured the same way
ZeroSettle
by zerosettle

Read-only revenue, subscriptions, customers, and experiments tools for ZeroSettle accounts.

answering
MCP Stripe
by infoinlet-marketplace

Read-only Stripe for AI agents — customers, charges, subscriptions, invoices, balance.

26 installs/wk local only
WhyNote
by coooolinz

Read-only search, todo listing, and daily note access for a WhyNote account

37 installs/wk local only
Homeschool Tools
by homeschooltools

Search, compare and read reviews of 350+ homeschool curricula. Read-only, no account needed.

4 tools answering
Applivery
by applivery-docs

Search and read the public Applivery docs (MDM & app distribution). Read-only, no auth.

4 tools answering
Namefi
by namefi

Search, buy, and manage domains, DNS records, orders, and NFSC balance on Namefi.

answering
Docs
by empryo

Search and read Empryo's documentation. Read-only, no auth, no local access.

4 tools answering
MojaLab Content
by mojalab

Read-only access to MojaLab.com blog content: search and read posts, pages and tags as Markdown.

9 tools answering

Mafdet — questions

Answers built from our own checks of this server.

Why is there no uptime for Mafdet?
Mafdet 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 @mafdet/mcp was installed 143 times last week.
How do I connect Mafdet?
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 @mafdet/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mafdet?
The npm package @mafdet/mcp was installed 143 times in the last week. Week over week that is +83%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.