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.
None
String — About section content
daemon_location
Get Tim's current location.
None
String — Current location
daemon_mission
Get Tim's mission statement and professional goals.
None
String — Mission content
daemon_preferences
Get Tim's preferences and work style.
None
Array — List of preferences
daemon_telos
Get Tim's TELOS framework — principles and long-term objectives.
None
Array — List of principles
daemon_books
Get Tim's favorite books and reading recommendations.
None
Array — List of books
daemon_movies
Get Tim's favorite movies and film preferences.
None
Array — List of movies
daemon_podcasts
Get Tim's favorite podcasts and audio content.
None
Array — List of podcasts
daemon_routine
Get Tim's daily routine and work patterns.
None
Array — List of routine items
daemon_predictions
Get Tim's predictions about the future — technology, finance, culture.
None
Array — List of predictions
daemon_all
Get all daemon data — complete personal context and information.
None
Object — Complete DaemonData object
daemon_section
Get a specific daemon section by name.
section: string — Section name (e.g., 'about', 'telos', 'books')
String | Array — Section content