softvoyagers/linkmeta-api
🔌 MCP Serversoftvoyagers
A free, open-source MCP server for extracting rich URL metadata like Open Graph, Twitter Cards, and JSON-LD.
Linkmeta-api serves as a specialized MCP server that bridges the gap between AI models and live web content. By providing a standardized interface for metadata extraction, it enables LLMs to 'read' the context of a URL beyond just the raw HTML. The tool parses essential metadata formats including Open Graph (OG) tags, Twitter Cards, and JSON-LD, which are critical for understanding the intent and content of a webpage.
Key features include its lightweight architecture and the absence of API key requirements, which simplifies integration into existing agentic pipelines. Whether you are building a research assistant that needs to summarize articles or a social media bot that requires link previews, this MCP server provides the necessary data structures to enhance agent reasoning. It is built to be easily deployed and connected to any MCP-compliant client, ensuring that your AI agents can reliably retrieve titles, descriptions, images, and site metadata in real-time.
💡Highlights
- ├─Extracts OG, Twitter, and JSON-LD
- ├─Zero API key configuration required
- └─Native MCP protocol integration
🎯For
- ├─AI Application Developers
- └─Web Automation Engineers