Skip to main content
Glama
rcoldwell

Digital Guitar Archive MCP Server

by rcoldwell

Digital Guitar Archive MCP Server

This MCP (Model Context Protocol) server provides AI assistants with tools to search and retrieve records from the Digital Guitar Archive.

The server is pre-configured to connect to the Digital Guitar Archive API at https://digitalguitararchive.com/archive/api.

Features

The server exposes three tools:

  • search_guitar_archive - Search for records with full-text search and field-specific filters

  • get_record_details - Get full details for a specific record by ID

  • list_sources - List all source libraries (RISM sigla) with record counts

Related MCP server: MusicBrainz MCP Server

Prerequisites

  • Node.js 18+ (with native fetch support)

  • npm

Installation

cd mcp
npm install
npm run build

Claude Desktop Configuration

Claude Desktop launches the MCP server automatically. Add the following to your configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

{
    "mcpServers": {
        "guitar-archive": {
            "command": "node",
            "args": ["/path/to/mcp/dist/mcp-server.js"]
        }
    }
}

Replace /path/to/mcp/ with the absolute path to your mcp folder. For example:

macOS:

{
    "mcpServers": {
        "guitar-archive": {
            "command": "node",
            "args": ["/path/to/mcp/dist/mcp-server.js"]
        }
    }
}

After updating the configuration, restart Claude Desktop for the changes to take effect.

Development

To test the server manually:

npx ts-node src/mcp-server.ts

Note: When running with stdio transport, the server communicates via stdin/stdout and won't produce visible output. The server acts as a proxy to the live production API.

License

ISC

Available Tools

3 tools
get_record_detailsC

Get full details for a specific record by its ID

ParametersJSON Schema
NameRequiredDescriptionDefault
record_idYesThe ID of the record to retrieve

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool retrieves details but does not specify whether it's a read-only operation, potential error conditions (e.g., invalid ID), rate limits, or authentication needs. This leaves significant gaps in understanding the tool's behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that directly states the tool's purpose without unnecessary words. It is appropriately sized and front-loaded, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations and output schema, the description is incomplete. It does not explain what 'full details' entail, potential return formats, or error handling, which are crucial for a tool that retrieves data. The simplicity of the tool (one parameter) mitigates this slightly, but key behavioral aspects are missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, with the parameter 'record_id' fully documented in the schema. The description adds no additional meaning beyond what the schema provides (e.g., format examples or constraints), so it meets the baseline score for high schema coverage without extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get') and resource ('full details for a specific record'), making the purpose unambiguous. However, it does not explicitly differentiate this tool from its siblings (list_sources, search_guitar_archive), which might involve similar data retrieval but for different resources or scopes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It lacks context about prerequisites (e.g., needing a valid record ID), exclusions, or comparisons to sibling tools, leaving the agent to infer usage based on the tool name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_sourcesB

Get a list of all source libraries (RISM sigla) in the archive with record counts and location info

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.4/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden but only states what data is returned without disclosing behavioral traits like pagination, rate limits, authentication needs, or whether the list is static or dynamic. It mentions 'all' sources but doesn't clarify if this includes archived or inactive ones.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that efficiently conveys the tool's purpose and output details without any redundant or unnecessary information. It is front-loaded and appropriately sized for a simple tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 0 parameters, no annotations, and no output schema, the description adequately explains what the tool does but lacks completeness regarding behavioral context (e.g., response format, error handling). It covers the basics but leaves gaps that could hinder effective use by an AI agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately adds no parameter details, focusing on the tool's purpose instead, which meets the baseline for this scenario.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Get a list') and resource ('all source libraries (RISM sigla) in the archive'), specifying what information is included ('record counts and location info'). It distinguishes itself from siblings by focusing on listing sources rather than getting details or searching, though it doesn't explicitly name alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for retrieving a comprehensive list of sources with metadata, but provides no explicit guidance on when to use this tool versus alternatives like 'search_guitar_archive' for filtered queries. It lacks any mention of prerequisites or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_guitar_archiveC

Search the Digital Guitar Archive for records. Supports full-text search and field-specific filters.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoFull text search across all fields
titleNoSearch by title only
authorNoSearch by author only
sourceNoFilter by source/library (RISM sigla, e.g. US:Wc)
publisherNoSearch by publisher
limitNoMax results to return (default 10)

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions search capabilities but doesn't cover critical aspects like whether this is a read-only operation, potential rate limits, authentication requirements, or what the return format looks like (e.g., pagination, error handling). For a search tool with zero annotation coverage, this is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core purpose ('Search the Digital Guitar Archive for records') and adds a useful detail ('Supports full-text search and field-specific filters') without any wasted words. It's appropriately sized for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (6 parameters, no output schema, no annotations), the description is incomplete. It lacks information on behavioral traits, output format, and usage guidelines relative to siblings. While the schema covers parameters well, the description doesn't compensate for missing annotations or output details, making it inadequate for full agent understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, meaning all parameters are documented in the schema itself. The description adds minimal value by mentioning 'full-text search and field-specific filters,' which aligns with parameters like 'q' and others but doesn't provide additional syntax, format details, or usage examples beyond what the schema already covers.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Search') and resource ('Digital Guitar Archive for records'), providing a specific verb+resource combination. However, it doesn't explicitly differentiate from sibling tools like 'get_record_details' or 'list_sources' beyond implying it's a search function rather than a detail retrieval or listing tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions 'Supports full-text search and field-specific filters,' which implies usage context but doesn't provide explicit guidance on when to use this tool versus alternatives like 'get_record_details' or 'list_sources.' No exclusions or prerequisites are stated, leaving the agent to infer appropriate usage scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updatesv1.0.0
    • First observedget_record_details
    • First observedlist_sources
    • First observedsearch_guitar_archive

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: get_record_details retrieves a specific record, list_sources provides metadata about source libraries, and search_guitar_archive performs queries across the archive. The descriptions clearly differentiate between individual record access, source cataloging, and search functionality.

Naming Consistency5/5

All three tools follow a consistent verb_noun pattern with snake_case naming: get_record_details, list_sources, and search_guitar_archive. The naming is predictable and follows the same structural convention throughout the tool set.

Tool Count3/5

With only 3 tools, the server feels somewhat thin for an archive management domain. While the tools cover basic access patterns (get, list, search), typical archive operations like creating, updating, or deleting records are missing, suggesting the surface may be incomplete rather than optimally scoped.

Completeness2/5

For a digital archive server, there are significant gaps in CRUD/lifecycle coverage. The tools only provide read-only operations (get, list, search) with no ability to create, update, or delete records. This will cause agent failures when trying to perform basic archive management tasks beyond querying existing data.

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides AI assistants with tools to query and explore the Azgaarnoth D\&D world repository, including searching content, retrieving stat blocks, spells, and browsing categories like races, classes, nations, and creatures across ~4,200 markdown files.
    -
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to query the MusicBrainz music database for artists, albums, recordings, and labels. It provides tools for advanced searches, detailed metadata retrieval, and accessing cover art information.
    17
    13
    GPL 3.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to search and retrieve metadata, abstracts, and notes from a user's Zotero library through tools like search, get item, and list collections.
    -