Chartmetric
MCPMCP

Music data MCP server for AI assistants

The official Chartmetric MCP server lets Claude, Codex, ChatGPT-compatible workspaces, and other AI agents that support the Model Context Protocol query available music intelligence data, artist profiles, streaming stats, charts, playlists, radio airplay, and audience data, through natural language.

Included with paid Chartmetric plans. Daily usage allowances vary by plan.

14M+
Artist profiles accessible
40+
Platform data sources
488
API operations
Varies
Data refresh

What you can ask

Real questions, real data

Streaming stats

"How many monthly listeners does Sabrina Carpenter have on Spotify?"

Social following

"Show me Instagram and TikTok follower counts for NewJeans"

Playlist placements

"Which Spotify editorial playlists is Chappell Roan on right now?"

Chart history

"Track Spotify chart positions for Billie Eilish over the past year"

Radio & SiriusXM

"How many SiriusXM spins did Zach Bryan get this week?"

Audience geography

"Where are BTS's listeners concentrated by country?"

Tool surface

27 read-only tools across three groups

Your AI client sees a structured menu of tools. The typical path: resolve a name, then one tool call returns the data.

Domain tools

18 tools

One tool per data domain, each with a curated menu of operations. Ask about artists, tracks, playlists, charts, albums, radio, social, songwriters, labels, brands, curators, festivals, genres, cities, countries, locations, creators, and moods.

query_artists117 operations
query_charts56 operations
query_tracks51 operations
query_playlists41 operations
query_sns35 operations
query_radio34 operations
query_genres25 operations
query_albums22 operations
query_cities20 operations
query_songwriters19 operations
query_countries18 operations
query_curators15 operations
query_brands11 operations
query_festivals7 operations
query_labels7 operations
query_creators4 operations
query_locations4 operations
query_moods2 operations

Direct lookups

2 tools

Fetch the two most common entity records directly when you already have a Chartmetric ID.

get_artistArtist metadata by Chartmetric artist ID
get_trackTrack metadata by Chartmetric track ID

Support tools

7 tools

Resolve names, discover the right endpoint, and understand the result before making a data request.

search_chartmetric_idSearch for a Chartmetric ID by entity name and optional type
get_ai_insightsCached AI insights from semantic search over pre-generated pages
tool_response_guidelinesFormatting guidance for presenting Chartmetric results
get_relevant_endpointsDiscover API endpoints through semantic sitemap search
get_endpoint_detailsParameter specifications for a specific API endpoint
call_read_apiRead-only GET request to any Chartmetric API endpoint
get_cm_factsChartmetric data facts, definitions, limitations, and nuances

Get started

Connect in three steps

1

Add the Chartmetric connector

In Claude, open Settings → Connectors → Add custom connector. Name it Chartmetric, then enter the production MCP URL below.

https://mcp.chartmetric.com/v1/mcp
2

Sign in with Chartmetric

When prompted, sign in with your Chartmetric email and password. The server uses OAuth, the same login you use for the Chartmetric dashboard.

3

Ask a question in Claude

Ask Claude about any artist, track, playlist, or market. It will call the right Chartmetric tools automatically, no API code needed.

"How many Spotify monthly listeners does Olivia Rodrigo have?"
1

Add the Chartmetric MCP server

Run this command in your terminal to add Chartmetric to Claude Code.

claude mcp add --transport http chartmetric https://mcp.chartmetric.com/v1/mcp
2

Authenticate with Chartmetric

In Claude Code, run /mcp, select the Chartmetric server, and choose Authenticate. Then sign in with your Chartmetric email and password. The server uses OAuth, the same login you use for the Chartmetric dashboard.

3

Ask a question in Claude Code

Ask Claude Code about any artist, track, playlist, or market. It will call the right Chartmetric tools automatically, no API code needed.

"How many Spotify monthly listeners does Olivia Rodrigo have?"
1

Add the Chartmetric MCP server

In Codex Web or Desktop, open Settings → MCP servers → Add server. Name it Chartmetric, choose Streamable HTTP, and enter the production MCP URL below.

https://mcp.chartmetric.com/v1/mcp
2

Authenticate with Chartmetric

Save the server, then select Authenticate when Codex prompts you. Sign in with your Chartmetric email and password. The server uses OAuth, the same login you use for the Chartmetric dashboard.

3

Ask a question in Codex

Ask Codex about an artist, track, playlist, or market. It will choose the right Chartmetric tools automatically, no API code needed.

"Which Spotify editorial playlists is Chappell Roan on right now?"
1

Add the Chartmetric MCP server

Run this command in your terminal to add Chartmetric to Codex CLI.

codex mcp add chartmetric --url https://mcp.chartmetric.com/v1/mcp
2

Authenticate with Chartmetric

Run codex mcp login chartmetric, then sign in with your Chartmetric email and password in the browser. The server uses OAuth, the same login you use for the Chartmetric dashboard.

codex mcp login chartmetric
3

Ask a question in Codex CLI

Start Codex and ask about any artist, track, playlist, or market. It will call the right Chartmetric tools automatically, no API code needed.

"Show me Instagram and TikTok follower counts for NewJeans"

Why Chartmetric MCP

Music intelligence, natively in your AI client

27 structured tools, one protocol

The MCP server exposes 27 read-only tools for Chartmetric data domains, artists, charts, playlists, radio, social, and more, as structured, callable operations your AI client understands natively.

Name-to-data in one step

Mention an artist, track, or playlist by name. The server resolves it to a Chartmetric ID automatically, then retrieves data for the selected request, no manual ID lookups.

Same dataset as the dashboard

Tools access Chartmetric data available through the relevant endpoint, including artist profiles, platform metrics, charts, playlists, and audience data. Refresh timing and availability vary by source and metric.

Works with any MCP client

Connect from Claude or any other AI client that supports the Model Context Protocol. Chartmetric data becomes a first-class tool in your existing AI workflow.

Music data MCP questions

About the official Chartmetric MCP server

What is a music data MCP server?

A music data MCP server lets an AI assistant request structured music-industry data through the Model Context Protocol. Chartmetric's official remote MCP server provides read-only tools for supported artist, track, playlist, chart, radio, social, and audience data.

Can I use Chartmetric MCP with Claude or ChatGPT?

Chartmetric works with Claude, Codex, and other AI clients or ChatGPT workspaces that support remote MCP servers or compatible connectors. Setup controls and availability vary by client.

How do I authenticate with the Chartmetric MCP server?

Add https://mcp.chartmetric.com/v1/mcp to a compatible client, then complete OAuth by signing in with your Chartmetric email and password. Never paste a password or access token into a chat.

Is Chartmetric MCP included with a Chartmetric plan?

The official Chartmetric MCP server is included with paid Chartmetric plans. Daily usage allowances vary by plan.

Choose the right access method

MCP, REST API, or Data Feed?

Chartmetric offers three ways to work with structured music data. Choose based on how the data will be used.

MCP server

Best for conversational research and AI-agent workflows that need read-only data through natural-language requests.

You are viewing MCP

REST API

Best for deterministic software that needs direct control over identifiers, requests, filters, and responses.

Explore the Chartmetric API

Data Feed

Best for customized bulk delivery into a data warehouse, internal pipeline, or broad catalog analysis.

Explore Data Feed

Add Chartmetric to your AI workflow

Sign up for a Chartmetric plan, then connect from Claude or any MCP-compatible client in minutes.

Questions or issues? Reach us at hi@chartmetric.com.

Read our Privacy Policy.