PluginBench
MCP Server
Maintained
MIT

io.github.SolvoHQ/openunfurl MCP Server

io.github.SolvoHQ/openunfurl

What is the io.github.SolvoHQ/openunfurl MCP server?

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

How to install io.github.SolvoHQ/openunfurl

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "openunfurl": {
      "url": "https://openunfurl.vercel.app/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "openunfurl": {
      "serverUrl": "https://openunfurl.vercel.app/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "openunfurl": {
      "type": "http",
      "url": "https://openunfurl.vercel.app/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "openunfurl": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://openunfurl.vercel.app/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http openunfurl https://openunfurl.vercel.app/api/mcp

Related MCP servers

Through-the-upgrade dependency-migration briefs for LLM coding agents.

0
Python
View repository →

Live npm/PyPI dependency-health verdicts so AI agents stop recommending stale or CVE'd packages

0
JavaScript
MIT
View repository →

Zero-signup business-day date-math API: add days, count days between dates, is-business-day.

0
JavaScript
MIT
View repository →