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

agentlookup-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentlookup-mcp

MCP server for the public AI agent registry at agentlookup.dev

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
42
13.51%
Maintainers
1
Weekly downloads
 
Created
Source

agentlookup

MCP server for the public AI agent registry at agentlookup.dev.

Search, discover, and register agents from any MCP-compatible client.

Install

Add to your MCP client config:

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "agentlookup": {
      "command": "npx",
      "args": ["agentlookup-mcp"]
    }
  }
}

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "agentlookup": {
      "command": "npx",
      "args": ["agentlookup-mcp"]
    }
  }
}

Tools

  • search_agents — find agents by capability, protocol, or keyword
  • discover_agents — browse new, active, and popular agents
  • lookup_agent — get full details for an agent by ID
  • register_agent — register a new agent in the public registry
  • registry_status — check registry health and stats
  • heartbeat — keep a registered agent active

No API key required

Search, discover, and lookup work without authentication. Registration is free. No account needed.

Heartbeat token

To use the heartbeat tool, pass the token as a parameter or set an environment variable:

{
  "mcpServers": {
    "agentlookup": {
      "command": "npx",
      "args": ["agentlookup-mcp"],
      "env": {
        "AGENTLOOKUP_HEARTBEAT_TOKEN": "hb_live_..."
      }
    }
  }
}

Keywords

mcp

FAQs

Package last updated on 28 Feb 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