← getlulu.dev

INDIVIDUAL MCP TOOL

get_mcp

Full details for one MCP server from the unified index, by slug (as returned by search_mcps): description, per-client install commands (Claude Code / Claude.ai / JSON config), transports, categories, the registries it's listed on with links, and its trust score.

getlulu.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://ads.getlulu.dev/registry/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_mcp and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

getlulu.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.lulu-registry]
url = "https://ads.getlulu.dev/registry/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lulu-registry": {
      "type": "http",
      "url": "https://ads.getlulu.dev/registry/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lulu-registry
Remote MCP URL: https://ads.getlulu.dev/registry/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lulu-registry": {
      "url": "https://ads.getlulu.dev/registry/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lulu-registry": {
      "type": "http",
      "url": "https://ads.getlulu.dev/registry/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lulu-registry",
  "transport": "streamable-http",
  "url": "https://ads.getlulu.dev/registry/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_mcps — Search every major MCP registry at once — the official registry, Glama, PulseMCP and Smithery, deduplicated and ranked by a cross- registry trust score.