# Prismic — MCP server on mcp.ai > Connect your Prismic account and use 5 tools for website builders straight from your AI agent. Connect with your own API key. Prismic is a headless CMS that enables developers and content teams to manage and deliver content seamlessly across various platforms. By: mcp.ai · official Page: https://mcp.ai/prismic ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_prismic?ms=1787291340000 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/prismic/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/prismic/ 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/prismic/skill.md Postman collection (v2.1): https://mcp.ai/prismic/postman.json ## Tools - prismic_content_api_get_documents_with_fulltext_search(q: string, lang?: string, page?: integer, fetch?: string, pageSize?: integer, orderings?: string, fetchLinks?: string) — Search Prismic documents using full-text search. Searches across all text fields in documents for the specified terms. The search is case-insensitive and matches based on root words. Automatically ret - prismic_content_api_query_documents(q?: string, ref: string, lang?: string, page?: integer, after?: string, fetch?: string, pageSize?: integer, orderings?: string, fetchLinks?: string, graphQuery?: string, access_token?: string, integrationFieldsRef?: string) — Tool to query Prismic documents using predicates and pagination. Use when you need to fetch multiple documents from a repository after obtaining a ref. - prismic_repository_api_get_info() — Retrieves comprehensive metadata about a Prismic repository including available refs (content versions), custom types, languages, tags, bookmarks, and API forms. This is typically the first API call m - prismic_tags_api_get_all_tags() — Tool to retrieve all tags from Prismic repository. Use when you need the full list of tags for filtering or categorization. - prismic_types_api_get_types(page?: integer, sort?: string, limit?: integer) — Retrieves all custom types (content models) defined in the Prismic repository. Custom types define the structure of content in Prismic. This action returns metadata about each custom type including it ## Example prompts - "What can I do in Prismic?" - "Show me a summary of my Prismic account" ## Links Docs: https://mcp.ai/docs/mcps/prismic Website: https://mcp.ai/mcps/prismic