Skip to main content
Glama
Dworf
by Dworf

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OMDB_API_KEYYesYour OMDb API key (required)
OMDB_BASE_URLNoOverride OMDb API base URLhttps://www.omdbapi.com/
OMDB_MCP_HOSTNoHTTP bind address127.0.0.1
OMDB_MCP_PATHNoHTTP mount path/mcp
OMDB_MCP_PORTNoHTTP port8087
OMDB_MCP_LOG_LEVELNoLog level (DEBUG, INFO, WARNING, ERROR)INFO
OMDB_MCP_TRANSPORTNoTransport mode: stdio or httpstdio
OMDB_MCP_AUTH_TOKENNoBearer token for HTTP auth (optional)
OMDB_REQUEST_TIMEOUTNoOMDb HTTP timeout in seconds10

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_moviesA

Search OMDb for movies/series/episodes by free-text title.

get_by_titleA

Look up a single title by exact name (OMDb t parameter).

get_by_imdb_idA

Look up a title by its IMDb ID (e.g. "tt0111161"). OMDb i parameter.

get_episodeA

Look up a specific TV episode.

Provide either imdb_id (preferred) or title to identify the series, plus season and episode numbers.

get_seasonA

List all episodes in a given season of a series.

Provide either imdb_id (preferred) or title.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Dworf/omdb-mcp'

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