2 days ago
Campaign link infrastructure for AI agents and developers. Validate destinations, build UTM-tracked links, and inspect landing pages for social-sharing readiness (OG tags, Twitter Cards, viewport, canonical, favicons) — one `mlz preflight` command runs build + validate + inspect and returns a go/no-go report. Available as a CLI, MCP server, and REST API.
Server Config
{
"mcpServers": {
"missinglinkz": {
"command": "mlz",
"args": [
"mcp"
],
"env": {
"MLZ_API_KEY": "<YOUR_API_KEY>"
}
}
}
}