What is the ai.linkguard/linkguard-mcp MCP server?
Backlink tools for AI assistants: redirect, Google index, and backlink health checks.
How to install ai.linkguard/linkguard-mcp
Copy-paste configuration for popular MCP clients.
LINKGUARD_API_KEYrequiredsecretYour lg_ API key from https://linkguard.ai/dashboard/api-keys (one paid top-up unlocks it).
LINKGUARD_API_URLOverride the API base URL. Defaults to https://linkguard.ai.
{
"mcpServers": {
"linkguard-mcp": {
"command": "uvx",
"args": [
"linkguard-mcp"
],
"env": {
"LINKGUARD_API_KEY": "<YOUR_LINKGUARD_API_KEY>",
"LINKGUARD_API_URL": "<YOUR_LINKGUARD_API_URL>"
}
}
}
}{
"mcpServers": {
"linkguard-mcp": {
"command": "uvx",
"args": [
"linkguard-mcp"
],
"env": {
"LINKGUARD_API_KEY": "<YOUR_LINKGUARD_API_KEY>",
"LINKGUARD_API_URL": "<YOUR_LINKGUARD_API_URL>"
}
}
}
}{
"mcpServers": {
"linkguard-mcp": {
"command": "uvx",
"args": [
"linkguard-mcp"
],
"env": {
"LINKGUARD_API_KEY": "<YOUR_LINKGUARD_API_KEY>",
"LINKGUARD_API_URL": "<YOUR_LINKGUARD_API_URL>"
}
}
}
}{
"servers": {
"linkguard-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"linkguard-mcp"
],
"env": {
"LINKGUARD_API_KEY": "<YOUR_LINKGUARD_API_KEY>",
"LINKGUARD_API_URL": "<YOUR_LINKGUARD_API_URL>"
}
}
}
}claude mcp add linkguard-mcp --env LINKGUARD_API_KEY=<YOUR_LINKGUARD_API_KEY> --env LINKGUARD_API_URL=<YOUR_LINKGUARD_API_URL> -- uvx linkguard-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.