Content Tools
moshcore.app
Provides information on metalcore and hardcore music releases, live shows in Japan, festival streams, and editorial digests.
ENDPOINT 1
https://moshcore.app/mcp
MCP server metadata
- Name
- moshcore
- Version
- 1.0.0
MOSHCORE covers metalcore / deathcore / hardcore / post-hardcore. Use search_albums for new releases, list_lives for shows in Japan, list_streams for festival livestreams (times are JST), and list_digests / get_digest for the editorial digest issues. Dates are YYYY-MM-DD. Do not invent albums, shows or dates that these tools did not return.
Known tools 5
list_livesList upcoming metalcore / hardcore shows, Japan tours and festivals happening in Japan.
Inferred read-onlylist_streamsList upcoming livestreamed sets from metal and rock festivals worldwide, with start times already converted to JST.
Inferred read-onlylist_digestsList the published MOSHCORE digest issues (editorial round-ups of notable releases), newest first.
Inferred read-onlyget_digestRead one digest issue in full: intro plus the picked releases with a short comment on each.
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.moshcore]
url = "https://moshcore.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moshcore": {
"type": "http",
"url": "https://moshcore.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moshcore
Remote MCP URL: https://moshcore.app/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": {
"moshcore": {
"url": "https://moshcore.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moshcore": {
"type": "http",
"url": "https://moshcore.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moshcore",
"transport": "streamable-http",
"url": "https://moshcore.app/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 moshcore.app was fetched 2026-08-25T19:13:38.186Z.
moshcore.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.