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-bideetmusique

NPM · MCP-BIDEETMUSIQUE · 2 COMPONENTS · SCANNED AUG 20

Search the Bide & Musique collection of forgotten French songs. Records, lyrics, no API key.

66 Trust /100
Trust breakdown (6 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 →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
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 1 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability58
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1841 tokens (~368/item across 5 items; 5 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 Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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.

npm · mcp-bideetmusique

# add to Claude Code
claude mcp add smeet666-mcp-bideetmusique -- npx -y mcp-bideetmusique
# add to Codex CLI
codex mcp add smeet666-mcp-bideetmusique -- npx -y mcp-bideetmusique
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "smeet666-mcp-bideetmusique": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-bideetmusique"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add smeet666-mcp-bideetmusique --command npx --arg -y --arg mcp-bideetmusique
# ~/.hermes/config.yaml
mcp_servers:
  smeet666-mcp-bideetmusique:
    command: "npx"
    args: ["-y", "mcp-bideetmusique"]
// mcp.json
{
  "mcpServers": {
    "smeet666-mcp-bideetmusique": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-bideetmusique"
      ]
    }
  }
}
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 Aug 26 +15
    • Malware scan: unverified → pass security
  • 18 Aug 26 51

    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 Aug 2026 · Analysed npm/mcp-bideetmusique@0.3.0

Provenance No attestation

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

Result No attestation
Ecosystem npm
Dependencies 95 packages
Packages resolved 95
Stale 30
Tree resolution Complete
MCP tools · 5 exposed · ~1,392 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.

Tool Tokens
get_artist ~240

Read an artist's page on Bide & Musique: the names they recorded under, what the catalogue notes about them, and every song of theirs the collection holds, each with its year. Takes the 'artist_id' that search_songs and get_song return. An artist page is a way into a discography rather than a biography: half of them state nothing beyond the name, and the median artist has one record here. Fields the page does not state come back null or empty, which is the ordinary state of this catalogue rather than a failed read. The date of birth comes back exactly as written, since the catalogue states a full date, a bare year, or a date with a death beside it. Nationality is free text for the same reason. Rows come in the site's order, by year of release, never by importance. When you show an artist to a user, credit Bide & Musique and link the page.

NameTypeReqDescription
artist_idstringyesThe artist id returned by search_songs or get_song, digits only, for example '290'.
limitintegerMaximum songs of the discography to return.
NameTypeReqDescription
aliasesarrayyesOther names this artist recorded under, as the page stacks them.
artist_idstringyes
birth_dateyesExactly as published, which may be a day, a bare year, a month and a year, or a date with a death beside it. Nothing here is parsed into a date.
discographyarrayyes
discography_countintegeryesSongs returned, after 'limit'.
first_nameyes
linksarrayyesAddresses off the site, with the label the page gave them.
namestringyes
nationalityyesAs the catalogue writes it, in its own words: 'suisse', 'franco-espagnole'.
notesarrayyes
photo_urlyes
presentationyes
see_alsoarrayyes
songs_on_pageintegeryesSongs the page held, before 'limit'.
sourcestringyes
surnameyes
urlstringyes

No examples provided.

get_random_song ~127

Read one record drawn at random from the Bide & Musique collection: same answer as get_song, on a record nobody chose. Use it to browse the collection. For a question about a particular song, use get_song. The draw runs over the ids the site serves, from the first to the newest one its feed of new entries names, and an id the collection does not serve is drawn again. Records whose page carries a transcription come back with the words themselves, as published. When you show a record to a user, credit Bide & Musique and link the page.

Input schema present but exposes no named parameters.

NameTypeReqDescription
added_onyesThe day the collection catalogued it, as an ISO date.
artistobjectyes
catalogue_referenceyesThe reference printed on the record. A reference of four digits is not a year.
commentsyes
credited_performeryesA performer the sleeve credits apart from the artist page, when the record names one.
durationobjectyes
favouritesyesHow many people keep it as a favourite. Null when the page prints no counter.
image_urlyes
labelsarrayyesOne entry per label, two when a record was co-released.
lyricsobjectyes
notesarrayyes
presentationyesWhat the catalogue wrote about the record.
see_alsoarrayyesOther artists the record links to.
sleeve_creditsarrayyesWho is credited for the sleeve, when anyone is.
song_idstringyes
sourcestringyes
thumbnail_urlyes
titlestringyes
top50yes
urlstringyes
writersarrayyesWriters and composers as credited, one entry each, empty when the record credits none. A few records name the part someone took, and the entry then reads as the site prints it, for example 'Paroles :…
yearyes

No examples provided.

get_song ~265

