The first artist-owned MCP server for AI Agent use. Discover, narrate, and stream Matthew Hartley's debut album The Time Is Now: A Journey in
If you already use Matthew Hartley Music MCP, the matthew hartley music mcp mcp server is the piece that lets your assistant work with it directly. The first artist-owned MCP server for AI Agent use. Discover, narrate, and stream Matthew Hartley's debut album The Time Is Now: A Journey in Chapters from any AI client. Powered by Harmonic Wave.
This MCP server exposes The Time Is Now: A Journey in Chapters — Matthew Hartley's debut album — as a structured, AI-native experience. Twelve songs across six chapters, each with lyrics, emotional narrative, version recordings, and direct streaming links. Designed so any AI client can:
Matthew Hartley is a Christian rock songwriter from Sarasota, FL — and a 25+ year software industry veteran whose career spans engineering, architecture, sales, and executive leadership, with multiple USPTO patent filings to his name. He leads Imagine Peak Studios, the studio behind this MCP and the Harmonic Wave platform. The Time Is Now: A Journey in Chapters is a twelve-song album written across twenty-five years (1999–2026) — six chapters tracing innocence and heartbreak, awakening, breaking the cycle, love and commitment, collapse and calling, and grounded faith.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_songs — List all songs (filter by chapter slug or release status)get_song — Fetch one song by ID or slug — lyrics, quotes, cover art, streaming links, chapter assignmentlist_chapters — List all chapters with numeral, name, year range, mood tags, song countget_chapter — Fetch one chapter with all songs and full ACF narrativeget_artist — Artist profile + biographical contextget_experience — One-shot curated playlist for a listening mode — songs, scenes, fresh stream URLsget_experience_prompt — Returns the narration prompt template AI agents use to host listening sessionsrefresh_stream_urls — Mint fresh signed audio URLs in bulk, before existing URLs expireSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Matthew Hartley Music MCP's toolset — list_songs, get_song, list_chapters and 5 more — is a fair guide to whether it matches your workflow.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| list_songs | List all songs (filter by chapter slug or release status) |
| get_song | Fetch one song by ID or slug — lyrics, quotes, cover art, streaming links, chapter assignment |
| list_chapters | List all chapters with numeral, name, year range, mood tags, song count |
| get_chapter | Fetch one chapter with all songs and full ACF narrative |
| get_artist | Artist profile + biographical context |
| get_experience | One-shot curated playlist for a listening mode — songs, scenes, fresh stream URLs |
| get_experience_prompt | Returns the narration prompt template AI agents use to host listening sessions |
| refresh_stream_urls | Mint fresh signed audio URLs in bulk, before existing URLs expire |
{
"mcpServers": {
"matthew-hartley-music": {
"type": "http",
"url": "https://matthewhartleymusic.com/wp-json/mcp/v1/message"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.