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.
Available components
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
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 bundleEvery 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.
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 →
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 →
get_lyrics Get full 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.
| Name | Type | Req | Description |
|---|---|---|---|
| highlight | string | – | Optional word. When set, the response reports whether it appears in the lyrics and on which line. |
| id | string | – | lyrics.com numeric song id, as returned by the search tools. Preferred over 'url'. |
| max_chars | integer | – | Maximum characters of lyrics text to return in this call. |
| offset | integer | – | Character offset to resume from, for lyrics longer than max_chars. |
| url | string | – | Full lyrics.com song URL. Only www.lyrics.com URLs are accepted. Ignored when 'id' is given. |
| Name | Type | Req | Description |
|---|---|---|---|
| artist | – | yes | – |
| attribution | string | yes | Ready-to-display credit line. |
| highlight | – | yes | – |
| id | string | yes | – |
| line_count | integer | yes | – |
| lyrics | string | yes | Slice of the lyrics text. Empty when status is 'no_lyrics'. |
| next_offset | – | yes | – |
| notes | array | yes | – |
| offset | integer | yes | – |
| returned_chars | integer | yes | – |
| source | string | yes | – |
| source_url | string | yes | – |
| status | string | yes | – |
| title | – | yes | – |
| total_chars | integer | yes | – |
| truncated | boolean | yes | – |
No examples provided.
search_lyrics Search lyrics by word ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| include_excerpt | boolean | – | Include the matching lyric line excerpt in each result. |
| limit | integer | – | Maximum songs to return from this page. |
| page | integer | – | Result page on lyrics.com. Each page holds up to 24 raw results. |
| query | string | yes | Word or short phrase to look for inside the lyrics, for example 'autrefois'. |
| verify | string | – | How 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… |
| Name | Type | Req | Description |
|---|---|---|---|
| filtered_out | integer | yes | Rows dropped because the query was not found in their lyrics. |
| has_more | boolean | yes | – |
| next_page | – | yes | – |
| notes | array | yes | Caveats worth knowing, such as a cache hit or partial verification. |
| page | integer | yes | – |
| query | string | yes | – |
| raw_result_count | integer | yes | Rows lyrics.com returned before local filtering and deduplication. |
| results | array | yes | – |
| source | string | yes | – |
No examples provided.
search_songs Search songs by title ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| artist | string | – | Optional artist name, matched case-insensitively against each result. |
| limit | integer | – | – |
| match | string | – | '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. |
| page | integer | – | – |
| title | string | yes | Song title, or part of it. |
| Name | Type | Req | Description |
|---|---|---|---|
| artist_filter | – | yes | – |
| filtered_out | integer | yes | – |
| has_more | boolean | yes | – |
| next_page | – | yes | – |
| notes | array | yes | – |
| page | integer | yes | – |
| raw_result_count | integer | yes | – |
| results | array | yes | – |
| source | string | yes | – |
| title | string | yes | – |
No examples provided.
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.