← swiftimg.com

INDIVIDUAL MCP TOOL

inspect_og

Fetch any page URL and return its OpenGraph and Twitter Card metadata exactly as social platforms (Slack, X, Discord, LinkedIn) would render it.

swiftimg.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests sending messages.

Parent endpoint

swiftimg.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.swiftimg-com]
url = "https://swiftimg.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "swiftimg-com": {
      "type": "http",
      "url": "https://swiftimg.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: swiftimg-com
Remote MCP URL: https://swiftimg.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "swiftimg-com": {
      "url": "https://swiftimg.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "swiftimg-com": {
      "type": "http",
      "url": "https://swiftimg.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "swiftimg-com",
  "transport": "streamable-http",
  "url": "https://swiftimg.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • upload_image — Upload an image or GIF to swiftimg and return the direct image URL, the viewer page URL, and the image id.
  • search_gifs — Search swiftimg's public animated GIFs (full-text match against title and tags).
  • trending_gifs — List the most-viewed animated GIFs on swiftimg, newest first within ties.
  • get_image_info — Inspect a remote image URL and return its dimensions, format, MIME type, and file size.
  • get_animated_info — For a GIF or animated WebP URL, return frame count, total animation duration, dimensions, and whether the animation loops indefinitely.