Wraps the Microlink API for extracting metadata, screenshots, and structured data from any URL. Runs on the free tier with no auth required, which makes it dead simple to drop into any MCP client. Part of the Pipeworx gateway, so you can either hit this standalone endpoint or connect to their full gateway for 673+ data sources. Includes an ask_pipeworx tool that lets you query in plain English instead of calling APIs directly. Reach for this when you need to scrape Open Graph tags, generate previews, or pull clean data from messy web pages without spinning up your own service.
Microlink MCP — wraps Microlink API (free tier, no auth required)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"microlink": {
"url": "https://gateway.pipeworx.io/microlink/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Microlink data" })
The gateway picks the right tool and fills the arguments automatically.
MIT