# CBDChamp - AI-Powered CBD & Hemp Industry News > CBDChamp publishes daily CBD and hemp industry intelligence using AI-powered editorial analysis and a live news wire aggregating 16+ industry sources. ## What We Cover - CBD and hemp industry regulation and policy updates - Business developments, funding, M&A, and market analysis - Product launches and industry innovations - Scientific research on cannabinoids (CBD, CBG, CBN, THC) - International hemp and cannabis market developments - U.S. Farm Bill and FDA regulatory developments ## Content Types - **AI Editorial Articles**: Original analysis and reporting generated using AI tools and reviewed by our editorial team. These are our primary original content. - **News Wire**: Aggregated stories from 16+ industry wire sources including Business Wire, PR Newswire, Cannabis Business Times, and others. Wire stories link to their original sources. ## Editorial Policy - No unsubstantiated health claims - All factual claims are source-backed - Regulatory updates are prioritized and date-sensitive - AI-generated content is clearly labeled - Affiliate relationships are disclosed ## Key Pages - Homepage: https://www.cbdchamp.com/ - AI Editorial: https://www.cbdchamp.com/ (editorial section) - News Wire: https://www.cbdchamp.com/wire - About & Editorial Policy: https://www.cbdchamp.com/about - RSS Feed: https://www.cbdchamp.com/feed.xml ## Topics - Regulation: https://www.cbdchamp.com/wire?tag=regulation - Business: https://www.cbdchamp.com/wire?tag=business - Product: https://www.cbdchamp.com/wire?tag=product - Science: https://www.cbdchamp.com/wire?tag=science - International: https://www.cbdchamp.com/wire?tag=international - Policy: https://www.cbdchamp.com/wire?tag=policy ## Agent API Agent and RAG clients can use API-key-protected endpoints that preserve citations and CBD compliance metadata. - `GET /agent/content` — list agent-ready article payloads; supports `tag`, `limit`, and `cursor` - `GET /agent/content/{slug}` — fetch a single article by slug - `GET /agent/categories` — list available topic/category tags - `GET /agent/archive` — list available monthly archive buckets Authentication: ```http Authorization: Bearer ``` ## MCP CBDChamp also ships a stdio MCP-compatible server in the backend package: ```bash cd backend CBDCHAMP_API_BASE_URL=https://api.cbdchamp.com \ CBDCHAMP_API_KEY=$CBDCHAMP_API_KEY \ python -m app.mcp_server ``` Available MCP tools: - `search_articles` — search/list CBDChamp articles with optional `query`, `tag`, and `limit` - `get_article` — fetch one article by slug - `list_categories` — list content categories/tags ## Structured data for crawlers Article pages expose schema.org JSON-LD as an `@graph` with a `NewsArticle` entity and `CBDChamp Editorial Team` organization attribution. The article entity includes `author`, `publisher`, `reviewedBy`, `mainEntityOfPage`, `citation`, and `usageInfo` fields carrying the CBD/FDA compliance disclaimer. Agents should preserve the FDA disclaimer and treat all CBD content as informational, not medical advice. ## Important Disclaimer This site provides informational content only and does not constitute medical advice. CBD products are not FDA-approved for the diagnosis, treatment, cure, or prevention of any disease.