2,500+ MCP servers ready to use
Vinkius

AcoustID MCP Server for Google ADK 5 tools — connect in under 2 minutes

Built by Vinkius GDPR 5 Tools SDK

Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add AcoustID as an MCP tool provider through Vinkius and your ADK agents can call every tool with full schema introspection.

Vinkius supports streamable HTTP and SSE.

python
from google.adk.agents import Agent
from google.adk.tools.mcp_tool import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import (
    StreamableHTTPConnectionParams,
)

# Your Vinkius token. get it at cloud.vinkius.com
mcp_tools = McpToolset(
    connection_params=StreamableHTTPConnectionParams(
        url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    )
)

agent = Agent(
    model="gemini-2.5-pro",
    name="acoustid_agent",
    instruction=(
        "You help users interact with AcoustID "
        "using 5 available tools."
    ),
    tools=[mcp_tools],
)
AcoustID
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About AcoustID MCP Server

Connect to AcoustID and identify music from audio fingerprints through natural conversation — no API key needed for basic use.

Google ADK natively supports AcoustID as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 5 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.

What you can do

  • Song Identification — Identify songs from audio fingerprints (like Shazam)
  • Recording Search — Search for recordings by name, artist or MusicBrainz ID
  • MBID Lookup — Find all AcoustIDs linked to a MusicBrainz recording
  • Metadata Lookup — Get full metadata for recordings including artists and release groups
  • Fingerprint Submission — Submit new audio fingerprints to expand the database

The AcoustID MCP Server exposes 5 tools through the Vinkius. Connect it to Google ADK in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect AcoustID to Google ADK via MCP

Follow these steps to integrate the AcoustID MCP Server with Google ADK.

01

Install Google ADK

Run pip install google-adk

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Create the agent

Save the code above and integrate into your ADK workflow

04

Explore tools

The agent will discover 5 tools from AcoustID via MCP

Why Use Google ADK with the AcoustID MCP Server

Google ADK provides unique advantages when paired with AcoustID through the Model Context Protocol.

01

Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution

02

Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with AcoustID

03

Production-ready features like session management, evaluation, and deployment come built-in. not bolted on

04

Seamless integration with Google Cloud services means you can combine AcoustID tools with BigQuery, Vertex AI, and Cloud Functions

AcoustID + Google ADK Use Cases

Practical scenarios where Google ADK combined with the AcoustID MCP Server delivers measurable value.

01

Enterprise data agents: ADK agents query AcoustID and cross-reference results with internal databases for comprehensive analysis

02

Multi-modal workflows: combine AcoustID tool responses with Gemini's vision and language capabilities in a single agent

03

Automated compliance checks: schedule ADK agents to query AcoustID regularly and flag policy violations or configuration drift

04

Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including AcoustID

AcoustID MCP Tools for Google ADK (5)

These 5 tools become available when you connect AcoustID to Google ADK via MCP:

01

get_recording_metadata

Returns all associated MusicBrainz recordings, artists, release groups and fingerprints linked to this AcoustID. Get full metadata for a recording by AcoustID

02

lookup_by_fingerprint

Returns matching recordings from the AcoustID database with song titles, artists, MusicBrainz IDs and match confidence scores. Requires the fingerprint string and audio duration in seconds. Use meta="recordings" for full recording details. Identify a song by audio fingerprint

03

search_by_mbid

Returns all AcoustID fingerprints linked to that MusicBrainz recording, useful for finding multiple audio fingerprints of the same song. Search for AcoustIDs by MusicBrainz ID

04

search_by_recording

Returns matching recordings with AcoustID, MusicBrainz ID, title and artist name. Useful for finding the AcoustID of a known song. Search for recordings by name and/or artist

05

submit_fingerprint

Requires the Chromaprint fingerprint string and audio duration. Optionally include recording name and artist for new songs. Returns the newly created AcoustID. Submit an audio fingerprint to AcoustID

Example Prompts for AcoustID in Google ADK

Ready-to-use prompts you can give your Google ADK agent to start working with AcoustID immediately.

01

"Search for 'Bohemian Rhapsody' by Queen."

02

"Search recordings by Daft Punk."

03

"Get metadata for AcoustID 0e5e5b5e-."

Troubleshooting AcoustID MCP Server with Google ADK

Common issues when connecting AcoustID to Google ADK through the Vinkius, and how to resolve them.

01

McpToolset not found

Update: pip install --upgrade google-adk

AcoustID + Google ADK FAQ

Common questions about integrating AcoustID MCP Server with Google ADK.

01

How does Google ADK connect to MCP servers?

Import the MCP toolset class and pass the server URL. ADK discovers and registers all tools automatically, making them available to your agent's tool-use loop.
02

Can ADK agents use multiple MCP servers?

Yes. Declare multiple MCP tool providers in your agent configuration. ADK merges all tool schemas and the agent can call tools from any server in a single turn.
03

Which Gemini models work best with MCP tools?

Gemini 2.0 Flash and Pro models both support function calling required for MCP tools. Flash is recommended for latency-sensitive use cases, Pro for complex reasoning.

Connect AcoustID to Google ADK

Get your token, paste the configuration, and start using 5 tools in under 2 minutes. No API key management needed.