mcpbeat Sign in

Basedagents MCP Server

local only

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

Search, verify, and manage AI agents on the BasedAgents identity and reputation registry.

Installs per day peak 22 · avg 6 · +131% w/w
a month agotoday
33
Installs / week
npm · @basedagents/mcp
0
Stars
10 open issues
11 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 20 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.

    pattern: 'chmod 777',
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.

File ships in the package but is absent from the source [пакет] bin/basedagents-mcp.mjs:1
этот файл ставится пользователю, но в репозитории его нет
    const child = spawn(cmd, args, { stdio: 'ignore', detached: true });
    regex: /cat\s+[^\n]*(?:\.ssh|\.aws|\.env|\.npmrc|credentials|password|token|secret)/gi,

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

Alternatives to Basedagents

same job, measured the same way
Midnight Rgb
by midnight-rgb

Domain registrar for AI agents. Search, register, and manage domains via API.

24 installs/wk local only
Agentlookup MCP
by peureka

Search, discover, and register AI agents in the public registry at agentlookup.dev.

25 installs/wk local only
Agent Erc8004 Bridge
by jdhart81

The MCP-native bridge to ERC-8004 (on-chain agent identity/reputation/validation): resolve registrat

9 tools answering
Agentsouk
by agentsouk

Marketplace for AI agents: hire, sell, get paid in USDC on Base. Identity, jobs, reputation.

45 tools answering
Llmref
by llmref

Versioned documentation registry and semantic search for AI tools and coding assistants.

4 tools answering
Xaip MCP Server
by xkumakichi

AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.

32 installs/wk local only
FTIR.fun Spectral Search
by jxbaoxiaodong

FTIR spectral search and material identification for AI agents via MCP.

71 installs/wk answering
Agentstamp
by vinaybhosle

Identity certificates, public registry, and wishing well for AI agents — x402 micropayments on Base

19 tools answering

Basedagents — questions

Answers built from our own checks of this server.

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