Data Collection
credits.fm
Provides tools to search, explore, and verify music credit data using identifiers like ISRC and ISWC.
ENDPOINT 1
https://credits.fm/mcp
MCP server metadata
- Name
- credits-fm
- Version
- 2.0.0
Credits.fm is an open music identifier index. Use these tools to look up ISRC, ISWC, IPI, ISNI, and UPC codes; resolve Spotify and Apple Music URLs; and find songwriter, performer, and producer credits. Data is aggregated from MLC, CISAC, MusicBrainz, and ISNI.org, and is licensed CC-BY 4.0. Apple Music and Spotify provide navigation links plus supplementary factual metadata (recording/album titles, artist names) used to fill records the open sources do not cover — attributed to the platform and not claimed under this CC-BY license; their cover art is not redistributed. Documentation: https://credits.fm/mcp/docs.
Known tools 17
credits_graphCredits 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).
Inferred read-onlycredits_graph_activityCredits 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).
Inferred read-onlycredits_lookup_musicianLook up a musician (the person) by MusicBrainz MBID (UUID).
Inferred read-onlycredits_lookup_artistLook up an artist (the release artist on DSPs) by platform ID.
Inferred read-onlycredits_resolve_trackResolve a track to its ISRC and full credits by name + artist, Spotify URL, or Apple Music URL.
Inferred read-onlycredits_batch_lookupBatch lookup for multiple music identifiers in a single request.
Inferred read-onlycredits_contributeSubmit data to the public Credits.fm index when invited by the user.
Inferred read-onlycredits_coverageGet index coverage metrics — row counts and growth data for all Credits.fm index tables (ISRC, ISWC, IPI, ISNI, UPC).
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for credits.fm was fetched 2026-08-01T07:10:01.047Z and is being refreshed.
credits.fm is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.