Overview
Introduction
Read Kept project data from an AI client using the Model Context Protocol.
What you can do#
List visible projects, read analytics and prompts, inspect sources and citation gaps, read saved Actions, and search sampled answers. The service exposes ten tools; every tool is read-only.
Transport and authentication#
Use POST https://app.keptai.com/mcp with Streamable HTTP and a personal Bearer token. JSON and single-event SSE responses are supported. The service is stateless and does not issue a session ID. OAuth is not supported.
Start here#
Follow Setup, call list_projects, then choose a returned host. Tools return text JSON and structuredContent. Check isError and _meta.truncated when handling results.