Skip to main content
Glama

LinkRescue MCPサーバー

PyPI License: MIT MCPize

壊れたアフィリエイトリンクを素早く見つけ、影響度順に優先順位を付け、AIエージェントが実行可能な修正案を生成します。

1回の呼び出しで、38以上のアフィリエイトネットワークをチェック。収益損失を推定します。

ワンクリックインストール: MCPizeでインストール | pip install linkrescue-mcp

LinkRescue MCPは、リンク切れのスキャン、監視、および修正ワークフローをModel Context Protocol (MCP)を通じて公開するため、ClaudeやCursorなどのツールが直接リンク健全性操作を実行できるようになります。

機能

  • check_broken_links: URL(またはサイトマップ)をスキャンし、構造化されたリンク切れレポートを返します

  • monitor_links: ウェブサイトの定期的な監視を設定します

  • get_fix_suggestions: 優先順位付けされた修正推奨事項を生成します

  • health_check: MCPサーバーとバックエンドAPIの接続性を確認します

LinkRescueバックエンドAPIに到達できない場合、サーバーは現実的なシミュレーションデータにフォールバックするため、ローカルでのテストやデモは継続して動作します。

Related MCP server: webcheck-mcp

クイックスタート

{
  "mcpServers": {
    "linkrescue": {
      "command": "linkrescue-mcp"
    }
  }
}

次に、AIエージェントに次のように尋ねます:

"example.comのリンク切れアフィリエイトリンクをスキャンして"

無料版 vs Pro版

ツール

無料

Pro ($19/月)

Agency ($29/月)

health_check

はい

はい

はい

check_broken_links (最大50ページ)

はい

はい

はい

check_broken_links (最大2,000ページ)

-

はい

はい

check_broken_links (無制限 + サイトマップクロール)

-

-

はい

get_fix_suggestions

-

はい

はい

monitor_links (毎日)

-

はい

はい

monitor_links (毎時 + ウェブフック)

-

-

はい

収益損失の推定

-

はい

はい

マルチサイト監視

-

5サイト

25サイト

無料プランでは、単一ページのリンク切れチェックが可能です。Proプランでは、フルクローラー、修正提案、定期的な監視が利用可能になります。Agencyプランでは、毎時のチェック、ウェブフック、無制限のサイト数が追加されます。

MCPizeでProにアップグレード — 月額$19または年額$190。Agencyプランは月額$29または年額$290。

インストール

MCPize (推奨)

マネージドホスティングによるワンクリックインストール: MCPizeでインストール

PyPI

pip install linkrescue-mcp
linkrescue-mcp

ソースから

git clone https://github.com/carsonroell-debug/linkrescue-mcp.git
cd linkrescue-mcp
pip install -r requirements.txt
python main.py

MCPエンドポイント:

  • http://localhost:8000/mcp

設定

変数

説明

デフォルト

LINKRESCUE_API_BASE_URL

LinkRescue APIのベースURL

http://localhost:3000/api/v1

LINKRESCUE_API_KEY

認証リクエスト用のAPIキー

例:

export LINKRESCUE_API_BASE_URL="https://www.linkrescue.io/api/v1"
export LINKRESCUE_API_KEY="your-api-key"
linkrescue-mcp

APIキーは linkrescue.io/settings/api から取得してください(ProおよびAgencyプランのみ)。

実行オプション

インストールされたエントリポイント経由で実行:

linkrescue-mcp

ソースから直接実行:

python main.py

FastMCP CLI経由で実行:

fastmcp run main.py --transport streamable-http --port 8000

MCPクライアントへの接続

Claude Desktop

claude_desktop_config.json に以下を追加します:

{
  "mcpServers": {
    "linkrescue": {
      "command": "linkrescue-mcp"
    }
  }
}

Claude Code

claude mcp add linkrescue --transport http http://localhost:8000/mcp

試してみる

fastmcp list-tools main.py
fastmcp call-tool main.py health_check '{}'
fastmcp call-tool main.py check_broken_links '{"url":"https://example.com"}'

ツールの入力と出力

入力:

  • url (必須): スキャンするサイトのURL

  • sitemap_url (オプション、Agencyプラン): サイトマップからクロール

  • max_depth (オプション、デフォルト 3): クロールの深さ

スキャンメタデータ、リンク切れの詳細、および統計の要約を返します。ProおよびAgencyプランには、リンク切れのアフィリエイトリンクによる推定月間収益損失が含まれます。

入力:

  • url (必須)

  • frequency_hours (オプション、デフォルト 24; Agencyプランは 1 をサポート)

監視ID、スケジュール詳細、およびステータスを返します。無料プランはシミュレートされたモニターを返します(永続性はありません)。

get_fix_suggestions

入力:

  • check_broken_links からの完全なレポート、または

  • 生の broken_links 配列、または

  • いずれかの形式のJSON文字列

優先順位付けされたアクションと推奨される修正手順を返します。ProおよびAgencyプランのみ。

health_check

