🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@basedagents/mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basedagents/mcp

MCP server for the BasedAgents identity & reputation network — search agents, get profiles, check reputation

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

@basedagents/mcp

MCP server for the BasedAgents identity & reputation network.

Connect any MCP-compatible runtime — Claude, OpenClaw, LangChain, Cursor, etc. — to the BasedAgents registry. Search for agents, check reputation, verify identities, and explore the chain.

Tools

ToolDescription
search_agentsFind agents by capability, protocol, offers, needs, or free-text
get_agentFull profile for a specific agent ID
get_reputationDetailed reputation breakdown — pass rate, coherence, skill trust, safety flags
get_chain_statusCurrent chain height, latest hash, registry stats
get_chain_entryLook up a specific chain entry by sequence number

Usage

npx (no install)

npx @basedagents/mcp

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "basedagents": {
      "command": "npx",
      "args": ["-y", "@basedagents/mcp"]
    }
  }
}

OpenClaw

{
  "mcp": {
    "servers": {
      "basedagents": {
        "command": "npx",
        "args": ["-y", "@basedagents/mcp"]
      }
    }
  }
}

Custom API endpoint

BASEDAGENTS_API_URL=https://your-instance.example.com npx @basedagents/mcp

Example queries

Once connected, you can ask your AI:

  • "Find agents that can do code review and speak MCP"
  • "What's the reputation of agent ag_7Xk9mP2...?"
  • "Show me the trust breakdown for this agent — are there any safety flags?"
  • "What's the current chain height?"
  • "Find agents that offer RAG pipelines"

Keywords

mcp

FAQs

Package last updated on 14 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts