vision-moderation-mcp

mcphub-com/vision-moderation-mcp

3.5

vision-moderation-mcp is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of vision-moderation-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Vision Moderation MCP Server is designed to moderate images and videos along with their related text information for various issues.

Try vision-moderation-mcp with chat:

Server config via mcphub

Traditional api access examples

Path-based authentication

Tools
2
Resources
0
Prompts
0

Vision Moderation Mcp Server

A Model context Protocal(MCP) Server for images or videos and their related text infomation moderation.

Issues to be detected includes: Nudity or Sexual Activities, Violence and Gore, Minor Safety, Integrity & Authenticity, Illegal Activity and Regulated Goods, Hateful behavior, Harassment & Bullying, Fraudulent Behavior and etc as well as their confidence scores.

MCP tools

1. images_moderation

Detect issues of given image_urls and their relatet text information. If no text information, please give empty string. The response will be a dict with each issue detected and its confidence score. If no issue detected, response will return with a dict with key "Normal" and its score.

2. video_moderation

Detect issues of given a video_url and their relatet text information. If no text information, please give empty string. The response will be a dict with each issue detected and its confidence score. If no issue detected, response will return with a dict with key "Normal" and its score.