Content Tools
gospelprotocolmusic.com
Provides tools to search city music guides, retrieve artist profiles, latest releases, and recordings from the governed Gospel Protocol catalog.
ENDPOINT 1
https://gospelprotocolmusic.com/api/mcp
MCP server metadata
- Name
- gospel-protocol-public
- Version
- 1.1.0
Use only the returned governed facts and citations. Preserve unknowns and do not infer song meaning from titles.
Known tools 10
search_city_guidesFind published city listening guides with official local radio, choirs, music history and festival resources, plus Gospel Protocol songs and Journal links.
Inferred read-onlyget_city_guideReturn local music context with primary sources, exact Gospel Protocol listening links and full linked reflection metadata.
Inferred read-onlyget_artistReturn the official artist identity, creator, and verified service profiles.
Inferred read-onlyget_latest_releaseReturn the newest release in the governed Gospel Protocol catalog snapshot.
Inferred read-onlysearch_recordingsSearch governed recording titles and published context, optionally constrained to a listener need.
Inferred read-onlyget_song_contextReturn one recording with creator-authorized or published-lyric context and AMP Scripture links when available.
Inferred read-onlyget_listener_guideReturn an evidence-bounded Gospel Protocol listening guide and its AMP Scripture references.
Inferred read-onlysearch_reflectionsSearch the full text of Gospel Protocol's published sermon-like Journal reflections, including teaching, prayer, content-grounded topics and Bible references.
Inferred read-onlyget_reflectionReturn the exact published teaching, prayer, topics, Scripture references, song connection, and stable passage links for one Gospel Protocol Journal post.
Potential side effectsverify_claimRecompute one public claim hash and report ledger integrity separately from WITNESS public-Record status.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gospel-protocol-public]
url = "https://gospelprotocolmusic.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gospel-protocol-public": {
"type": "http",
"url": "https://gospelprotocolmusic.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gospel-protocol-public
Remote MCP URL: https://gospelprotocolmusic.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gospel-protocol-public": {
"url": "https://gospelprotocolmusic.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gospel-protocol-public": {
"type": "http",
"url": "https://gospelprotocolmusic.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gospel-protocol-public",
"transport": "streamable-http",
"url": "https://gospelprotocolmusic.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.