MCP Server
Connect ArtistRadioTV to ChatGPT, Claude & Cursor
Add our remote MCP server to your AI client. Airplay queries stay inside your subscription scope with per-minute and daily rate limits — the same protections as the web panel.
MCP Server is included on every package — Free, PR, Track, Artist, and Label.
How to connect?
Simplest path: My Account → create key → copy the ready pack (URL + Bearer) → paste into ChatGPT / Claude / Cursor. Claude also has a one-click prefilled connector button.
Add ArtistRadioTV in ChatGPT
Do not search “ArtistRadioTV” in the Plugins directory — it is not listed there. You must create a custom plugin with the + button.
- Create an API key in My Account (art_mcp_…) and copy it.
- In ChatGPT open Settings → Security and login → turn on Developer mode.
- Open ChatGPT Plugins (button below). Top-right click + (New Plugin) — do not use search.
- Paste MCP URL: https://mcp.artistradiotv.com/mcp
- Set auth to Authorization header: Bearer YOUR_API_KEY → Create.
- In a new chat: + menu → Developer mode → enable ArtistRadioTV.
https://mcp.artistradiotv.com/mcp
Bearer YOUR_API_KEY
How to connect?
Create a key in your account first (starts with art_mcp_). Replace YOUR_API_KEY in the snippets below.
iPhone Shortcuts + Siri
Say “Hey Siri, Radio” then “Pınar Soykan which radios today”. Same API key and plan limits as MCP.
https://mcp.artistradiotv.com/shortcut/airplay
https://mcp.artistradiotv.com/shortcut/airplay?q=Pınar%20Soykan%20bugün%20hangi%20radyolarda%20çalmış&format=speak&key=YOUR_API_KEY
- Create an MCP API key in My Account and copy it.
- Shortcuts → + → add “Dictate Text” (captures what you say to Siri).
- Add “Get Contents of URL”: https://mcp.artistradiotv.com/shortcut/airplay?q=[Dictated Text]&format=speak&key=YOUR_API_KEY
- Add “Speak Text” so Siri reads the reply aloud.
- Name the shortcut “Radio” or “Airplay”. Then: “Hey Siri, Radio” → speak your question.
- Example phrases: “Pınar Soykan which radios today”, “Pınar Soykan Soracaklar yesterday”, “this week Pınar Soykan”.
Bearer YOUR_API_KEY
Connect to ChatGPT
Custom MCP via Developer mode — not the public Plugins search.
- Create an MCP API key in My Account (art_mcp_…).
- ChatGPT → Settings → Security and login → enable Developer mode.
- Open Plugins → click + (top right). Do not search the directory.
- Paste https://mcp.artistradiotv.com/mcp and Authorization: Bearer YOUR_API_KEY.
- New chat → + → Developer mode → select ArtistRadioTV → ask for airplay.
Bearer YOUR_API_KEY
Connect to Claude
One click opens Claude with ArtistRadioTV name + MCP URL already filled in.
- Create an MCP API key from your ArtistRadioTV account.
- Click “Connect to Claude” — the Add custom connector dialog opens pre-filled.
- Confirm the connector, then add Authorization header: Bearer YOUR_API_KEY.
- Start a chat and ask for airplay reports in natural language.
Bearer YOUR_API_KEY
Connect with Claude Code
Register the remote MCP server in Claude Code CLI.
- Create an MCP API key from your account.
- Run the CLI command below (replace YOUR_API_KEY).
- Restart Claude Code / open a new session and verify tools appear.
Bearer YOUR_API_KEY
claude mcp add --transport http artistradiotv https://mcp.artistradiotv.com/mcp --header "Authorization: Bearer YOUR_API_KEY"
Connect in Cursor
Add ArtistRadioTV to Cursor MCP settings (mcp.json).
- Create an MCP API key from your account.
- Open Cursor Settings → MCP → Add new global MCP server (or edit ~/.cursor/mcp.json).
- Paste the JSON config below and save.
- Confirm the server shows as connected, then ask the agent about airplay.
Bearer YOUR_API_KEY
{
"mcpServers": {
"artistradiotv": {
"url": "https://mcp.artistradiotv.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Any MCP-compatible client
Streamable HTTP / JSON-RPC with Bearer auth.
- Point your client at https://mcp.artistradiotv.com/mcp
- Send Authorization: Bearer YOUR_API_KEY on every request.
- Use tools/list and tools/call over JSON-RPC 2.0.
Bearer YOUR_API_KEY
Limits by plan (firewall)
- Free 24h Full: 5 requests/minute · 50 total lifetime · max 7-day range
- Track ($19): only your purchased song · 10/min · 200/day
- Artist ($29): only your artist catalog · 20/min · 500/day
- Label ($59): catalog search · 40/min · 2000/day
- PR packages: same MCP access with plan-scoped quotas
- Outside your scope → blocked. Dump / mass scrape → rate limited.
MCP tools
get_scope — what artists/songs you may queryget_usage — remaining minute/day quotasearch_airplay — radio/TV airplay search