Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man movie-database

/movie-database

agentutility / mediakit / movie-database
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
mediakit
CATEGORY
uncategorized
STATUS
live
NAME
movie-database movie database api / tv database api / film lookup / title metadata search / tmdb or wikidata movie lookup / movie ratings and popularity…
SYNOPSIS
POST https://x402.agentutility.ai/movie-database
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Movie database API / TV database API / film lookup / title metadata search / TMDB or Wikidata movie lookup / movie ratings and popularity when TMDB is configured / release year, poster, overview, language, and optional streaming provider summary. Finds movies or TV shows by title with optional year and region. Uses TMDB when TMDB_API_KEY is configured and falls back to no-key Wikidata metadata.

INPUTrequest schema
propertytypedescriptionreq?
querystringMovie or TV title to search, e.g. 'Dune Part Two'.required
typestringRestrict results to movie, tv, or both. Default both.
enum: movie · tv · both
optional
yearnumberOptional release year filter.optional
regionstring2-letter provider region for optional provider summary. Default US.optional
include_providersbooleanIf true, include watch-provider summary for the top match.optional
limitnumberMax results to return, 1-10. Default 5.optional
OUTPUTresponse shape
fieldtypedescription
querystring
returnedstring
top_matchstring
provider_summary_for_top_matchstring
attributionstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/movie-database \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the movie-database tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
mediakitmoviedatabasemovie-database
methods
POST
cluster
mediakit
price
$0.01 USDC per call
ADJACENTother endpoints in mediakit
endpointdescriptionprice
audio-transcribeAudio transcribe / speech-to-text / Whisper-large / multi-language ASR / OpenAI Whisper API compat.$0.01
csv-to-icsCSV to ICS / CSV to iCal / calendar file generator / .ics builder / Google Calendar + Outlook + Apple Calendar import.$0.01
image-convertUniversal image format converter (PNG, JPG, WEBP, AVIF, GIF, BMP, TIFF, ICO, HEIC, HEIF, PSD, SVG).$0.01
image-format-convertImage converter.$0.01
merge-pdfPDF merger / combine PDFs / concatenate PDF files / join multiple PDFs into one.$0.01
movie-database-apiMovie database API / TV database API / TMDB metadata lookup.$0.01
movie-database-api-0d6d62Movie database API / TV database API / OMDB-style movie lookup.$0.01
movie-infoMovie info API / film metadata lookup / TV metadata lookup.$0.01
SEE ALSO
agentutility · mediakit · x402 · mcp · llms.txt · registry.json · bazaar.x402.org