Minds Atlas API Reference
Minds Atlas exposes structured thinker knowledge through REST endpoints and MCP tools. Agents can retrieve public profiles, search methodologies, find books, and compose decision briefs with sourced context instead of relying on generic model memory.
REST endpoints
GET /api/person/{name} returns an authenticated full profile for a thinker such as Steve Jobs or Charlie Munger.POST /api/semantic-search searches concepts, methods, and decision patterns across the atlas.GET /api/books returns a limited, agent-safe list of recommended, written, or cited books.GET /api/health checks service availability for integrations.
MCP tools
get_person retrieves a structured thinker profile for agent workflows.search_methodology finds reusable frameworks and mental models.semantic_search locates relevant people, decisions, and ideas for a query.get_books finds books connected to a thinker, domain, or recommendation type.
Authentication uses a Bearer API key. Start with the agent setup guide or request a key from the platform page before calling protected endpoints.