# Glasp — MCP server on mcp.ai > Connect your Glasp account and use 9 tools for bookmarks straight from your AI agent. Connect with your own API key. Glasp helps users save bookmarks, capture and organize highlights, import Kindle highlights, and access AI-generated summaries. By: mcp.ai · official Page: https://mcp.ai/glasp ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_glasp?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/glasp/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/glasp/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/glasp/skill.md Postman collection (v2.1): https://mcp.ai/glasp/postman.json ## Tools - glasp_create_highlights(highlights: object[]) — Create between 1 and 100 highlights in the connected Glasp account in one request. - glasp_delete_highlights(url: string, highlight_id?: string, delete_document?: boolean) — Delete one Glasp highlight, or explicitly delete all highlights associated with one source document. - glasp_get_summary(summary_id: string, include_content?: boolean) — Fetch one Glasp summary by ID, optionally including the stored page or PDF Markdown content when available. - glasp_list_bookmarks(next_cursor?: string, updated_after?: string) — Return one page of pages the connected user saved to Glasp without highlighting, optionally limited to bookmarks updated after a timestamp. - glasp_list_highlights(next_cursor?: string, updated_after?: string) — Return one page of the connected user's non-Kindle Glasp documents and their nested highlights, optionally limited to records updated after a timestamp. - glasp_list_kindle_highlights(next_cursor?: string, updated_after?: string) — Return one page of the connected user's read-only Kindle books and highlights imported into Glasp, optionally limited to records updated after a timestamp. - glasp_list_summaries(next_cursor?: string, updated_after?: string) — Return one page of AI summaries generated by the connected user for pages, PDFs, and YouTube videos, optionally limited to records updated after a timestamp. - glasp_save_bookmark(url: string, title?: string, category?: string, description?: string, thumbnail_url?: string) — Save a URL as a Glasp bookmark, or update the existing bookmark when that URL is already saved. - glasp_update_highlight(url: string, note?: string, text?: string, color?: string, location?: number, highlight_id: string, highlight_url?: string) — Update editable fields on one Glasp highlight identified by its source URL and highlight ID. ## Example prompts - "What can I do in Glasp?" - "Show me a summary of my Glasp account" ## Links Docs: https://mcp.ai/docs/mcps/glasp Website: https://mcp.ai/mcps/glasp