get_metadata
ActiveTool of microlink
declared in 0.1.0
Extract metadata from any URL to preview page content. Returns title, description, image, author, publisher, logo, and structured data—useful when you need to understand a webpage without visiting it directly.
Parameters schema
{
"type": "object",
"examples": [
{
"url": "https://www.example.com"
},
{
"url": "https://github.com/microlinkhq/sdk"
}
],
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The URL to extract metadata from."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
microlink
https://github.com/pipeworx-io/mcp-microlink
1/7 registries