- Home
- MCP servers
- RootVine
RootVine
- javascript
1
GitHub Stars
javascript
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"ragingorangutan-rootvine-mcp": {
"command": "npx",
"args": [
"-y",
"rootvine-mcp"
]
}
}
}You can connect your AI agents to RootVine’s music data resolution service using a minimal MCP (Model Context Protocol) server implemented for RootVine. This enables you to query where to listen to, buy, or stream tracks across major platforms, with neutral ranking and direct links.
How to use
You use an MCP client to talk to the RootVine MCP server. The simplest path is to run RootVine as a local, stdio-based MCP server and then point your MCP client to it. You can also configure compatible clients (like Claude Desktop) to load a small MCP entry that starts RootVine under the hood.
How to install
Prerequisites: ensure you have Node.js installed on your machine so you can use npm and npx. You should also have an MCP client that can communicate over stdio or HTTP.
# Basic client-side approach using MCP via stdio
npx rootvine-mcp
# Claude Desktop example (embedded within your Claude Desktop config)
# This is a JSON snippet you would place in your client configuration
Additional sections
Configuration details for your MCP client are provided through explicit code examples you can copy directly into your setup. This guide includes a ready-to-use stdio-based command to start the RootVine MCP server locally, and a JSON snippet showing how to register the server with Claude Desktop.
{
"mcpServers": {
"rootvine": {
"command": "npx",
"args": ["-y", "rootvine-mcp"]
}
}
}
Usage patterns and examples
- Start the RootVine MCP server locally and run your MCP client to query music links. Example query intent: locate where to listen to a track across Spotify, Apple Music, YouTube Music, and other platforms.
Security and notes
Your MCP client may pass user queries to RootVine. Treat responses as guidance for where to listen or purchase. Ensure you follow your client’s security practices for handling external data sources and links.
Available tools
resolve_music
Find where to listen to, buy, or stream a song or album across supported platforms, returning ranked results with direct links.
resolve_game
Game price resolution across major stores (coming soon); currently registered but not active.
find_product
Smart router that routes queries to the music resolver; game routing activates when the game vertical launches.