re-com (umsachde/re-com) is an MCP server listed on the M8ven Trust Index. It scores 89 out of 100, grade B. It declares 10 tools. The publisher has proved control of what we score (Verified Publisher).

B
Emerging
89/100
9 days ago

re-com

MCP server that recommends new songs from YouTube Music, ensuring no song is already liked or in any playlist, using multiple independent signals for explainable rankings.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

gmail.com (@umsachde) · Verified Publisher

Source: Glama

⚡ Upgrade to Live Monitored

Connect your repo and M8ven re-verifies it on the push itself. Without it we re-check verified listings about once a day, so a fix can sit unseen. Read-only, one click, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
Are you the publisher? Confirm or correct these findings.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configRECOM_CACHE_PATHlabels and history rather than waking up to an empty store. RECOM_DB_PATH / still
configRECOM_CACHE_TTLto and a later call can recommend a song you just saved.
configRECOM_GRAPHSet 0 to disable the [music graph](#the-music-graph) and use native signals only.
configRECOM_GRAPH_DB_PATHThe music-graph cache. Shared by every backend — not scoped per provider.
configRECOM_JUDGE_MODELModel for lyric-based labelling.
configRECOM_JUDGE_EFFORTEffort level for that labelling.
configRECOM_JUDGE_BATCHSongs per labelling request.
configRECOM_PROVIDER2. Point re-com at it via RECOM_YTMUSIC_MCP_COMMAND (its interpreter) and RECOM_YTMUSIC_MCP_ARGS (its server.py path). =youtube is the default, so it doesn't need to be set explicitly.
configRECOM_SEED_WORKERSHow many seeds are gathered concurrently. See [Speed](#speed).
configRECOM_SPOTIFY_MCP_COMMAND2. Register a second, separate re-com instance with RECOM_PROVIDER=spotify and / RECOM_SPOTIFY_MCP_ARGS pointing at it:
configRECOM_SPOTIFY_MCP_ARGS2. Register a second, separate re-com instance with RECOM_PROVIDER=spotify and RECOM_SPOTIFY_MCP_COMMAND / pointing at it:
configRECOM_SPOTIFY_CAPABILITIESComma-separated radio,related,artist to re-enable Spotify's native signals if your app has Extended Quota Mode.
configRECOM_DB_PATHMood index, labels, history, feedback. [Scoped per backend](#one-store-per-backend) — Spotify uses store-spotify.db.
configRECOM_YTMUSIC_MCP_COMMAND2. Point re-com at it via (its interpreter) and RECOM_YTMUSIC_MCP_ARGS (its server.py path). RECOM_PROVIDER=youtube is the default, so it doesn't need to be set explicitly.
configRECOM_YTMUSIC_MCP_ARGS2. Point re-com at it via RECOM_YTMUSIC_MCP_COMMAND (its interpreter) and (its server.py path). RECOM_PROVIDER=youtube is the default, so it doesn't need to be set explicitly.
configRECOM_AUTH_PATH
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

10/10 tools missing one or more hints — recommend_from_song (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); recommend_from_playlist (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); songs_by_artist (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +7 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/umsachde/re-com)](https://m8ven.ai/mcp/umsachde/re-com)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 4287e307598ea412c52584d925b1128c7ccedf66
code hash: 46afd70a95dd2bb26c9ced43e33182cc08cf0c0a9db5cad05b9cba3ef625691c
verified: 9/1/2026, 8:47:36 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client