← lyrasearch.com

INDIVIDUAL MCP TOOL

get_monthly_essentials

Returns the user's monthly essentials snapshot: estimated total, month-vs-month delta, and flagged items (Spec 03).

lyrasearch.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • check_domain — Checks if a domain is on the block list, the Clean list, or neither.
  • suggest_alternatives — Returns up to N curated Clean alternatives based on a queried domain or category.
  • get_stats — Aggregate statistics about the Lyra lists.
  • submit_block_domain — Submits a new domain to the Lyra block list for human review.
  • submit_clean_brand — Submits a brand to the Lyra Clean list for human review.
  • list_personal — Returns the authenticated user personal block + Clean lists.
  • get_my_block_list — Returns the authenticated user's OWN refined block list (never the official Lyra list).
  • get_my_clean_list — Returns the authenticated user's OWN refined Clean list (never the official Lyra list).