Trail Hub / @omneity / letterboxd.com
O

@omneity/letterboxd.com

@omneity
0 downloads

Use letterboxd.com via MCP and API: Letterboxd is a social platform for sharing your taste in film. Use it as a diary to record your opinion about films as you watch them, or just to keep track of films you’ve seen in the past. Rate, review and tag films as you add them. Find and follow your friends to see what they’re enjoying. Keep a watchlist of films you’d like to see, and create lists/collections on any topic.

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 letterboxd.com, s.ltrbxd.com. An MCP (Model Context Protocol) server exposes standard tools to your Agent to read from and interact with letterboxd.com, s.ltrbxd.com via your browser securely.

With Herd and this trail, your agent can run:
  • search-letterboxd.com: Letterboxd is a social network for sharing your taste in film. Use it as a diary to record your opinion about films as you watch them, or just to keep track of films you’ve seen in the past. Showcase your favorite films on your profile page. Rate, review and tag films as you add them. Find and follow your friends to see what they’re enjoying. Keep a watchlist of films you’d like to see, and create lists/collections on any given topic.

Trail Details

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

Quick Actions - MCP compatible

Install Herd browser extension to connect your AI tools.

Herd is not affiliated with letterboxd.com or s.ltrbxd.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/letterboxd.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 'search-letterboxd.com' action
const result = await herd.runTrail('@omneity/letterboxd.com@1.0.0', {
	actionName: 'search-letterboxd.com',
	params: {
		query: "String"
	}
});

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

Available Actions

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

search-letterboxd.com

Letterboxd is a social network for sharing your taste in film. Use it as a diary to record your opinion about films as you watch them, or just to keep track of films you’ve seen in the past. Showcase your favorite films on your profile page. Rate, review and tag films as you add them. Find and follow your friends to see what they’re enjoying. Keep a watchlist of films you’d like to see, and create lists/collections on any given topic.

Parameters

Name Type Description Required
page String The page number No
query String The search query Yes
pageSize String Number of results per page No