Query the ContentDividend network in a few lines.
Use Python or JavaScript to search the aggregated Publisher Catalog, inspect Marketplace publishers, connect to publisher MCP endpoints, and—when you already have a valid license—retrieve authorized content.
Python
One file. Standard library only.
JavaScript
Zero-dependency ES module using fetch.
Included methods
networkStats() · searchCatalog() · publishers() · publisher() · publisherInventory() · ragSiteSummary() · searchRagMetadata() · mcpEndpoint() · mcpCall() · licensedManifest() · licensedItem()
From discovery to licensed access
ContentDividend keeps discovery separate from permission. AI developers can search public metadata first, then move through licensing before protected content becomes available.
- Search the Publisher Catalog.
- Inspect publisher licensing information and MCP discovery metadata.
- Start or complete a licensing transaction through ContentDividend.
- Receive a private licensed-content credential after the required agreement, payment, execution, activation, and publisher authorization steps are complete.
- Use the SDK, API, or MCP only within the rights covered by that license.
Search by RAG metadata
Find registered pages by content format, audience, technical depth, or retrieval suitability without requesting protected page content.
URVP methods are now included.
The existing ContentDividend SDKs now call F1 live verification and F2 signed receipts. For standalone adoption, schemas, offline verification helpers, and reference middleware are published in the open URVP kit.