# Gluedly > Gluedly is an LLM-ready web data extraction platform that converts website DOM elements into schema-stable JSON and prompt-ready Markdown for AI agents, RAG pipelines, and LLM tool-calling. Use the REST API, MCP server, or official LangChain and LlamaIndex packages to list mapped pages, trigger scrapes, and fetch schema-stable JSON or Markdown snapshots. Authenticate with `Authorization: Bearer `. ## Core Documentation - [Full Technical Specification](https://gluedly.com/llms-full.txt): Complete OpenAPI schemas, payload contracts, and HTTP status code reference for AI agents. - [API Documentation](https://gluedly.com/api-docs): Public REST API endpoints for workspace, page mapping, and snapshot retrieval. - [Integration Guide](https://gluedly.com/integrations): Setup guides for connecting Gluedly with modern AI frameworks. ## Official Libraries & Framework Packages - [MCP Server Node Package](https://www.npmjs.com/package/@gluedly/mcp-server): Model Context Protocol server for Claude Desktop and Cursor AI agents (`npx @gluedly/mcp-server`). - [LangChain Integration](https://pypi.org/project/langchain-gluedly/): Official Python Document Loader (`pip install langchain-gluedly`). - [LlamaIndex Reader](https://pypi.org/project/llama-index-readers-gluedly/): Official Python Data Reader (`pip install llama-index-readers-gluedly`). ## API Endpoints - [List Pages](https://gluedly.com/api/v1/pages): Endpoint to list all mapped scraping target pages (`GET`). - [Execute Scrape](https://gluedly.com/api/v1/execute): Endpoint to trigger an immediate page scrape run (`POST`). - [Fetch Snapshot Data](https://gluedly.com/api/v1/pages/{page_id}/data/{snapshot_id}): Endpoint to retrieve snapshot data by page ID and snapshot ID (`GET`). ## Optional - [GitHub Examples Repository](https://github.com/gluedly/gluedly-ai-examples): Runnable Python and Node.js code snippets for building product comparison agents and vector store RAG pipelines. - [Gluedly Homepage](https://gluedly.com): Main platform web portal and workspace management app.