Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Prismic

Prismic

Prismic is a headless CMS that enables developers and content teams to manage and deliver content seamlessly across various platforms.

64VIEWS
1USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app prismicnpx @composio/cli add cursor --app prismicnpx @composio/cli add cursor --app prismicnpx @composio/cli add cursor --app prismic

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Prismic Documents With Fulltext Search

Tool to fetch prismic documents using a full-text search predicate. use after obtaining the repository's master ref when you want to search for specific terms within documents.

Content Api: Get Documents With Integration Fields

Tool to fetch prismic documents including integration fields data. use when you need both core content and integration fields in one query. call after obtaining a valid ref token.

Get Prismic Documents With Predicates

Tool to fetch prismic documents using specified predicates. use when filtering documents based on multiple conditions after obtaining the repository's master ref.

Prismic: Query Documents

Tool to query prismic documents using predicates and pagination. use when you need to fetch multiple documents from a repository after obtaining a ref.

Get Prismic Document By Id

Tool to retrieve a specific prismic document by its id. use after obtaining a content ref.

Prismic: Get Documents By Custom Field

Tool to fetch prismic documents by custom field predicate. use after obtaining a repository ref when filtering content by field constraints.

Get Prismic Documents By Tag

Tool to fetch prismic documents by tag. use when retrieving all documents associated with a specific tag.

Get Prismic Documents By Type

Tool to fetch prismic documents by type. use when you need to retrieve documents with a specific custom type after obtaining the repository's master ref.

Get Ordered Documents

Tool to fetch prismic documents ordered by a specified field. use after obtaining a valid api ref when you need sorted document results, e.g., orderings='[my.article.date desc]'.

Get Prismic Repository Info

Tool to retrieve prismic repository metadata. use after authentication to load refs, types, languages, and other repository settings.

Get Prismic Repository Refs

Tool to retrieve a list of repository refs (master and releases). use when you need the current repository references before executing any content queries.

Get Prismic Tags

Tool to retrieve all tags from prismic repository. use when you need the full list of tags for filtering or categorization.

Prismic: Get Custom Types

Tool to retrieve all custom types and slices from the prismic repository. use when you need to list custom types definitions after authentication.

13 actions available