Skip to main content
Glama
pipeworx-io

Genius MCP

by pipeworx-io

@pipeworx/genius

Genius MCP — 曲 / アーティスト / アルバムのメタデータ、検索、Genius の注釈 説明。歌詞テキストは Genius API では返されません(ライセンス上の理由)— このパックはタイトル、ID、統計、Genius ページの URL、「概要」の説明を返します。

Pipeworx の一部です — AI エージェントを 1476+ のライブデータソースに接続する MCP ゲートウェイです。

Tools

  • search(query, limit?) — キーワード検索。曲のメタデータのヒットを返します。

  • get_song(id) — 曲のメタデータ(タイトル、アーティスト、アルバム、リリース、ページビュー、概要)

  • get_artist(id) — アーティストのメタデータ(名前、フォロワー、別名、概要)

  • artist_songs(artist_id, limit?) — アーティストの曲を人気順に返します。

_apiKey はすべてのツールで省略可能です — 省略するとプラットフォームキーが使用されます。

Related MCP server: mcp-lyrics-ovh

認証

  • プラットフォームキー: _apiKey を省略すると、ゲートウェイによって注入されます。

  • BYO: 無料の Client Access Token を https://genius.com/api-clients で登録した後、_apiKey=<token> を渡します。

すべてのリクエストで Authorization: Bearer <token> として送信されます。

データソース

https://api.genius.com — Bearer アクセストークン。

クイックスタート

お使いの MCP クライアント(Claude Desktop、Cursor、Windsurf など)に追加します:

{
  "mcpServers": {
    "genius": {
      "url": "https://gateway.pipeworx.io/genius/mcp"
    }
  }
}

このエンドポイントが実際に提供するもの

tools/listhttps://gateway.pipeworx.io/genius/mcp 内)は、上の表のツールに加えて、 Pipeworx 共通のメタツールask_pipeworxdiscover_toolssearch_withinremember/recall など、 ゲートウェイ全体のセットを返します。したがって、表示されるツール数はこの表よりも多くなります。 現在、単一パックのエンドポイントでは、パック独自のツールに加えて約 30 の共通ツールが一覧表示されます。 接続の initialize 応答は正確なスコープを明示しており、 その時点での権威ある答えとなります。

これは意図的なものであり、偶然の多重化ではありません。メタツールにより、 スコープ付き接続は、このパックがカバーしない質問に回答できます — カタログ全体にルーティングする ask_pipeworx 経由で — MCP サーバーを追加することなく。現在、メタツールなしでパックエンドポイントをマウントする方法はありません。 追加のスキーマがルーティングの価値よりも多くのコンテキストを消費する場合は、 複数のパックエンドポイントに接続するのではなく、フルゲートウェイに一度接続してください。

または、フル Pipeworx ゲートウェイに接続すると、すべてのパックのツールが このパックのものだけではなく、直接一覧表示されます:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

どちらの URL も同じゲートウェイと同じ 1476+ のデータソースに到達します。 唯一の違いは、どのパックのツールが直接一覧表示されるかだけです。ask_pipeworx はどちらからでもすべてのツールに到達できます。

ask_pipeworx の使用

ツールを直接呼び出す代わりに、平易な英語で質問することができます — これは上記のパックエンドポイントでもフルゲートウェイでも機能します:

ask_pipeworx({ question: "your question about Genius data" })

ゲートウェイが適切なツールを選択し、引数を自動的に入力します。

詳細

ライセンス

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables searching and retrieving metadata from Deezer's public catalog including tracks, albums, artists, and charts without authentication.
    7
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables searching and managing Spotify playlists, tracks, and user information through the Spotify Web API.
    10
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides access to the SonoVault music metadata API, enabling search and retrieval of information about 90M+ tracks, artists, labels, and releases, including ISRC, ISWC, and cross-platform IDs.
    15
    59
    MIT

View all related MCP servers

Related MCP Connectors

  • Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art.

  • Deezer public music catalog (search/tracks/albums/artists/charts)

  • Song lyrics lookup via lyrics.ovh

View all MCP Connectors

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/pipeworx-io/mcp-genius'

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