Skip to main content
Glama

imdb-mcp-server

pyproject.toml628 B
[build-system] requires = ["uv_build>=0.8.15,<0.9.0"] build-backend = "uv_build" [project] name = "imdb-mcp-server" version = "0.1.0" description = "A Python server implementing Model Context Protocol (MCP) for movie and TV show information using the IMDb API service" readme = "README.md" requires-python = ">=3.13" dependencies = [ "mcp[cli]>=1.19.0", "requests>=2.32.5", "smithery>=0.4.4", "uvicorn>=0.24.0", ] [project.scripts] dev = "smithery.cli.dev:main" playground = "smithery.cli.playground:main" imdb-server = "imdb_mcp_server.main:main" [tool.smithery] server = "imdb_mcp_server.main:create_server"

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/uzaysozen/imdb-mcp-server'

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