Read one song's record on Bide & Musique: the year, the writers and composers, the duration, the label and its catalogue reference, the sleeve, when the collection catalogued it, how it ranked in the station's own chart, and how many people kept it as a favourite. Takes the 'song_id' that search_songs returns. Three things are always there: the title, the artist and the duration. Everything else is absent on some records, and comes back null or empty rather than guessed; a counter the record does not print is unknown, not zero. Records whose page carries a transcription come back with the words themselves, as published, along with who typed them. A record whose page carries none says so. When you show a record to a user, credit Bide & Musique and link the page.

NameTypeReqDescription
include_lyricsbooleanWhether to return the transcription the page carries. A record whose page has one runs to a few thousand characters, so ask for false when the question is about the record: the year, the label or the…
song_idstringyesThe song id returned by search_songs, digits only, for example '1734'.
NameTypeReqDescription
added_onyesThe day the collection catalogued it, as an ISO date.
artistobjectyes
catalogue_referenceyesThe reference printed on the record. A reference of four digits is not a year.
commentsyes
credited_performeryesA performer the sleeve credits apart from the artist page, when the record names one.
durationobjectyes
favouritesyesHow many people keep it as a favourite. Null when the page prints no counter.
image_urlyes
labelsarrayyesOne entry per label, two when a record was co-released.
lyricsobjectyes
notesarrayyes
presentationyesWhat the catalogue wrote about the record.
see_alsoarrayyesOther artists the record links to.
sleeve_creditsarrayyesWho is credited for the sleeve, when anyone is.
song_idstringyes
sourcestringyes
thumbnail_urlyes
titlestringyes
top50yes
urlstringyes
writersarrayyesWriters and composers as credited, one entry each, empty when the record credits none. A few records name the part someone took, and the entry then reads as the site prints it, for example 'Paroles :…
yearyes

No examples provided.

list_new_songs ~211

Read the records Bide & Musique has just catalogued. The collection is built by hand and grows a few records at a time, so this answers what has been added lately rather than what the station is playing. The feed carries a fixed number of entries and offers no second page, so the count is what it holds and says nothing about how many records the collection has. Entries come in the order the feed publishes them, which runs newest first without being sorted: read 'published_at' rather than the position to date one. Each entry names the song and the artist as one line, which is read apart at the first separator and kept whole under 'listed_as'. Use get_song on the id for the record itself: year, writers, label, duration and the words when the page carries them. When you show a record to a user, credit Bide & Musique and link the page.

NameTypeReqDescription
limitintegerMaximum entries to return, taken from the head of the feed.
NameTypeReqDescription
entries_in_feedintegeryesHow many entries the feed carries, read or not. It is a fixed window on the newest records, never a count of the collection.
notesarrayyes
result_countintegeryes
resultsarrayyes
sourcestringyes

No examples provided.

search_songs ~549

Search the Bide & Musique collection: French songs, mostly forgotten ones, catalogued by hand since 2000 by the association that runs the station. Bide & Musique is a French site, so French terms work best. 'search_type' picks the axis and has to be stated: 'performer' for the artist credited on the record, 'title' for the name of the song, 'writer' for who wrote or composed it, 'lyrics' for the words sung in it, 'label' for the label it came out on, 'year' for the year printed on it. Each asks a different question and they are never merged, so a name that finds nothing as a performer may still be a title. 'year' takes one four-digit year and nothing else: the site drops any other word on that axis instead of filtering on it, and the ranges its own form documents return nothing. To combine a year with words, search the words on their own axis and read each record's year from its page. Use 'lyrics' to find a song from a line someone remembers. It answers with the songs whose words match, without showing what matched; read the words themselves with get_song on the id. Several keywords are combined with AND, each matched inside words, so every extra word narrows the search and never widens it. Quoting a phrase returns nothing, whatever the site's own form says. Results carry the song id, the artist and the page to read, which is where the song's own record lives: year, label, catalogue reference and writers. The count returned counts matching songs across every page, so it is usually larger than the rows of one page; ask for the next page with 'page'. When you show a song to a user, credit Bide & Musique and link the source URL.

NameTypeReqDescription
limitintegerMaximum songs to return from that page.
pageintegerWhich page of results to read. The answer states which page the site served.
querystringyesWhat to search for, in French, for example 'Pierre Bachelet' or 'vacances'.
search_typestringyesWhich axis to search: 'performer' for the artist credited on the record, 'title' for the name of the song, 'writer' for who wrote or composed it, 'lyrics' for the words sung in it, 'label' for the la…
NameTypeReqDescription
has_more_pagesyes
notesarrayyes
page_countyes
page_requestedintegeryes
page_servedyesThe page the site actually served, read from its pagination bar. Asking for a page past the last one returns the last page, so this can differ from 'page_requested'.
querystringyes
result_countintegeryesSongs returned, after 'limit'.
resultsarrayyes
rows_on_pageintegeryesSongs this page held, before 'limit'.
search_typestringyes
sourcestringyes
total_matchesyesThe number Bide & Musique prints above the results, counting matching songs across every page. Null when the site printed none, which is different from zero.

No examples provided.