Skip to main content
Glama
peureka

AgentLookup MCP Server

by peureka

agentlookup

MCP сервер для публичного реестра AI-агентов на agentlookup.dev.

Ищите, находите и регистрируйте агентов из любого 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

Чтобы использовать инструмент 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