4,500+ servers built on MCP Fusion
Vinkius
Last.fm Alternative logo
Vinkius
CrewAI logo

How to Use the Last.fm Alternative MCP in CrewAI

Let specialized agent teams monitor, tag, and update your music profile using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Last.fm Alternative MCP on Cursor AI Code Editor MCP Client Last.fm Alternative MCP on Claude Desktop App MCP Integration Last.fm Alternative MCP on OpenAI Agents SDK MCP Compatible Last.fm Alternative MCP on Visual Studio Code MCP Extension Client Last.fm Alternative MCP on GitHub Copilot AI Agent MCP Integration Last.fm Alternative MCP on Google Gemini AI MCP Integration Last.fm Alternative MCP on Lovable AI Development MCP Client Last.fm Alternative MCP on Mistral AI Agents MCP Compatible Last.fm Alternative MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Last.fm Alternative MCP to CrewAI

Create your Vinkius account to connect Last.fm Alternative to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-agent music curation in CrewAI

Assign specialized tasks to different agents in your crew. One agent can monitor your listening habits with `get_user_info`, while another researches genres using `get_tag_info`. This collaborative approach lets agents share memory. The researcher agent finds a tag, passes it to the curator agent, and your profile gets updated with highly relevant recommendations.

Autonomous background scrobbling

You can build an autonomous agent that runs in the background of your terminal or server. It watches your active audio source using this MCP Server and calls `update_now_playing` without you touching a key. When a song finishes, the agent verifies the duration and triggers `scrobble_track`. It handles the entire lifecycle of your listening session completely hands-free.

Selective tool access for agent safety

You don't have to give every agent full access to your account. Use the `MCPServerHTTP` class with a custom tool filter to restrict write tools like `scrobble_track` to your trusted moderator agent. Meanwhile, your analysis agents can only access read-only tools like `get_track_info`. This keeps your account safe from rogue agents posting bad data.

Setup guide

Set up Last.fm Alternative MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Last.fm Alternative tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Last.fm Alternative Analyst",
    goal="Access and analyze Last.fm Alternative data via MCP.",
    backstory="Expert analyst with direct Last.fm Alternative access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Last.fm Alternative transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Last.fm Alternative MCP in CrewAI

Install `crewai` and pass your Vinkius server URL directly into the agent's `mcps` list. The agent will automatically discover tools like `get_track_info` and start using them.
Yes, an agent with write permissions can call `update_now_playing` to broadcast your active track. You just need to supply the session key in the environment variables.
CrewAI agents store tool outputs in their shared memory. If one agent fetches track data via `get_track_info`, other agents in the crew can access that data without re-querying the API.
Yes, it works natively with Python. The server exposes standard SSE endpoints that the Python framework connects to, handling all JSON serialization behind the scenes.
All calls to `get_user_info` and other endpoints run through secure, zero-trust V8 sandboxes. Your private profile data is processed entirely in-memory and never cached on Vinkius servers.

Start using the Last.fm Alternative MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 5 tools

We've already built the connector for Last.fm Alternative. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 5 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.