rights-mcp
Enables settlement of music license payments on the Solana blockchain through a facilitator adapter that handles partially-signed transactions and durable nonces.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rights-mcpsearch for calm lofi music"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rights-mcp
The rights layer for the agent economy. An MCP server that lets an AI agent search, license, and pay for rights-clean music per use — and walk away with a verifiable license certificate proving it's allowed to use the track.
Built on x402 for payment and the fair-exchange escrow pattern from x402-pact: the agent's money only moves once the licensed asset and a signed certificate are bound to the payment. Zero dependencies, no SDK, no LLM in the loop — it runs anywhere Node runs and behaves identically whether or not any AI service is reachable.
Why this exists
An agent generating a video, ad, or stream doesn't need "a track." It needs a track it is allowed to use, with a paper trail proving it. That paper trail is only worth anything if whoever issues it actually controls the rights. That's the moat: the catalog adapter is the one piece a generic tool can't fake — it's where a real rights holder (e.g. a music catalog like Soundraw) plugs in.
Everything else here — pricing, escrow, certificates, the MCP wire protocol — is plumbing, and it's all built and tested.
Related MCP server: PixelVault
The loop
search_tracks ──▶ quote_license ──▶ license_track ──▶ verify_license
(previews) (price + x402 (pay → settle (offline proof
requirements) ONLY on delivery) of rights)npm run demo
# 1. search → picked "Low Tide" (trk_lowtide), creator price $0.162
# 2. quote → q_7ab4..., $0.162 for creator usage
# 3. pay+settle → license lic_498f..., tx sim-settle:3a6b...
# split: rights-holder $0.1377, platform $0.0243
# 4. verify → VALID certificateMCP tools
Tool | What it does |
| Query the catalog by mood/genre/bpm/text. Returns previews + per-usage price estimates. No licensed asset. |
| Price a track for a usage tier ( |
| Pay a quote. Funds settle only after the asset + a signed certificate are bound to the payment (fair exchange). Returns the deliverable + certificate. |
| Verify a certificate offline: validly signed by the rights issuer, with its terms. |
| Issuer key, network, take rate, licenses issued, balances. |
Run it as an MCP server
npm start # stdio JSON-RPC, ready for any MCP clientClaude Desktop / Claude Code mcpServers entry:
{
"mcpServers": {
"rights": { "command": "node", "args": ["/abs/path/to/rights-mcp/src/server.js"] }
}
}Or drive it with no client (the "no LLM" path)
rights search "calm lofi"
rights quote trk_lowtide creator
rights license <quoteId>
rights verify <certificate>
rights statsEconomics
license_track settles the price and splits it on the certificate: rights holder gets their share, the platform keeps takeRateBps (default 15%). The split is signed into every license, so it's auditable, not a trust-me number. Set with RIGHTS_TAKE_BPS.
Configuration
Env | Default | Meaning |
|
|
|
|
| Platform cut in basis points. |
|
| Rights-holder payout address. |
| — | When set, swaps the sample catalog for the real Soundraw rights catalog. |
What's real vs. stubbed (honest seams)
This is a working spine with two deliberate, clearly-labelled seams where production drops in:
Catalog — ships with an 8-track sample catalog so it runs with no credentials.
SoundrawCatalogis the drop-in for the real rights API (same interface; the rest of the server is unchanged). Sample deliverables are labelled placeholders, not real licensed audio.Settlement —
SimBankproves the full escrow→split loop with no chain. A Solana facilitator adapter (settle a partially-signed tx / durable nonce) drops in behind the same calls. Real on-chain settlement is not yet wired.
Everything else — escrow/fair-exchange semantics, Ed25519 certificate signing & verification, double-spend / expiry / underpayment rejection, the MCP protocol — is real and covered by 17 no-mock tests (npm test), including a full roundtrip against the actual server over stdio.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI agents to generate music and audio content using the MiniMax Music API through text prompts, with support for reference audio and lyric generation.15
- AlicenseAqualityDmaintenanceAI asset compliance and licensing. Search pre-cleared assets matched to your brief. Usage agreement auto-generated at checkout. Works with Claude and any MCP-compatible agent.330MIT
- AlicenseAqualityAmaintenanceLicensed, rights-cleared content for AI agents, 17 tools to discover, license, retrieve, and verify expert content with on-chain proof and EU AI Act Article 53 support.83481MIT

Compeller MCPofficial
Alicense-qualityDmaintenanceEnables agents to create AI music videos and audio-reactive visuals from songs through MCP, including style discovery, music search, rendering, webhook registration, and media management.1MIT
Related MCP Connectors
Licensed, rights-cleared content for AI agents - verifiable license keys + EU AI Act attestation.
Verified, sourced, real-time intelligence layer for AI agents.
Stripe-native marketplace where AI agents discover and pay per call for API services.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yksanjo/rights-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server