Skip to content
Back to search
90
MCP v0.1.0 streamable-http

io.github.solvohq/openunfurl

io.github.SolvoHQ/openunfurl

Zero-signup anonymous link-unfurl API. One GET returns clean JSON metadata for any public URL.

Uptime
no direct probes in 30d
Response
886ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

unfurl

Fetch clean link-preview metadata (title, description, image, siteName, favicon, oembed) for any public URL. No signup, no API key. Static-HTML parse only (no JS/SPA render).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.solvohq/openunfurl": {
      "url": "https://openunfurl.vercel.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}