Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.credits-fm]
url = "https://credits.fm/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"credits-fm": {
"type": "http",
"url": "https://credits.fm/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: credits-fm
Remote MCP URL: https://credits.fm/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": {
"credits-fm": {
"url": "https://credits.fm/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"credits-fm": {
"type": "http",
"url": "https://credits.fm/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "credits-fm",
"transport": "streamable-http",
"url": "https://credits.fm/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
credits_search— Search Credits.fm for songs, artists, or music identifiers.credits_graph— Credits Graph — the network around one code: identifier nodes (isrc, iswc, ipi, isni, upc) plus musician (people) nodes, with per-edge source provenance and verification status — verified (2+ independent sources) vs single (one source).credits_graph_activity— Credits Graph status feed — recent changes across the whole index, newest first: link_found, link_verified (edge crossed 2+ independent sources), relation_found (cover/sample/remix), no_match_recorded (verified absence).credits_watch— Watch one code progress found → matched → verified.credits_lookup_isrc— Look up a recording by ISRC code.credits_lookup_iswc— Look up a musical work (composition) by ISWC code.credits_lookup_ipi— Look up a songwriter or publisher by IPI number.credits_lookup_isni— Look up a creative contributor by ISNI code.