# io.github.smeet666/mcp-bideetmusique (mcpb · mcp-bideetmusique-0.3.0.mcpb)

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

- Trust score: 40/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- mcpb · `mcp-bideetmusique-0.3.0.mcpb`: 40/100 (this document), [markdown](https://verifymcp.io/servers/smeet666-mcp-bideetmusique/https-github-com-smeet666-mcp-bideetmusique-releases-download-v0-3-0-mcp-bideetm.md), [page](https://verifymcp.io/servers/smeet666-mcp-bideetmusique/https-github-com-smeet666-mcp-bideetmusique-releases-download-v0-3-0-mcp-bideetm)
- npm · `mcp-bideetmusique`: 66/100, [markdown](https://verifymcp.io/servers/smeet666-mcp-bideetmusique/mcp-bideetmusique.md), [page](https://verifymcp.io/servers/smeet666-mcp-bideetmusique/mcp-bideetmusique)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/smeet666/mcp-bideetmusique/releases/download/v0.3.0/mcp-bideetmusique-0.3.0.mcpb`
- Version: `0.3.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Supply Chain Security**: 13/100
  - Malware scan not yet available for this package.
  - 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.
  - No install/post-install scripts declared.
  - 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.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 58/100
  - AI-judged instruction clarity (excellent).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

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

- Download bundle: `https://github.com/smeet666/mcp-bideetmusique/releases/download/v0.3.0/mcp-bideetmusique-0.3.0.mcpb`

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-18 (score 40)

First indexed and scored.

## MCP tools (5)

### `search_songs` (~549 tokens)

Search songs

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.

Input parameters:

- `limit` (integer): Maximum songs to return from that page.
- `page` (integer): Which page of results to read. The answer states which page the site served.
- `query` (string, required): What to search for, in French, for example 'Pierre Bachelet' or 'vacances'.
- `search_type` (string, required): Which 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…

Output parameters:

- `has_more_pages`
- `notes` (array)
- `page_count`
- `page_requested` (integer)
- `page_served`: The 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'.
- `query` (string)
- `result_count` (integer): Songs returned, after 'limit'.
- `results` (array)
- `rows_on_page` (integer): Songs this page held, before 'limit'.
- `search_type` (string)
- `source` (string)
- `total_matches`: The number Bide & Musique prints above the results, counting matching songs across every page. Null when the site printed none, which is different from zero.

### `get_song` (~265 tokens)

Read a song's record

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.

Input parameters:

- `include_lyrics` (boolean): Whether 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_id` (string, required): The song id returned by search_songs, digits only, for example '1734'.

Output parameters:

- `added_on`: The day the collection catalogued it, as an ISO date.
- `artist` (object)
- `catalogue_reference`: The reference printed on the record. A reference of four digits is not a year.
- `comments`
- `credited_performer`: A performer the sleeve credits apart from the artist page, when the record names one.
- `duration` (object)
- `favourites`: How many people keep it as a favourite. Null when the page prints no counter.
- `image_url`
- `labels` (array): One entry per label, two when a record was co-released.
- `lyrics` (object)
- `notes` (array)
- `presentation`: What the catalogue wrote about the record.
- `see_also` (array): Other artists the record links to.
- `sleeve_credits` (array): Who is credited for the sleeve, when anyone is.
- `song_id` (string)
- `source` (string)
- `thumbnail_url`
- `title` (string)
- `top50`
- `url` (string)
- `writers` (array): Writers 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 :…
- `year`

### `get_artist` (~240 tokens)

Read an artist's page

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.

Input parameters:

- `artist_id` (string, required): The artist id returned by search_songs or get_song, digits only, for example '290'.
- `limit` (integer): Maximum songs of the discography to return.

Output parameters:

- `aliases` (array): Other names this artist recorded under, as the page stacks them.
- `artist_id` (string)
- `birth_date`: Exactly 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.
- `discography` (array)
- `discography_count` (integer): Songs returned, after 'limit'.
- `first_name`
- `links` (array): Addresses off the site, with the label the page gave them.
- `name` (string)
- `nationality`: As the catalogue writes it, in its own words: 'suisse', 'franco-espagnole'.
- `notes` (array)
- `photo_url`
- `presentation`
- `see_also` (array)
- `songs_on_page` (integer): Songs the page held, before 'limit'.
- `source` (string)
- `surname`
- `url` (string)

### `get_random_song` (~127 tokens)

Read a record drawn at random

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.

Output parameters:

- `added_on`: The day the collection catalogued it, as an ISO date.
- `artist` (object)
- `catalogue_reference`: The reference printed on the record. A reference of four digits is not a year.
- `comments`
- `credited_performer`: A performer the sleeve credits apart from the artist page, when the record names one.
- `duration` (object)
- `favourites`: How many people keep it as a favourite. Null when the page prints no counter.
- `image_url`
- `labels` (array): One entry per label, two when a record was co-released.
- `lyrics` (object)
- `notes` (array)
- `presentation`: What the catalogue wrote about the record.
- `see_also` (array): Other artists the record links to.
- `sleeve_credits` (array): Who is credited for the sleeve, when anyone is.
- `song_id` (string)
- `source` (string)
- `thumbnail_url`
- `title` (string)
- `top50`
- `url` (string)
- `writers` (array): Writers 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 :…
- `year`

### `list_new_songs` (~211 tokens)

Read what was just catalogued

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.

Input parameters:

- `limit` (integer): Maximum entries to return, taken from the head of the feed.

Output parameters:

- `entries_in_feed` (integer): How many entries the feed carries, read or not. It is a fixed window on the newest records, never a count of the collection.
- `notes` (array)
- `result_count` (integer)
- `results` (array)
- `source` (string)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/smeet666-mcp-bideetmusique/https-github-com-smeet666-mcp-bideetmusique-releases-download-v0-3-0-mcp-bideetm#diagnostics

## Score history

- 2026-08-20: 40
- 2026-08-19: 40
- 2026-08-18: 40

## Links

- Repository: https://github.com/smeet666/mcp-bideetmusique
- Changelog RSS feed: https://verifymcp.io/servers/smeet666-mcp-bideetmusique/https-github-com-smeet666-mcp-bideetmusique-releases-download-v0-3-0-mcp-bideetm.xml
- Changelog JSON feed: https://verifymcp.io/servers/smeet666-mcp-bideetmusique/https-github-com-smeet666-mcp-bideetmusique-releases-download-v0-3-0-mcp-bideetm.json
- HTML version of this page: https://verifymcp.io/servers/smeet666-mcp-bideetmusique/https-github-com-smeet666-mcp-bideetmusique-releases-download-v0-3-0-mcp-bideetm
