Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.smeet666/mcp-lyricscom

MCPB · MCP-LYRICSCOM-2.0.1.MCPB · 2 COMPONENTS · SCANNED SEP 20

Search song lyrics on lyrics.com by word or by title, and fetch full lyrics. No API key required.

+3 this week 53 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security13
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • No install/post-install scripts declared.Pass
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 21 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability66
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 834 tokens (~278/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management73
  • Stability observed for 22 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 87% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

mcpb · mcp-lyricscom-2.0.1.mcpb

Download bundle
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 6 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 29 Aug 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed mcpb/https://github.com/smeet666/mcp-lyricscom/releases/download/v2.0.1/mcp-lyricscom-2.0.1.mcpb@2.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem mcpb

Background: How many MCP packages publish verified provenance →

MCP tools · 3 exposed · ~738 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_lyrics ~247

Fetch the full lyrics of one song from lyrics.com, given the song id or URL returned by search_lyrics or search_songs. Lyrics can be long, so the response is truncated by default: check 'truncated' and call again with 'offset' set to 'next_offset' to continue reading. Some lyrics.com pages legitimately have no lyrics on file; those come back with status "no_lyrics" and an empty lyrics field, which is a valid answer and not an error, so do not retry them. Always cite 'source_url' and the artist when showing lyrics to a user.

NameTypeReqDescription
highlightstringOptional word. When set, the response reports whether it appears in the lyrics and on which line.
idstringlyrics.com numeric song id, as returned by the search tools. Preferred over 'url'.
max_charsintegerMaximum characters of lyrics text to return in this call.
offsetintegerCharacter offset to resume from, for lyrics longer than max_chars.
urlstringFull lyrics.com song URL. Only www.lyrics.com URLs are accepted. Ignored when 'id' is given.
NameTypeReqDescription
artistyes
attributionstringyesReady-to-display credit line.
highlightyes
idstringyes
line_countintegeryes
lyricsstringyesSlice of the lyrics text. Empty when status is 'no_lyrics'.
next_offsetyes
notesarrayyes
offsetintegeryes
returned_charsintegeryes
sourcestringyes
source_urlstringyes
statusstringyes
titleyes
total_charsintegeryes
truncatedbooleanyes

No examples provided.

search_lyrics ~291

Search lyrics.com for songs whose lyrics contain a given word or phrase. Returns matching songs with artist, title, a short excerpt of the line where the word appears, and the lyrics.com id and URL needed to fetch the full text with get_lyrics. Use this when someone remembers a fragment of lyrics but not the song, or wants songs mentioning a word or theme. One call returns one page of lyrics.com results; to see more, increase 'page' rather than 'limit'. lyrics.com also returns loose and title-only matches, so results are filtered locally to keep only songs where the word genuinely appears in the lyrics. Set 'verify' to "none" to see the raw, unfiltered list.

NameTypeReqDescription
include_excerptbooleanInclude the matching lyric line excerpt in each result.
limitintegerMaximum songs to return from this page.
pageintegerResult page on lyrics.com. Each page holds up to 24 raw results.
querystringyesWord or short phrase to look for inside the lyrics, for example 'autrefois'.
verifystringHow to confirm the query really appears in the lyrics. 'snippet' checks the excerpt lyrics.com already returned and costs nothing. 'full' fetches up to 5 song pages and checks the complete lyrics, wh…
NameTypeReqDescription
filtered_outintegeryesRows dropped because the query was not found in their lyrics.
has_morebooleanyes
next_pageyes
notesarrayyesCaveats worth knowing, such as a cache hit or partial verification.
pageintegeryes
querystringyes
raw_result_countintegeryesRows lyrics.com returned before local filtering and deduplication.
resultsarrayyes
sourcestringyes

No examples provided.

search_songs ~200

Find songs on lyrics.com by their title. Returns candidate songs with artist, album, year, and the lyrics.com id and URL. Use this when someone names a song and you need its id to call get_lyrics, or to tell covers and versions by different artists apart. An optional 'artist' narrows the list. lyrics.com searches titles and lyrics together, so results are ranked and filtered locally by title match; use match="strict" to keep only genuine title matches.

NameTypeReqDescription
artiststringOptional artist name, matched case-insensitively against each result.
limitinteger
matchstring'strict' keeps only results whose title matches the query as a whole title, ignoring suffixes such as '(Remastered)'. 'loose' keeps anything lyrics.com returned, best match first.
pageinteger
titlestringyesSong title, or part of it.
NameTypeReqDescription
artist_filteryes
filtered_outintegeryes
has_morebooleanyes
next_pageyes
notesarrayyes
pageintegeryes
raw_result_countintegeryes
resultsarrayyes
sourcestringyes
titlestringyes

No examples provided.

Common questions

What is the io.github.smeet666/mcp-lyricscom server?

io.github.smeet666/mcp-lyricscom is listed in the public MCP registry as io.github.smeet666/mcp-lyricscom. Search song lyrics on lyrics.com by word or by title, and fetch full lyrics. No API key required. This page covers its MCPB bundle (https://github.com/smeet666/mcp-lyricscom/releases/download/v2.0.1/mcp-lyricscom-2.0.1.mcpb).

Is the io.github.smeet666/mcp-lyricscom server safe to use?

io.github.smeet666/mcp-lyricscom scores 53 out of 100 on VerifyMCP. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.smeet666/mcp-lyricscom server expose?

io.github.smeet666/mcp-lyricscom exposes 3 tools: search_lyrics, search_songs, get_lyrics. Their descriptions and schemas cost roughly 738 tokens of context every time the server is loaded.

What licence is the io.github.smeet666/mcp-lyricscom server under?

io.github.smeet666/mcp-lyricscom declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.