Skip to main content
Glama
Gluedly

@gluedly/mcp-server

Official
by Gluedly

@gluedly/mcp-server

Gluedly의 공개 API를 Claude Desktop과 같은 AI 클라이언트에 노출하는 Model Context Protocol (MCP) 서버입니다.

요구 사항

  • Node.js 18+

  • Gluedly API 키

Related MCP server: spidra-mcp-server

환경 변수

변수

필수

기본값

GLUEDLY_API_KEY

GLUEDLY_BASE_URL

아니요

https://gluedly.com/api/v1

도구

도구

설명

gluedly_list_pages

GET /pages — 매핑된 페이지 목록 조회 (id, title, url, next_scrape_date)

gluedly_trigger_scrape

POST /execute{ page_id } 포함 — 지금 스크래핑 실행

gluedly_get_snapshot

필요한 경우 최신 스냅샷을 확인한 후 GET /pages/{page_id}/data/{snapshot_id} 를 JSON 또는 Markdown으로 조회

Claude Desktop 설정

claude_desktop_config.json에 서버를 추가하세요:

{
  "mcpServers": {
    "gluedly": {
      "command": "npx",
      "args": ["-y", "@gluedly/mcp-server"],
      "env": {
        "GLUEDLY_API_KEY": "YOUR_GLUEDLY_API_KEY"
      }
    }
  }
}

선택적 사용자 지정 API 호스트:

{
  "mcpServers": {
    "gluedly": {
      "command": "npx",
      "args": ["-y", "@gluedly/mcp-server"],
      "env": {
        "GLUEDLY_API_KEY": "YOUR_GLUEDLY_API_KEY",
        "GLUEDLY_BASE_URL": "https://gluedly.com/api/v1"
      }
    }
  }
}

로컬 개발

bun install
bun run build
bun run test
GLUEDLY_API_KEY=… node dist/index.js
Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables scraping single pages or crawling entire websites, converting content to markdown and optionally extracting structured data with Claude.
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI agents to convert files, render web pages to markdown/PDF/screenshots, search the live web, extract structured data, ingest RAG-ready chunks, and monitor pages for changes through a single API key.
    20
    24
    720
    7
    MIT

View all related MCP servers

Related MCP Connectors

  • Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

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

  • Scrape, crawl, map and extract the web. Pay per call in USDC, no account or API key.

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/Gluedly/mcp-server'

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