Contentful
Pull content from Contentful CMS into your website. Blog posts, products, pages — any structured content. Popular headless CMS.
setup_integration or the Dashboard Vault — they're encrypted
with AES-256-GCM and never exposed.
Required Credentials
Get your API key at www.contentful.com →
Endpoints (3)
List content entries from Contentful. Returns all entries with fields, metadata, and content type. Limit: 100.
No input parameters required.
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. |
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:
| Endpoint | MCP Tool Name |
|---|---|
| list-entries | contentful_list_entries |
| get-entry | contentful_get_entry |
| list-content-types | contentful_list_content_types |