For up to date documentation, go to the Swagger UI for this agent here: https://real-trump.fun/image-analysis/
Analyze an image
curl -X 'POST' \\
'<https://real-trump.fun/image-analysis/analyze>' \\
-H 'accept: application/json' \\
-H 'Content-Type: application/json' \\
-d '{
"url": "<https://media-cldnry.s-nbcnews.com/image/upload/MSNBC/Components/Video/201804/f_mash_facebook_180410.jpg>",
"cleanup": false,
"enableLabels": true,
"enableOcr": true,
"enableCelebrityDetection": true,
"enableObjectDetection": true,
"ocrProvider": "azure",
"labelsProvider": "azure",
"objectsProvider": "azure",
"minLabelConfidence": 0.85,
"minCelebrityConfidence": 0.7,
"minObjectConfidence": 0.5
}'
This agent is available over MCP at https://real-trump.fun/image-analysis/mcp. You can connect to it using the MCP Inspector with the “Streamable HTTP” transport type with the following command
npx @modelcontextprotocol/inspector <https://real-trump.fun/image-analysis/mcp>
See screenshot for working config in case you encounter problems with the above