General Tools
danielsuchan.dev
Provides access to personal profile, projects, skills, and changelog of Daniel Suchan via various retrieval and Q&A endpoints.
ENDPOINT 1
https://mcp.danielsuchan.dev/mcp
Known tools 17
get_profileReturns Daniel Suchan's full profile — bio, current role at Blaze, contact info, education (self-taught, no college), and verified experience claims.
get_projectsReturns a list of all projects Daniel has built, co-founded, or led — with stack, status (Active/Completed), and description.
get_recent_shipmentsReturns Daniel's most recently shipped work from his public changelog.
get_skillsReturns Daniel's verified technical skills — TypeScript, React, Hono, MCP, multi-agent orchestration, and more.
ask_about_danielAccepts a free-form question about Daniel Suchan and returns a curated answer.
get_bug_fixesReturns a curated list of recent production bug fixes Daniel has shipped — symptom, root cause, fix, and impact for each.
get_curated_tweetsReturns the latest curated Twitter/X digest from Daniel's twitter-agent pipeline.
get_writingReturns Daniel's technical writing — blog posts on multi-agent systems, MCP infrastructure, and AI engineering.
get_case_studyReturns Daniel's long-form architecture case studies.
get_lab_demosReturns Daniel's interactive lab demos at danielsuchan.dev/labs.
get_agent_guideSelf-documenting decision tree for AI agents reading this MCP server.
ai_askAsk a free-form question and get a natural-language answer from a small, fast LLM running on Cloudflare Workers AI.
ai_summarizeSummarize a piece of text.
ai_classifyClassify input text into one of the labels you provide.
ai_extract_jsonExtract structured JSON (top-level object only — arrays/primitives are rejected) from unstructured text given a natural-language schema description.
ai_translateTranslate text into the target language.
search_archiveSemantic search across Daniel's public archive — changelog (194 days), bugs (production fix log), writing (blog posts), case-studies (long-form architecture), labs (interactive demos).