Skip to content
MCP-Bridge
Design & Creative

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

ART19_CONTENT_API_DOCUMENTATION_API_KEY

Replace your_art19_content_api_documentation_api_key with your actual art19 content api documentation api key

Endpoints

GET/classification_inclusions

Get ClassificationInclusion records

GET/classification_inclusions/{id}

Get a specific classification inclusion

GET/classifications

Get a list of classifications

GET/classifications/{id}

Get a specific classification

GET/credits

Get a list of credits

GET/credits/{id}

Get a specific credit

GET/episodes

Get a list of episodes

GET/episodes/{id}

Get a specific episode

GET/episodes/{id}/next_sibling

Get the episode released right after the specified one

GET/episodes/{id}/previous_sibling

Get the episode released right before the specified one