← Index

Unphurl

io.github.123Ergo/unphurl·v0.2.3·Other
Quality Score
85
/100

URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.unphurl.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "unphurl": {
      "command": "npx",
      "args": [
        "-y",
        "@unphurl/mcp-server"
      ],
      "env": {
        "UNPHURL_API_KEY": "<your-unphurl_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "unphurl": {
      "command": "npx",
      "args": [
        "-y",
        "@unphurl/mcp-server"
      ],
      "env": {
        "UNPHURL_API_KEY": "<your-unphurl_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @unphurl/mcp-server
§02  Environment variables
UNPHURL_API_KEY
requiredsecret

Your Unphurl API key (get one at unphurl.com or via the signup tool)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other