@gluedly/mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@gluedly/mcp-serverList my mapped pages and show the latest snapshot data as Markdown"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@gluedly/mcp-server
Model Context Protocol (MCP) server that exposes Gluedly’s public API to AI clients such as Claude Desktop.
Requirements
Node.js 18+
A Gluedly API key
Related MCP server: spidra-mcp-server
Environment variables
Variable | Required | Default |
| Yes | — |
| No |
|
Tools
Tool | Description |
|
|
|
|
| Resolve latest snapshot if needed, then |
Claude Desktop config
Add the server to your claude_desktop_config.json:
{
"mcpServers": {
"gluedly": {
"command": "npx",
"args": ["-y", "@gluedly/mcp-server"],
"env": {
"GLUEDLY_API_KEY": "YOUR_GLUEDLY_API_KEY"
}
}
}
}Optional custom API host:
{
"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"
}
}
}
}Local development
bun install
bun run build
bun run test
GLUEDLY_API_KEY=… node dist/index.jsMaintenance
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
- AlicenseAqualityCmaintenanceLets AI agents like Claude capture website screenshots, check cache status, and monitor usage.32MIT

spidra-mcp-serverofficial
AlicenseAqualityBmaintenanceEnables AI assistants to scrape pages, batch-process URLs, and crawl entire websites with AI-powered extraction.12428MIT- FlicenseNot gradedqualityCmaintenanceEnables scraping single pages or crawling entire websites, converting content to markdown and optionally extracting structured data with Claude.

EnConvert MCP Serverofficial
AlicenseAqualityAmaintenanceEnables 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.20247207MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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