# Contentful Graphql — MCP server on mcp.ai > Connect your Contentful Graphql account and use 2 tools for developer tools straight from your AI agent. Connect with your own API key. The Contentful GraphQL Content API allows developers to query and deliver content using GraphQL, providing a flexible and efficient way to access content stored in Contentful. By: mcp.ai · official Page: https://mcp.ai/contentful_graphql ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_contentful_graphql?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/contentful_graphql/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/contentful_graphql/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/contentful_graphql/skill.md Postman collection (v2.1): https://mcp.ai/contentful_graphql/postman.json ## Tools - contentful_graphql_get_cma_token() — Tool to retrieve a Contentful Management API (CMA) access token. Use when making CMA calls to ensure valid authorization. - contentful_graphql_graph_ql_content_api_persisted_query(query?: string, version?: integer, space_id: string, variables?: object, sha256_hash: string, access_token?: string, environment_id: string) — Execute a GraphQL query using Automatic Persisted Queries (APQ). APQ reduces bandwidth by sending only a SHA256 hash instead of the full query text after initial registration. Workflow: 1. First reque ## Example prompts - "What can I do in Contentful Graphql?" - "Show me a summary of my Contentful Graphql account" ## Links Docs: https://mcp.ai/docs/mcps/contentful_graphql Website: https://mcp.ai/mcps/contentful_graphql