de.bluraysuchmaschine/suche
Official7 toolsSearch Blu-ray and 4K UHD movies, featured titles, and detailed movie information.
Search and retrieve detailed information about Blu-ray and 4K UHD movies.
Captured live from the server via tools/list.
search_movies
Search the Blu-ray movie database by title, director, actor, or keywords.
Parameters (2)
- querystringrequired
Search query (movie title, director, actor, or keywords)
- limitinteger
Maximum number of results (1-25, default 10)
get_movie_details
Get detailed information about a specific movie including cast, trailer, and external links.
Parameters (1)
- slugstringrequired
The movie slug (URL-friendly identifier, e.g. 'matrix-1999')
get_featured_movies
Get the currently featured and recommended Blu-ray movies.
Parameters (1)
- limitinteger
Maximum number of results (1-20, default 8)
browse_by_tag
Browse Blu-ray movies by category/tag (e.g. "weihnachtsfilme", "action", "klassiker"). Use list_tags to discover available tags.
Parameters (2)
- tagstringrequired
The tag slug (URL-friendly identifier, e.g. 'weihnachtsfilme', 'action')
- limitinteger
Maximum number of results (1-25, default 10)
list_tags
List all available movie categories/tags with the number of movies in each. Use the returned slugs with browse_by_tag.
No parameters.
get_similar_movies
Get movies that are similar or related to a specific movie (e.g. same series, same theme).
Parameters (2)
- slugstringrequired
The movie slug (URL-friendly identifier, e.g. 'matrix-1999')
- limitinteger
Maximum number of results (1-20, default 8)
browse_movies
Browse Blu-ray movies filtered by release year (exact or range) and/or genre. At least one filter is required.
Parameters (5)
- yearinteger
Exact release year (e.g. 1999)
- yearFrominteger
Start of release year range (inclusive)
- yearTointeger
End of release year range (inclusive)
- genrestring
Genre to filter by (e.g. 'Science Fiction', 'Action')
- limitinteger
Maximum number of results (1-25, default 10)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"suche": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.bluraysuchmaschine.de/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.