← lyra-ui.com

INDIVIDUAL MCP TOOL

get_request_status

Look up a submitted request's triage state by its id.

lyra-ui.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.lyra-ui.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_request_status 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

lyra-ui.com

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.lyra-ui]
url = "https://www.lyra-ui.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lyra-ui": {
      "type": "http",
      "url": "https://www.lyra-ui.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lyra-ui
Remote MCP URL: https://www.lyra-ui.com/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": {
    "lyra-ui": {
      "url": "https://www.lyra-ui.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lyra-ui": {
      "type": "http",
      "url": "https://www.lyra-ui.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lyra-ui",
  "transport": "streamable-http",
  "url": "https://www.lyra-ui.com/mcp"
}
MCP Inspector

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

Related tools

  • search_components — Ranked search over the Lyra UI component catalog.
  • get_component — Return one component's complete generated Markdown API reference.
  • search_documentation — Search section-sized chunks of the component and library-wide Markdown reference.
  • resolve_migration — Resolve a documented `wa-*` or `sl-*` component name to its Lyra counterpart.
  • submit_request — Report a component you needed but could not find, and get back the closest existing ones.