# Contentful (verified)

Contentful is a headless CMS allowing developers to create, manage, and distribute content across multiple channels and devices with an API-first approach

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add contentful

# Browse available tools
npx -y @smithery/cli@latest tool list contentful

# Get full schema for a tool
npx -y @smithery/cli@latest tool get contentful CONTENTFUL_GET_SPACE

# Call a tool
npx -y @smithery/cli@latest tool call contentful CONTENTFUL_GET_SPACE '{}'
```

## Direct MCP Connection

Endpoint: `https://contentful.run.tools`

## Tools (3)

- `CONTENTFUL_GET_SPACE` — Retrieves details of a specific space by its ID. This action is used to get information about a single space in Content…
- `CONTENTFUL_LIST_SPACES` — Lists all spaces that the authenticated user has access to in Contentful. This is a fundamental operation needed before…
- `CONTENTFUL_UPDATE_SPACE` — Updates the name of a specific space. Notes: - The version number is required to ensure you're updating the latest vers…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get contentful <tool-name>
```