入力なし。サーバーのステータスとバックエンドAPIの到達可能性を返します。

デプロイメント

Smithery

このリポジトリには smithery.yamlsmithery.json が含まれています。

  1. リポジトリをGitHubにプッシュ

  2. Smithery でサーバーを作成/追加

  3. Smitheryでこのリポジトリを指定

Docker / ホスティングプラットフォーム

Railway、Fly.io、その他のコンテナホスト用の Dockerfile が含まれています。

# Railway
railway up

# Fly.io
fly launch
fly deploy

ホスト環境で LINKRESCUE_API_BASE_URLLINKRESCUE_API_KEY を設定してください。

アーキテクチャ

Agent (Claude, Cursor, etc.)
  -> MCP
LinkRescue MCP Server (this repo)
  -> HTTP API
LinkRescue Backend API (linkrescue.io)

このサーバーは、MCPツール呼び出しとLinkRescue API操作の間の変換レイヤーです。

ライセンス

MIT — Freedom Engineers によって構築されました

関連

  • SelfHeal MCP — MCPサーバー用の自己修復プロキシ

  • SiteHealth MCP — ウェブサイト全体の健全性監査

  • LeadEnrich MCP — ウォーターフォール型リードエンリッチメント

その他のREADMEバリエーション

  • 開発者向けバージョン: README.dev.md

  • マーケットプレイス向けバージョン: README.marketplace.md

Available Tools

4 tools
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
broken_links_reportYesThe scan report (JSON string or dict) from check_broken_links.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.2/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It discloses the tool's output format (prioritized suggestions with specific fields) and input flexibility (accepts full JSON or just array). However, it doesn't mention performance characteristics, error handling, or whether this is a read-only operation (though implied by 'returns').

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly front-loaded with the core purpose in the first sentence, followed by details about output format and input flexibility. Every sentence adds value with zero waste. The structure flows logically from purpose to output details to input requirements.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has an output schema (which covers return values), no annotations, and 100% schema coverage, the description provides good context about purpose, usage, and behavioral aspects. However, for a tool that processes potentially complex broken link data, more detail about prioritization logic or suggestion criteria would enhance completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds meaningful context by explaining the parameter accepts either 'the full JSON report from check_broken_links or just the broken_links array' - clarifying format flexibility beyond what the schema's 'anyOf' indicates. This elevates the score above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('returns prioritized remediation suggestions') and resources ('broken links report'). It distinguishes from sibling tools by specifying it processes output from 'check_broken_links' rather than performing scanning or monitoring itself.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool ('Given a broken links report') and mentions the specific sibling tool 'check_broken_links' as the source. However, it doesn't explicitly state when NOT to use it or mention alternatives among the other siblings like 'health_check' or 'monitor_links'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and does well by disclosing what the tool returns ('server status, API reachability, and current configuration') and its verification purpose. It doesn't mention error behavior or performance characteristics, but provides solid operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Perfectly structured with two sentences: first states purpose, second provides usage guidance and return values. Every word earns its place with zero redundancy or wasted text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Complete for a zero-parameter health check tool with output schema. The description explains what it does, when to use it, and what it returns - covering all necessary context given the tool's simplicity and available structured data.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters with 100% schema coverage, so baseline is 4. The description appropriately doesn't discuss parameters since none exist, focusing instead on the tool's purpose and output.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('confirms', 'verify connectivity') and resources ('LinkRescue MCP server', 'backend API'). It distinguishes from siblings by focusing on server health rather than link scanning or monitoring operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use this tool ('before running scans') and provides clear context about its verification purpose. The description distinguishes it from sibling tools that perform actual link operations rather than connectivity checks.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 4 tool updatesv0.1.1
    • First observedcheck_broken_links
    • First observedget_fix_suggestions
    • First observedhealth_check
    • First observedmonitor_links

TDQS

A4.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: check_broken_links for scanning, get_fix_suggestions for remediation, health_check for connectivity, and monitor_links for ongoing monitoring. There is no overlap or ambiguity in their functions.

Naming Consistency4/5

The tools follow a consistent verb_noun pattern (check_broken_links, get_fix_suggestions, monitor_links), with one minor deviation (health_check uses noun_verb). This is mostly consistent and readable.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of broken link detection and management. Each tool earns its place, covering scanning, remediation, monitoring, and health checks without being too sparse or bloated.

Completeness5/5

The tool set provides complete coverage for the domain: check_broken_links for detection, get_fix_suggestions for remediation, monitor_links for ongoing tracking, and health_check for connectivity. There are no obvious gaps, and agents can follow a full workflow from scan to fix to monitoring.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    MCP server for website SEO + GEO analysis. Scan any URL to get scores across 5 categories (SEO, GEO, Performance, Security, Accessibility) with actionable fix recommendations. Enables AI coding assistants to audit websites and implement fixes autonomously.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Website health checker MCP server - SEO audit, accessibility scan, broken link detection, performance analysis, and page comparison.
    47 npm
    3
    MIT