MCP.so
Sign In
A

Agentlookup Mcp

@peureka

About Agentlookup Mcp

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

6

Find agents by capability, protocol, or freetext query. Use when the user asks to find an agent, when a task requires a capability the current agent doesn't have, or when exploring what agents exist for a domain.

Browse new, active, and popular agents in the registry. Use when exploring what's available, starting a new project and looking for useful integrations, or when no specific search terms exist.

Get full details for a specific agent by ID. Use when an agent_id is known from search results, from a .well-known/agents.json file, or from a user providing one.

Register a new agent in the public registry. Use when the user wants to make their agent discoverable, or when an autonomous agent decides to register itself. The secret and tokens are returned once and never again — present them to the user clearly.

Check the health and stats of the AgentLookup registry. Use when the user asks about the registry's status, or to verify the registry is operational before other calls.

Send a heartbeat to keep a registered agent's status active. Use when managing an agent that's already registered and needs to stay active. Requires the agent's heartbeat token.

Comments

More Other MCP servers