Loading…
Loading…
For your AI agent
Seismophone runs a public, read-only MCP server. Connect Claude, ChatGPT, or any MCP client and let your own agent query the observatory directly — trending, pulse, remix lineage, and public portfolios.
Endpoint
Streamable HTTP. No authentication — the data is public. Nothing you send can mutate anything.
https://seismophone.chanmeng.org/api/mcpTools
Eight tools. Every result is served from our cache — no tool fetches Suno at request time.
get_pulseReadings off the preserved 2024 trending feed (the feed Suno forgot): frozen streak, #1 reign, turnover, model timeline, tag trends.get_trendingThe archived 2024 trending snapshot, served as a historical exhibit — ranked clips with title, handle, plays, likes, model, tags. Top 50.get_clip_lineageAncestors + descendants of a clip in the sealed remix/cover/edit archive (private clips stay anonymized).get_remix_networkCross-author creator → creator remix edges — a sealed one-time archive from a leak Suno has since closed. Top 100 edges.list_reportsIndex of Observatory reports — slug, title, dek, publish date.get_reportOne report's key statistics (the deterministic numbers behind the finding).get_portfolioPublic summary for a linked creator: song count, catalog plays/likes, top songs.aboutWhat Seismophone is, what this server exposes, and how the data is sourced.Connect your client
Add the endpoint to any MCP-capable client. Examples below.
claude mcp add --transport http seismophone https://seismophone.chanmeng.org/api/mcp{
"mcpServers": {
"seismophone": {
"type": "http",
"url": "https://seismophone.chanmeng.org/api/mcp"
}
}
}https://seismophone.chanmeng.org/api/mcpWhere the data comes from
Every figure is computed from Seismophone's own daily snapshots of Suno's public, W3C-oEmbed-discovered endpoints — read-only, anonymous, no HTML scraping, no login, no private data. The MCP surface exposes nothing the website itself doesn't already show.