API Documentation

Complete reference for the DAEMON MCP server. 12 tools for accessing personal context via the Model Context Protocol.

Quick Start

Add this to your MCP client configuration to connect:

{
  "mcpServers": {
    "daemon": {
      "url": "https://mcp.daemon.timkleinschmidt.com/mcp"
    }
  }
}

Available Tools

daemon_about

Get information about Tim Kleinschmidt — background, interests, skills, values.

Parameters

None

Returns

String — About section content

daemon_location

Get Tim's current location.

Parameters

None

Returns

String — Current location

daemon_mission

Get Tim's mission statement and professional goals.

Parameters

None

Returns

String — Mission content

daemon_preferences

Get Tim's preferences and work style.

Parameters

None

Returns

Array — List of preferences

daemon_telos

Get Tim's TELOS framework — principles and long-term objectives.

Parameters

None

Returns

Array — List of principles

daemon_books

Get Tim's favorite books and reading recommendations.

Parameters

None

Returns

Array — List of books

daemon_movies

Get Tim's favorite movies and film preferences.

Parameters

None

Returns

Array — List of movies

daemon_podcasts

Get Tim's favorite podcasts and audio content.

Parameters

None

Returns

Array — List of podcasts

daemon_routine

Get Tim's daily routine and work patterns.

Parameters

None

Returns

Array — List of routine items

daemon_predictions

Get Tim's predictions about the future — technology, finance, culture.

Parameters

None

Returns

Array — List of predictions

daemon_all

Get all daemon data — complete personal context and information.

Parameters

None

Returns

Object — Complete DaemonData object

daemon_section

Get a specific daemon section by name.

Parameters

section: string — Section name (e.g., 'about', 'telos', 'books')

Returns

String | Array — Section content