Skip to main content
Glama
peureka

AgentLookup MCP Server

by peureka

agentlookup

agentlookup.dev의 공개 AI 에이전트 레지스트리를 위한 MCP 서버입니다.

모든 MCP 호환 클라이언트에서 에이전트를 검색, 발견 및 등록할 수 있습니다.

설치

MCP 클라이언트 설정에 추가하세요:

Claude Desktop (claude_desktop_config.json):

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

Cursor (.cursor/mcp.json):

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

Related MCP server: nullpath MCP Client

도구

  • search_agents — 기능, 프로토콜 또는 키워드로 에이전트 검색

  • discover_agents — 신규, 활성 및 인기 에이전트 탐색

  • lookup_agent — ID로 에이전트의 전체 세부 정보 조회

  • register_agent — 공개 레지스트리에 새 에이전트 등록

  • registry_status — 레지스트리 상태 및 통계 확인

  • heartbeat — 등록된 에이전트를 활성 상태로 유지

API 키 불필요

검색, 발견 및 조회는 인증 없이 작동합니다. 등록은 무료입니다. 계정이 필요하지 않습니다.

하트비트 토큰

heartbeat 도구를 사용하려면 토큰을 매개변수로 전달하거나 환경 변수를 설정하세요:

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

링크

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables users to search and discover over 500 AI agent endpoints and x402 APIs directly from MCP-compatible clients like Claude and Cursor. It provides tools to query endpoints by keyword, category, or capability while offering access to detailed provider statistics.
  • A
    license
    A
    quality
    D
    maintenance
    Enables users to discover and research AI agents on nullpath's marketplace through MCP-compatible applications like Claude Desktop and Cursor. It provides tools for searching agents by capability, looking up agent details, and checking trust scores.
    6
    17
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    AI-first MCP server discovery tool that enables agents to search, inspect, and install MCP servers from multiple registries.
    12
    AGPL 3.0
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to search, discover, and get recommendations from 20,000+ skills, tools, agents, rules, and MCP servers.
    5
    25
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/peureka/agentlookup-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server