Skip to main content
Glama
gabguerin

Hooktheory MCP Server

by gabguerin
pyproject.toml1.37 kB
[project] name = "hooktheory-mcp" version = "0.2.3" description = "Model Context Protocol server for Hooktheory API integration - enables agents to query chord progressions and music theory data" readme = "README.md" authors = [{ name = "Gabriel Guerin", email = "gabriel.guerin.a@gmail.com" }] requires-python = ">=3.11" license = { text = "MIT" } keywords = [ "mcp", "model-context-protocol", "hooktheory", "music", "chords", "ai", ] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Multimedia :: Sound/Audio :: Analysis", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] dependencies = ["mcp>=1.23.3", "httpx>=0.28.0", "pydantic>=2.0.0"] [project.urls] Homepage = "https://github.com/gabguerin/hooktheory-mcp" Repository = "https://github.com/gabguerin/hooktheory-mcp" Documentation = "https://github.com/gabguerin/hooktheory-mcp#readme" Issues = "https://github.com/gabguerin/hooktheory-mcp/issues" [project.scripts] hooktheory-mcp = "hooktheory_mcp:main" [build-system] requires = ["uv_build>=0.8.24,<0.9.0"] build-backend = "uv_build" [dependency-groups] dev = ["twine>=6.2.0"]

Latest Blog Posts

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/gabguerin/hooktheory-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server