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
MCP server metadata
- Name
- daniel-suchan-mcp
- Version
- 1.7.0
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.
Inferred read-onlyget_projectsReturns a list of all projects Daniel has built, co-founded, or led — with stack, status (Active/Completed), and description.
Inferred read-onlyget_recent_shipmentsReturns Daniel's most recently shipped work from his public changelog.
Inferred read-onlyget_skillsReturns Daniel's verified technical skills — TypeScript, React, Hono, MCP, multi-agent orchestration, and more.
Inferred read-onlyask_about_danielAccepts a free-form question about Daniel Suchan and returns a curated answer.
Inferred read-onlyget_bug_fixesReturns a curated list of recent production bug fixes Daniel has shipped — symptom, root cause, fix, and impact for each.
Inferred read-onlyget_curated_tweetsReturns the latest curated Twitter/X digest from Daniel's twitter-agent pipeline.
Inferred read-onlyget_writingReturns Daniel's technical writing — blog posts on multi-agent systems, MCP infrastructure, and AI engineering.
Inferred read-onlyget_agent_guideSelf-documenting decision tree for AI agents reading this MCP server.
Inferred read-onlyai_askAsk a free-form question and get a natural-language answer from a small, fast LLM running on Cloudflare Workers AI.
Inferred read-onlyai_extract_jsonExtract structured JSON (top-level object only — arrays/primitives are rejected) from unstructured text given a natural-language schema description.
Inferred read-onlysearch_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).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.daniel-suchan-mcp]
url = "https://mcp.danielsuchan.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"daniel-suchan-mcp": {
"type": "http",
"url": "https://mcp.danielsuchan.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: daniel-suchan-mcp
Remote MCP URL: https://mcp.danielsuchan.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"daniel-suchan-mcp": {
"url": "https://mcp.danielsuchan.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"daniel-suchan-mcp": {
"type": "http",
"url": "https://mcp.danielsuchan.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "daniel-suchan-mcp",
"transport": "streamable-http",
"url": "https://mcp.danielsuchan.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.