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.
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 →
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.
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
claude mcp add smeet666-mcp-bideetmusique -- npx -y mcp-bideetmusique
codex mcp add smeet666-mcp-bideetmusique -- npx -y mcp-bideetmusique
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"smeet666-mcp-bideetmusique": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-bideetmusique"
],
"enabled": true
}
}
} openclaw mcp add smeet666-mcp-bideetmusique --command npx --arg -y --arg mcp-bideetmusique
mcp_servers:
smeet666-mcp-bideetmusique:
command: "npx"
args: ["-y", "mcp-bideetmusique"] {
"mcpServers": {
"smeet666-mcp-bideetmusique": {
"command": "npx",
"args": [
"-y",
"mcp-bideetmusique"
]
}
}
} 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.
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 |
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.
get_artist Read an artist's page ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| artist_id | string | yes | The artist id returned by search_songs or get_song, digits only, for example '290'. |
| limit | integer | – | Maximum songs of the discography to return. |
| Name | Type | Req | Description |
|---|---|---|---|
| aliases | array | yes | Other names this artist recorded under, as the page stacks them. |
| artist_id | string | yes | – |
| birth_date | – | yes | 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 | yes | – |
| discography_count | integer | yes | Songs returned, after 'limit'. |
| first_name | – | yes | – |
| links | array | yes | Addresses off the site, with the label the page gave them. |
| name | string | yes | – |
| nationality | – | yes | As the catalogue writes it, in its own words: 'suisse', 'franco-espagnole'. |
| notes | array | yes | – |
| photo_url | – | yes | – |
| presentation | – | yes | – |
| see_also | array | yes | – |
| songs_on_page | integer | yes | Songs the page held, before 'limit'. |
| source | string | yes | – |
| surname | – | yes | – |
| url | string | yes | – |
No examples provided.
get_random_song Read a record drawn at random ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| added_on | – | yes | The day the collection catalogued it, as an ISO date. |
| artist | object | yes | – |
| catalogue_reference | – | yes | The reference printed on the record. A reference of four digits is not a year. |
| comments | – | yes | – |
| credited_performer | – | yes | A performer the sleeve credits apart from the artist page, when the record names one. |
| duration | object | yes | – |
| favourites | – | yes | How many people keep it as a favourite. Null when the page prints no counter. |
| image_url | – | yes | – |
| labels | array | yes | One entry per label, two when a record was co-released. |
| lyrics | object | yes | – |
| notes | array | yes | – |
| presentation | – | yes | What the catalogue wrote about the record. |
| see_also | array | yes | Other artists the record links to. |
| sleeve_credits | array | yes | Who is credited for the sleeve, when anyone is. |
| song_id | string | yes | – |
| source | string | yes | – |
| thumbnail_url | – | yes | – |
| title | string | yes | – |
| top50 | – | yes | – |
| url | string | yes | – |
| writers | array | yes | 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 | – | yes | – |
No examples provided.
get_song Read a song's record ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | The song id returned by search_songs, digits only, for example '1734'. |
| Name | Type | Req | Description |
|---|---|---|---|
| added_on | – | yes | The day the collection catalogued it, as an ISO date. |
| artist | object | yes | – |
| catalogue_reference | – | yes | The reference printed on the record. A reference of four digits is not a year. |
| comments | – | yes | – |
| credited_performer | – | yes | A performer the sleeve credits apart from the artist page, when the record names one. |
| duration | object | yes | – |
| favourites | – | yes | How many people keep it as a favourite. Null when the page prints no counter. |
| image_url | – | yes | – |
| labels | array | yes | One entry per label, two when a record was co-released. |
| lyrics | object | yes | – |
| notes | array | yes | – |
| presentation | – | yes | What the catalogue wrote about the record. |
| see_also | array | yes | Other artists the record links to. |
| sleeve_credits | array | yes | Who is credited for the sleeve, when anyone is. |
| song_id | string | yes | – |
| source | string | yes | – |
| thumbnail_url | – | yes | – |
| title | string | yes | – |
| top50 | – | yes | – |
| url | string | yes | – |
| writers | array | yes | 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 | – | yes | – |
No examples provided.
list_new_songs Read what was just catalogued ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum entries to return, taken from the head of the feed. |
| Name | Type | Req | Description |
|---|---|---|---|
| entries_in_feed | integer | yes | 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 | yes | – |
| result_count | integer | yes | – |
| results | array | yes | – |
| source | string | yes | – |
No examples provided.
search_songs 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | What to search for, in French, for example 'Pierre Bachelet' or 'vacances'. |
| search_type | string | yes | 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… |
| Name | Type | Req | Description |
|---|---|---|---|
| has_more_pages | – | yes | – |
| notes | array | yes | – |
| page_count | – | yes | – |
| page_requested | integer | yes | – |
| page_served | – | yes | 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 | yes | – |
| result_count | integer | yes | Songs returned, after 'limit'. |
| results | array | yes | – |
| rows_on_page | integer | yes | Songs this page held, before 'limit'. |
| search_type | string | yes | – |
| source | string | yes | – |
| total_matches | – | yes | 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. |
No examples provided.