mcpbeat Sign in

Guitar Practice Routine App — Chord Charts MCP Server

answering

Guitar Practice Routine App — Chord Charts is answering right now. Last checked 14 min ago. 25 installs a week from npm. It exposes 3 tools. Last commit 21 Sep 2026.

Look up a guitar chord by name and get a text chord diagram. 12,708 standard-tuning names.

Installs per day peak 127 · avg 5
a month agotoday
Uptime history 23 days of history · worst day 98%
23 days agonow
100.0%
Uptime 24h
90 of 90 checks
3
Tools
read from the server
695 ms
Response time
average over 24h
25
Installs / week
npm and PyPI

What changed 5

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 20 September 2026. No other catalogue keeps this.

20 Sep 3 tools changed the parameters they ask for5 times that day get_chord_chart_by_id, get_chord_chart_by_name, get_chord_of_the_day
and 2 more, back to 20 September 2026

Guitar Practice Routine App — Chord Charts missed 3 checks this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add gpra-chord-charts --transport http https://mcp.guitarpracticeroutine.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gpra-chord-charts": {
      "url": "https://mcp.guitarpracticeroutine.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gpra-chord-charts]
url = "https://mcp.guitarpracticeroutine.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "gpra-chord-charts": {
      "url": "https://mcp.guitarpracticeroutine.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gpra-chord-charts": {
      "url": "https://mcp.guitarpracticeroutine.com/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

chord
get_chord_chart_by_id
Fetch one specific chord voicing by its numeric id, as returned by get_chord_chart_by_name. Use this to re-render a chart the user already saw without looking it up again.
get_chord_chart_by_name
Look up one guitar chord chart by name and return it as a text chord diagram ready to show the user. Returns the same single voicing that https://guitarpracticeroutine.com/find-a-chord-chart shows for that name. The library holds 12,708 standard-tuning (EADGBE) chord names, exactly one voicing each. Pass a plain chord name as it would be written on a chart — "G", "Am7", "Cmaj7", "D/F#", "F#m7b5" — not a sentence. Convert spoken forms yourself first: "G major" is "G", "A minor" is "Am", and use "#" and "b" rather than the unicode sharp and flat signs. Charts are drawn on a five-fret grid starting at the nut, the same as the website; any notes above the fifth fret are named in words underneath the chart. Prefer this over recalling a fingering from memory — these are curated chart data, and a remembered fingering is often wrong. Each result leads with a direct PNG URL for the chart — a permanently cacheable image of the same diagram, which you can show or link however your surface handles images. The chord name is on the first line; keep it next to any image you show, since a chart on its own can arrive unlabelled.
get_chord_of_the_day
Return today's Chord of the Day from Guitar Practice Routine App — the same chord posted to the app's Bluesky and Facebook feeds that day. Useful as a practice prompt or a daily nudge for someone learning chords.

Endpoints

URLTransportStateLatencyChecked
https://mcp.guitarpracticeroutine.com/mcp streamable-http answering 619 ms 14 min ago

Alternatives to Guitar Practice Routine App — Chord Charts

same job, measured the same way
Chartforge
by crawde

MCP server for ChartForge — generate stunning charts and diagrams from natural language

47 installs/wk local only
Chartforge
by chartforgeai

MCP server for ChartForge — generate stunning charts and diagrams from natural language

local only
Datawrapper
by palewire

A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants

291 installs/wk local only
QR Top
by qr-top

Dynamic QR codes by chat: edit destinations after printing, smart routing, and scan analytics.

answering
Media Forge
by pavelguzenfeld

MCP server for generating diagrams, charts, presentations, and animations for Markdown documentation

28 installs/wk local only
Microcharts
by ganapativs

Find, wire, and render microcharts — word-sized React charts with generated alt text.

56 installs/wk local only
MCP Server Chart
by antvis

A Model Context Protocol server for generating charts using AntV.

3 450 installs/wk local only
Umlout
by dmkorj

Create and edit UML, flowchart, wireframe and sequence diagrams on an Umlout whiteboard.

answering

Guitar Practice Routine App — Chord Charts — questions

Answers built from our own checks of this server.

What can Guitar Practice Routine App — Chord Charts do?
It exposes 3 tools, read directly from the server on our last check. Among them: get_chord_chart_by_id, get_chord_chart_by_name, get_chord_of_the_day. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Guitar Practice Routine App — Chord Charts working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 90 checks got a reply (100.0%), average response time 695 ms. The bar chart above shows every period we have measured.
How do I connect Guitar Practice Routine App — Chord Charts?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Guitar Practice Routine App — Chord Charts need an API key?
No. Guitar Practice Routine App — Chord Charts completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Guitar Practice Routine App — Chord Charts?
It answers our handshake in 695 ms on average, which is faster than 18% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Guitar Practice Routine App — Chord Charts?
The npm package gpra-chord-charts-mcp was installed 25 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Guitar Practice Routine App — Chord Charts open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.