MCP Hub
Back to servers

microlink

Microlink MCP — wraps Microlink API (free tier, no auth required)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-microlink

MCP server for URL metadata extraction and screenshots via the Microlink API. Free tier, no authentication required.

Tools

ToolDescription
get_metadataExtract metadata from any URL (title, description, image, author, publisher, logo)
take_screenshotTake a screenshot of a webpage and return the image URL

Quickstart via Pipeworx Gateway

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "microlink__get_metadata",
      "arguments": { "url": "https://github.com" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review