ART19 Content API Documentation MCP Server
The ART19 Content API conforms to the [JSON:API specification](http://jsonapi.org). API requests **MUST** use the HTTP Accept header: `Accept: application/vnd.api+json` API requests **MUST** be authenticated using the HTTP Authorization header: `Authorization: Token token="your-token", credentia
Quick Setup
Transport: STDIO
Command: npx -y @mcp/art19-com
Environment Variables
ART19_CONTENT_API_DOCUMENTATION_API_KEYExample: your_art19_content_api_documentation_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"art19-com": {
"command": "npx",
"args": ["-y","@mcp/art19-com"],
"env": {
"ART19_CONTENT_API_DOCUMENTATION_API_KEY": "your_art19_content_api_documentation_api_key"
}
}
}
}Endpoints
/classification_inclusionsGet ClassificationInclusion records
/classification_inclusions/{id}Get a specific classification inclusion
/classificationsGet a list of classifications
/classifications/{id}Get a specific classification
/creditsGet a list of credits
/credits/{id}Get a specific credit
/episodesGet a list of episodes
/episodes/{id}Get a specific episode
/episodes/{id}/next_siblingGet the episode released right after the specified one
/episodes/{id}/previous_siblingGet the episode released right before the specified one