Back to Browse

Agentlookup MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 9 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

10 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-peureka-agentlookup-mcp": {
      "args": [
        "-y",
        "agentlookup-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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_..."
      }
    }
  }
}

Links

Reviews

No reviews yet

Be the first to review this server!