Content Tools
misterjuro.com
Access Juro's music catalog, service tiers, and submit beats for collaboration.
ENDPOINT 1
https://misterjuro.com/mcp
MCP server metadata
- Name
- misterjuro
- Version
- 1.0.0
Juro's music store. Use get_catalog to browse/buy songs, get_tiers then submit_beat to request a feature. Approval and payment are always Juro's human decision.
Known tools 3
get_catalogGet Juro's full music catalog — every song with its title, price, buy link (Payhip), preview audio URL, cover art, and lyrics URL.
Inferred read-onlyget_tiersGet Juro's 'Work With Juro' service tiers (feature / verse / hook) with prices and the submit endpoint.
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.misterjuro]
url = "https://misterjuro.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"misterjuro": {
"type": "http",
"url": "https://misterjuro.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: misterjuro
Remote MCP URL: https://misterjuro.com/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": {
"misterjuro": {
"url": "https://misterjuro.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"misterjuro": {
"type": "http",
"url": "https://misterjuro.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "misterjuro",
"transport": "streamable-http",
"url": "https://misterjuro.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for misterjuro.com was fetched 2026-08-09T07:58:57.674Z and is being refreshed.
misterjuro.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.