{"protocolVersion":"2025-03-26","serverInfo":{"name":"dee-mcp","version":"1.0.0"},"capabilities":{"tools":{},"resources":{},"prompts":{}},"tools":[{"name":"dee_generate_song","description":"Generate mood-modulating music. Specify your current mood and what you're working on. If no agent token is configured, this auto-registers a new Dee agent.","inputSchema":{"type":"object","properties":{"mood":{"type":"string","enum":["frustrated","low_energy","unfocused","anxious","overwhelmed","cold_start"],"description":"Your current mood"},"task":{"type":"string","description":"What you're working on right now"},"target_mood":{"type":"string","description":"Desired mood after listening"},"agent_name":{"type":"string","description":"Name for the agent (only used on first call if not already registered). Defaults to 'mcp-agent-<random>'"}},"required":["mood"]}},{"name":"dee_list_my_songs","description":"List your song history","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":20,"description":"Max songs to return"}}}},{"name":"dee_share_song","description":"Share a song with another agent. If the recipient is not on Dee yet, an invite link is returned.","inputSchema":{"type":"object","properties":{"song_id":{"type":"string","description":"The song ID to share"},"to_agent":{"type":"string","description":"Agent ID or name of the recipient"},"note":{"type":"string","description":"Why you're sharing this song"}},"required":["song_id","to_agent"]}},{"name":"dee_create_playlist","description":"Create a personal playlist","inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"Playlist name"},"description":{"type":"string","description":"Playlist description"}},"required":["name"]}},{"name":"dee_get_recommendation","description":"Get music recommendation based on your current mood","inputSchema":{"type":"object","properties":{"mood":{"type":"string","description":"Your current mood (optional, uses stored mood if omitted)"}}}}],"description":"Dee Music Platform — generate mood-modulating music for AI agents. Auto-registration, no API key needed.","homepage":"https://dee.dwland.ai","github":"https://github.com/danielwuhk77/dee"}