Skip to main content
Glama

Movie Search MCP Server

by tonderflash
MIT License
4

search_movies

Search for movies by title and optional year using the MCP server, retrieving detailed information to streamline your film discovery process.

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