rights-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RIGHTS_PAYTO | No | Rights-holder payout address. | soundraw-payout |
| RIGHTS_NETWORK | No | Network: sim = no chain, auto-pays a funded demo wallet. A real network (e.g. solana-mainnet) requires a signed x402 payment. | sim |
| RIGHTS_TAKE_BPS | No | Platform cut in basis points. | 1500 |
| SOUNDRAW_API_KEY | No | When set, swaps the sample catalog for the real Soundraw rights catalog. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_tracksA | Search the rights catalog for music an agent is allowed to license. Returns candidate tracks with metadata and estimated per-usage price. Returns previews only — no licensed asset until license_track is paid. |
| quote_licenseA | Get a price quote and x402 payment requirements to license a specific track for a given usage. Returns a quoteId to pass to license_track. |
| license_trackA | Complete a license by paying its quote. Pass the quoteId and, on a real network, a signed x402 payment. Funds settle ONLY after the licensed asset and a signed license certificate are bound to the payment (fair exchange). Returns the deliverable asset and a verifiable certificate. |
| verify_licenseA | Verify a license certificate offline. Returns whether it is validly signed by the rights issuer and the license terms it carries. |
| catalog_statsB | Operational stats: issuer key, network, take rate, licenses issued, balances. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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