Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This document describes two ways to integrate Proofly's deepfake detection capab

Both integration methods ultimately use the Proofly API (`https://api.proofly.ai`) for analysis.

<a href="https://glama.ai/mcp/servers/@Proofly-AI/mcp">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@Proofly-AI/mcp/badge" alt="Proofly Integration MCP server" />
Copy link

Copilot AI May 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a title attribute to the image for improved accessibility and tooltip support, e.g., <img ... title="View Proofly MCP server badge">.

Suggested change
<img width="380" height="200" src="https://glama.ai/mcp/servers/@Proofly-AI/mcp/badge" alt="Proofly Integration MCP server" />
<img width="380" height="200" src="https://glama.ai/mcp/servers/@Proofly-AI/mcp/badge" alt="Proofly Integration MCP server" title="View Proofly MCP server badge" />

Copilot uses AI. Check for mistakes.
</a>
Comment on lines +10 to +12
Copy link

Copilot AI May 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider using Markdown image/link syntax ([![Proofly Integration MCP server](https://glama.ai/mcp/servers/@Proofly-AI/mcp/badge)](https://glama.ai/mcp/servers/@Proofly-AI/mcp)) for consistency with the rest of the README.

Suggested change
<a href="https://glama.ai/mcp/servers/@Proofly-AI/mcp">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@Proofly-AI/mcp/badge" alt="Proofly Integration MCP server" />
</a>
[![Proofly Integration MCP server](https://glama.ai/mcp/servers/@Proofly-AI/mcp/badge)](https://glama.ai/mcp/servers/@Proofly-AI/mcp)

Copilot uses AI. Check for mistakes.

---

## 1. Using the Hosted MCP Server (`https://mcp.proofly.ai`)
Expand Down Expand Up @@ -192,4 +196,4 @@ Gets detailed information about a specific face detected in an image analysis se
Parameters:
- `sessionUuid: string` - Session UUID from a previous analysis.
- `faceIndex: number` - Index of the face to get details for (starting from 0).
- `format: "text" | "json"` (optional, default: "text") - Output format.
- `format: "text" | "json"` (optional, default: "text") - Output format.