Tools / Link Preview / Use Cases / Populate Link Cards and Embeds

Populate Link Cards and Embeds

Fetch metadata from shared URLs to power link card previews in your application or content feed.

Tool
Link Preview icon
Link Preview

Link cards — the rich previews that appear when a URL is shared in a messaging app, a knowledge base, or a social feed — require fetching and parsing metadata from the target URL. Building this as a custom feature means writing an HTTP client, parsing HTML, extracting the right meta tags, and handling edge cases for the thousands of sites users might share.

The preview_url skill does this reliably for any public URL, returning a structured object with all the fields needed to render a link card: title, description, thumbnail image, site name, and URL. No custom parsing required.

Developers building Slack-like messaging apps, teams maintaining curated resource libraries, and product teams adding link sharing to their platform all use this to add rich link previews without building a custom unfurl service.

Agent Guides

Claude

  1. Connect ToolRouter to Claude: claude mcp add toolrouter -- npx -y toolrouter-mcp
  2. Ask: "Get link card metadata for: [paste URL]"
  3. Claude returns the structured preview data
Read full guide →

ChatGPT

  1. Add ToolRouter to ChatGPT using the MCP JSON configuration
  2. Ask: "Fetch link card data for these URLs and format as a table"
  3. ChatGPT returns the structured metadata for each URL
Read full guide →

Copilot

  1. Add ToolRouter to your Copilot MCP configuration
  2. In Copilot Chat: "Fetch link card data for this URL: [url]"
  3. Copilot returns the metadata
Read full guide →

OpenClaw

  1. Connect ToolRouter to OpenClaw: openclaw mcp add toolrouter -- npx -y toolrouter-mcp
  2. Provide a list of URLs: "Fetch link card data for all of these"
  3. OpenClaw retrieves metadata for each URL
Read full guide →

Related Use Cases

Open Fetch Rich Metadata from URLs

Fetch Rich Metadata from URLs

Pull the title, description, thumbnail image, and Open Graph data from any public URL.

Link Preview icon
Link Preview
4 agent guides
Open Audit Open Graph Tags Across Pages

Audit Open Graph Tags Across Pages

Check whether pages are correctly set up for social sharing by auditing their Open Graph metadata.

Link Preview icon
Link Preview
4 agent guides