Dashboard
How it Works Documentation Quick Start PAPI — Pages & Assets MAPI — Dynamic Data Integrations SAPI — Sessions & Forms MCP Server OpenClaw Skill Tools Deploy Dashboard
Contentful

Contentful

🔑 BYO Key — Cms

Pull content from Contentful CMS into your website. Blog posts, products, pages — any structured content. Popular headless CMS.

🔑 Setup Required — Bring Your Own Key This integration requires API credentials. Store them once via setup_integration or the Dashboard Vault — they're encrypted with AES-256-GCM and never exposed.

Required Credentials

contentful_space_id
Space ID
Space ID from app.contentful.com → Space → Settings → General settings.
contentful_cda_token
Content Delivery API Token
CDA access token from Settings → API keys → Content Delivery API - access token.

Get your API key at www.contentful.com →

Endpoints (3)

GET list-entries

List content entries from Contentful. Returns all entries with fields, metadata, and content type. Limit: 100.

No input parameters required.

GET get-entry

Get a single content entry by ID. Returns all fields and metadata for the entry.

Field Type Required Description
entry_id string ✓ Yes Contentful entry ID.
GET list-content-types

List all content types (models) in the space. Returns field definitions, validations, and display settings.

No input parameters required.

MCP Tool Names

When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:

EndpointMCP Tool Name
list-entries contentful_list_entries
get-entry contentful_get_entry
list-content-types contentful_list_content_types
← Back to all integrations