spotify-web-api

spotify-web-api

3.2

If you are the rightful owner of spotify-web-api and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project is an MCP (Multi-Agent Conversation Protocol) Server for the Spotify OpenAPI, auto-generated using AG2's MCP builder.

The MCP Server is designed to facilitate multi-agent conversations by leveraging the Spotify OpenAPI. It is built using Python 3.9+ and provides a robust framework for developing and managing conversation protocols. The server supports various transport modes, including stdio, sse, and streamable-http, allowing for flexible integration with different systems. It is equipped with tools for linting, formatting, static analysis, and testing, ensuring high code quality and reliability. The server can be configured using environment variables, making it adaptable to different deployment environments. Additionally, it includes pre-commit hooks to maintain code integrity and uses Hatch for building and publishing, streamlining the development and deployment process.

Features

  • Supports multiple transport modes (stdio, sse, streamable-http) for flexible integration.
  • Utilizes ruff for linting and formatting, ensuring code quality.
  • Incorporates mypy for static type checking and pytest for testing.
  • Configurable via environment variables for easy adaptation to different environments.
  • Includes pre-commit hooks to maintain code integrity.