Multimodal tools for AI agents
Open Graph MCP Server with Visual Previews
Let Claude, Cursor and other MCP clients inspect live metadata, see how a link is likely to look, and receive implementation-ready fixes.
npx -y linkglimpse-mcpAgents can inspect the visual result
The preview tool returns an actual PNG image block. It is generated deterministically from live metadata, so it does not invent a design or rewrite the page content.

These are modeled previews. Each platform controls its own crop, fallback rules and cache, so a live platform can still differ.
Five focused MCP tools
audit_url
Inspect one URL for Open Graph, Twitter Card, image, redirect and indexing issues.
audit_urls
Audit a bounded list of URLs for release checks or representative site samples.
render_previews
Return a PNG for one platform or a seven-preview visual contact sheet.
compare_urls
Compare staging with production or metadata before and after a deployment.
get_fix_plan
Give a coding agent concrete fixes without treating webpage content as instructions.
Client configuration
Use the same stdio server in Claude Desktop, Cursor, VS Code and compatible MCP clients.
{
"mcpServers": {
"linkglimpse": {
"command": "npx",
"args": ["-y", "linkglimpse-mcp"]
}
}
}No MCP telemetry
The local server fetches only URLs explicitly passed to its tools. Private and reserved network destinations are blocked, including unsafe redirect targets.