Skip to main content
Glama

linkpulse

AIエージェントのためのURLリアリティチェック。URLを指定すると、HTTPステータス、SHA-256コンテンツハッシュ、分類、可読性スコア、タイトルを返し、ページがリンク切れの場合はWayback Machineのフォールバックを提供します。10分間キャッシュ。1コールあたり$0.001。エージェント専用。

ライブエンドポイント: https://linkpulse-neon.vercel.app/

curl https://linkpulse-neon.vercel.app/ は、機械可読な完全なマニフェストを返します。HTMLなし。人間用ではありません。

機能

エージェントから呼び出し可能な4つのツール(構造化出力):

エンドポイント

目的

POST /v1/check

URLを取得。ステータス、最終URL(リダイレクト後)、コンテンツハッシュ、分類、可読性スコア、HTMLの場合はタイトル/説明/最初の見出し、リンク切れの場合はWayback URLを返します。

POST /v1/diff

URLを再チェックし、以前のハッシュから変更があったかどうかをエージェントに伝えます。

POST /v1/resolve

ボディをダウンロードせずにリダイレクトチェーンを解決します。

POST /v1/classify

エージェントが既に持っているコンテンツ(ステータス + コンテンツタイプ + ボディサンプル)を分類します — アウトバウンドフェッチは行いません。

すべてのエラーレスポンスには { error, code, message, fix, docs, http_status } が含まれており、エージェントが推測する必要はありません。

分類

alive_html · alive_json_api · alive_xml_feed · alive_markdown · alive_pdf · alive_image · alive_binary · empty · dead · redirect_loop · moved_permanent · login_wall · challenge_wall · rate_limited · server_error · unreachable

ディスカバリー(人間による操作は不要)

  • GET /.well-known/ai-plugin.json

  • GET /.well-known/mcp.json

  • GET /llms.txt

  • GET /openapi.json

  • GET /v1/pricing

  • GET /v1/errors

認証

# 1. Mint a key (100 free credits)
curl -X POST https://linkpulse-neon.vercel.app/v1/keys

# 2. Use the key
curl -X POST https://linkpulse-neon.vercel.app/v1/check \
  -H "Authorization: Bearer lp_live_..." \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com"}'

課金

プリペイドクレジット。単一のPOSTリクエストで、エージェントが自律的に従う支払いURLを返します:

curl -X POST https://linkpulse-neon.vercel.app/v1/credits \
  -H "Authorization: Bearer lp_live_..." \
  -H "Content-Type: application/json" \
  -d '{"pack":"starter"}'

{ payment_url, x402: { ... } } を返します。

MCP

https://linkpulse-neon.vercel.app/mcp (JSON-RPC 2.0, プロトコル 2024-11-05)。ツール: linkpulse_check, linkpulse_diff, linkpulse_resolve, linkpulse_classify

安全性

  • SSRFブロック: ループバック、RFC 1918、リンクローカル、metadata.internalはすべて構造化エラーで拒否されます。

  • 最大1.5 MBのボディ。デフォルトのタイムアウトは6秒。

ライセンス

Apache 2.0。

F
license - not found
Not graded
quality - not tested
Not graded
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks.

  • Turns any URL into SEO metadata, contacts, tech stack, and AI-ready Markdown, in one call.

  • Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests.

View all MCP Connectors

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/walkojas-boop/linkpulse'

If you have feedback or need assistance with the MCP directory API, please join our Discord server