Mmcp.market

Guitar Practice Routine App — Chord Charts MCP server

by slshults·io.github.slshults/gpra-chord-charts·v0.1.0

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

A93/100grade A
What users say
No reviews yet
Be the first
Safety scan
A93/100

full report

Adoption
Growing

0 stars25 downloads/wk

Reviews

Write one

Nobody has reviewed Guitar Practice Routine App — Chord Charts yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Guitar Practice Routine App — Chord Charts tools (3)

write = sends, deletes, buys or posts
  • get_chord_chart_by_idFree

    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_nameFree

    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_dayFree

    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.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan15 source files scanned25/25
  • Live reliabilityremote reachable in 836ms20/20
  • Tool poisoning3 tool descriptions checked15/15
  • Auth qualityopen endpoint, read-only tools10/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 93/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http gpra-chord-charts https://mcp.guitarpracticeroutine.com/mcp
Add to Cursor

Guitar Practice Routine App — Chord Charts: common questions

Is Guitar Practice Routine App — Chord Charts MCP server safe?
Yes, by our scan: it is graded A (93/100). Read the Guitar Practice Routine App — Chord Charts safety report
How do I install Guitar Practice Routine App — Chord Charts?
It runs remotely at mcp.guitarpracticeroutine.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Guitar Practice Routine App — Chord Charts need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Guitar Practice Routine App — Chord Charts maintained?
The last commit was in the last day (2026-09-20). The latest release is v0.1.0.
Is Guitar Practice Routine App — Chord Charts up?
100% of our last 5 checks got an answer. We check remote servers about four times a day.
What can I use instead of Guitar Practice Routine App — Chord Charts?
Servers from other publishers that do the same job: Microcharts MCP server.

Alternatives to Guitar Practice Routine App — Chord Charts

Same job from other publishers: the closest match first, then the best rated.

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

More from slshults