Skip to main content
Glama
Gluedly

@gluedly/mcp-server

Official
by Gluedly

@gluedly/mcp-server

暴露 Gluedly 公共 API 给 AI 客户端的模型上下文协议(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 — 列出已映射的页面(idtitleurlnext_scrape_date

gluedly_trigger_scrape

POST /execute — 使用 { page_id } — 立即执行抓取

gluedly_get_snapshot

如有需要,先解析最新快照,然后以 JSON 行或 Markdown 格式执行 GET /pages/{page_id}/data/{snapshot_id}

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