linkrescue-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINKRESCUE_API_KEY | No | API key for authenticated requests | |
| LINKRESCUE_API_BASE_URL | No | Your LinkRescue API base URL | http://localhost:3000/api |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_broken_linksA | Scans a single URL or entire site/sitemap for broken links. Returns a structured report with every broken link found, its HTTP status code, the page it was discovered on, link type (affiliate/external/internal), SEO impact rating, and estimated revenue loss. Agents can pass the output directly to get_fix_suggestions for remediation steps. |
| monitor_linksA | Sets up ongoing broken-link monitoring for a website. The monitor runs on a schedule (default: every 24 hours) and will detect new broken links, links that were fixed, and changes in site health score. Returns a monitoring_id you can reference later to check status or cancel. |
| get_fix_suggestionsA | Given a broken links report, returns prioritized remediation suggestions. Each suggestion includes the broken URL, a recommended action (update link, follow redirect, remove, etc.), a human-readable explanation, and a code snippet where applicable. Accepts either the full JSON report from check_broken_links or just the broken_links array. |
| health_checkA | Confirms the LinkRescue MCP server is alive and can reach the backend API. Use this to verify connectivity before running scans. Returns server status, API reachability, and current configuration. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| example_report | Sample broken-links scan report showing the output format of check_broken_links. Agents can read this resource to understand the data schema before calling tools. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/carsonroell-debug/linkrescue-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server