What problem does it solve?
Developers extend and maintain the Audius MCP server to provide LLMs with controlled access to Audius and Open Audio Protocol APIs via the two meta-tools: search and execute. This skill frames the MCP as an extensible, production-grade platform for building, testing, and evolving agent interactions with web APIs.
Core Features & Use Cases
- Architecture overview: an Effect-TS service layered server that wires API discovery, sandboxed execution, spec loading, and transport.
- Tooling and patterns: guidance on how the MCP wires AppConfig, SpecLoader, SpecIndex, AudiusClient, and tool handlers to compose a robust runtime.
- Use cases: adding new tools, extending the sandbox, updating the transport layer, or modifying the spec loader within the audius-mcp-atris codebase.
- References: extensive in-repo references to guide development in this skill.
Quick Start
Begin by exploring the audius-mcp-atris codebase and starting the development server to experiment with MCP components.