Skip to main content
Glama

Movie Search MCP Server

by tonderflash
MIT License
141

search_movies

Search for specific movies by title and optional year using the OMDb and TMDb APIs. Retrieve detailed information on films for quick access and informed decision-making.

Input Schema

NameRequiredDescriptionDefault
titleYesMovie title to search for
yearNoMovie year (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "title": { "description": "Movie title to search for", "type": "string" }, "year": { "description": "Movie year (optional)", "type": "string" } }, "required": [ "title" ], "type": "object" }
Install Server

Other Tools from Movie Search MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/tonderflash/movie-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server