musixmatch.com
Musixmatch provides licensed song lyrics, music metadata, and related music intelligence services. Its platform also supports enterprise distribution workflows such as lyrics submission, artist claims, catalog feeds, and subscription activation.
Musixmatch exposes a public lyrics/catalog HTTP API authenticated by API key, an enterprise distribution HTTP API authenticated with OAuth 2.0 Bearer tokens, and an npm-distributed MCP server CLI for AI-agent access.
- Musixmatch Lyrics APIdiscovered
- Musixmatch Distribution APIdiscovered
- Musixmatch MCP server CLIdiscovered
Go to Musixmatch API pricing and register for a plan or contact Musixmatch for a custom solution. After registration, Musixmatch provides your API key; the docs say this key is required for most API calls and should be kept secret. You can also use the Developer Portal to manage access.
For enterprise integrations, contact Musixmatch API support to register a client. Musixmatch issues a client_id and client_secret; for authorization-code integrations you also provide a redirect_uri. Token issuance happens at https://connect.musixmatch.com/oauth/token, supporting authorization_code, refresh_token, and client_credentials flows. Use the resulting access token as Authorization: Bearer <access_token>.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing