other
Prismic MCP, CLI, and Lua Integration for AI Agents
Prismic integration docs for AI agents: MCP gateway setup, Prismic CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
Prismic for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
prismic- route_slug
prismic- package
prismic- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Prismic CLIHeadless setup and direct function calls. Prismic MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Prismic MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Prismic.
Claude Code Prismic MCP setup for Claude Code. Cursor Prismic MCP setup for Cursor. Codex Prismic MCP setup for Codex. OpenAI Agents Prismic MCP setup for OpenAI Agents SDK. Claude Agent SDK Prismic MCP setup for Claude Agent SDK. Vercel AI SDK Prismic MCP setup for Vercel AI SDK. LangChain Prismic MCP setup for LangChain. LangGraph Prismic MCP setup for LangGraph. CrewAI Prismic MCP setup for CrewAI. MCP clients Prismic MCP setup for Generic MCP Clients.
Prismic CLI Matrix
Use these pages for direct Prismic CLI workflows in scripts, CI, cron, and agent wrappers.
CI Prismic CLI for CI. Cron Jobs Prismic CLI for cron jobs. Shell Scripts Prismic CLI for shell scripts. Headless Automation Prismic CLI for headless automation. Coding Agents Prismic CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
prismic.prismic_list_documents | Read read | 6 | Search and list documents from the Prismic repository. Supports filtering with Prismic query predicates, pagination, ordering, and language selection. |
prismic.prismic_get_document | Read read | 3 | Retrieve a single document from the Prismic repository by its unique document ID. |
prismic.prismic_list_types | Read read | 2 | List all custom types defined in the Prismic repository. Returns type IDs and names that can be used for document queries. |
prismic.prismic_get_tags | Read read | 0 | List all tags defined in the Prismic repository. Tags can be used to filter documents in search queries. |
prismic.prismic_list_refs | Read read | 0 | List all refs (releases and drafts) for the Prismic repository. The master ref points to the published content; other refs point to drafts or releases in progress. |
prismic.prismic_list_languages | Read read | 0 | List all languages configured in the Prismic repository. Returns language codes and names that can be used for querying content in specific locales. |
prismic.prismic_get_current_user | Read read | 0 | Verify the Prismic API connection is working by performing a minimal document search. Returns connection status and repository information. |