Content is loading…
Parse Open Graph + Twitter Card + meta tags from any URL into structured JSON.
og_metadata#open graph#og tags#twitter card#link preview#meta tagsFetch a URL and parse its Open Graph, Twitter Card, and standard meta tags. Provide a `url` to receive a structured object containing the page title, description, canonical link, primary image, favicon, site name, and platform-specific variants for link previews or bookmarking.
| Name | Type | Required | Description |
|---|---|---|---|
url | string | required | The URL to fetch metadata from |
{
"url": "https://nytimes.com"
}curl -X POST https://toolsy.my/api/mcp \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "og_metadata",
"arguments": {
"url": "https://nytimes.com"
}
}
}'Generate a free API key or set up an OAuth connector for Claude.ai.