Trail Hub / @omneity / dpreview.com
O

@omneity/dpreview.com

@omneity
0 downloads

Use dpreview.com via MCP and API: Expert news, reviews and videos of the latest digital cameras, lenses, accessories, and phones. Get answers to your questions in our photography forums.

Herd

What is Herd?

Herd is a powerful browser automation platform that lets you connect any AI like ChatGPT, Claude, or even Cursor to your favorite websites. This Trail is a pre-built automation  for dpreview.com. An MCP (Model Context Protocol) server exposes standard tools to your Agent to read from and interact with dpreview.com via your browser securely.

With Herd and this trail, your agent can run:
  • feed-feed-articles-digital-photography-review-dpreviewcom: All articles from Digital Photography Review
  • feed-feed-reviews-latest-digital-photography-review-dpreviewcom: The latest digital camera and digital imaging reviews from Digital Photography Review.
  • feed-feed-latest-digital-imaging-products-photography-review-dpreviewcom: The latest 50 digital imaging products from Digital Photography Review (dpreview.com).

Trail Details

Selected Version
v1.0.0 (1 version available)
Last Updated
4/18/2025
Downloads
0

Quick Actions - MCP compatible

Install Herd browser extension to connect your AI tools.

Supported Websites

Herd is not affiliated with dpreview.com and is not endorsing its content. Herd makes websites accessible over MCP and API, but never hosts any content. Make sure to accept the respective terms of service before using this trail.

All trademarks reserved to their respective owners.

Installation and Usage

Quick Run

herd trail server @omneity/dpreview.com

SDK Implementation

Usage Example
import { HerdClient } from '@monitoro/herd';

// Initialize Herd client (use your own API key)
const herd = new HerdClient({ token: 'YOUR_HERD_API_KEY' });

// Run the 'feed-feed-articles-digital-photography-review-dpreviewcom' action
const result = await herd.runTrail('@omneity/dpreview.com@1.0.0', {
	actionName: 'feed-feed-articles-digital-photography-review-dpreviewcom',
	params: {
		
	}
});

console.log('Trail result:', result);

Available Actions

All the following actions for @omneity/dpreview.com are accessible via the built-in MCP server, CLI, REST API as well as programmatically via the SDK.

feed-feed-articles-digital-photography-review-dpreviewcom

All articles from Digital Photography Review

This action takes no parameters.

feed-feed-reviews-latest-digital-photography-review-dpreviewcom

The latest digital camera and digital imaging reviews from Digital Photography Review.

This action takes no parameters.

feed-feed-latest-digital-imaging-products-photography-review-dpreviewcom

The latest 50 digital imaging products from Digital Photography Review (dpreview.com).

This action takes no parameters.