Labsco
glassBead-tc logo

Atris MCP for Audius

โ˜… 5

from glassBead-tc

Access the Audius music platform via LLMs, with 105 tools covering most of the Audius Protocol API.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” a "Code Mode" MCP server giving LLMs full access to the Audius music platform and Open Audio Protocol via two meta-tools instead of 100+ individual ones.

What you get โ€”

  • search to discover API endpoints and execute to run JavaScript against the Audius API in a QuickJS WASM sandbox โ€” e.g. "what's trending on Audius right now?"
  • play to open a track in the Audius app/browser
  • subgraph to query on-chain protocol data (staking, governance, nodes) via The Graph
  • Compresses the whole API into ~1,000 tokens of context

Requirements โ€” an AUDIUS_API_KEY (free developer app at audius.co/settings); optional GRAPH_API_KEY for the subgraph tool.

Cost snapshot โ€” free and open source (license not stated in the excerpt); the Audius API is free with a developer key.

Setup effort โ€” clone, pnpm install, add your key to .env, run pnpm dev; connect via HTTP or a node dist/index.js entry.

Our take โ€” Clever architecture for avoiding tool explosion. Caveat: the subgraph tool errors without a separate Graph API key, and write operations (uploads/favorites) need an additional API secret.

Source: the project README โ€” summarized 2026-07-08.