ART19 Content API Documentation MCP Config
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
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/art19-com.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/art19-com.json to fetch programmatically.
{
"mcpServers": {
"art19-com": {
"command": "npx",
"args": ["-y","@mcp/art19-com"],
"env": {
"ART19_CONTENT_API_DOCUMENTATION_API_KEY": "your_art19_content_api_documentation_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/art19-com.jsonEnvironment Variables
ART19_CONTENT_API_DOCUMENTATION_API_KEYReplace your_art19_content_api_documentation_api_key with your actual 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