Skip to main content
Glama

linkpulse

AI 에이전트를 위한 URL 상태 확인 도구. URL을 입력하면 HTTP 상태, SHA-256 콘텐츠 해시, 분류, 가독성 점수, 제목을 반환하며, 페이지가 죽었을 경우 웨이백 머신(Wayback Machine)으로 대체합니다. 10분간 캐시됩니다. 호출당 $0.001. 에이전트 전용.

라이브 엔드포인트: https://linkpulse-neon.vercel.app/

curl https://linkpulse-neon.vercel.app/은 기계가 읽을 수 있는 전체 매니페스트를 반환합니다. HTML 없음. 사람 없음.

기능

에이전트가 호출할 수 있는 4가지 도구, 구조화된 출력:

엔드포인트

목적

POST /v1/check

URL을 가져옵니다. 상태, 최종 URL(리다이렉트 후), 콘텐츠 해시, 분류, 가독성 점수, HTML인 경우 제목/설명/첫 번째 헤딩, 죽은 경우 웨이백 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.5MB 본문. 기본 타임아웃 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