← danielsuchan.dev
INDIVIDUAL MCP TOOL
get_profile
Returns Daniel Suchan's full profile — bio, current role at Blaze, contact info, education (self-taught, no college), and verified experience claims.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.danielsuchan-dev]
url = "https://mcp.danielsuchan.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"danielsuchan-dev": {
"type": "http",
"url": "https://mcp.danielsuchan.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: danielsuchan-dev
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": {
"danielsuchan-dev": {
"url": "https://mcp.danielsuchan.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"danielsuchan-dev": {
"type": "http",
"url": "https://mcp.danielsuchan.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "danielsuchan-dev",
"transport": "streamable-http",
"url": "https://mcp.danielsuchan.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_projects— Returns a list of all projects Daniel has built, co-founded, or led — with stack, status (Active/Completed), and description.get_recent_shipments— Returns Daniel's most recently shipped work from his public changelog.get_skills— Returns Daniel's verified technical skills — TypeScript, React, Hono, MCP, multi-agent orchestration, and more.ask_about_daniel— Accepts a free-form question about Daniel Suchan and returns a curated answer.get_bug_fixes— Returns a curated list of recent production bug fixes Daniel has shipped — symptom, root cause, fix, and impact for each.get_curated_tweets— Returns the latest curated Twitter/X digest from Daniel's twitter-agent pipeline.get_writing— Returns Daniel's technical writing — blog posts on multi-agent systems, MCP infrastructure, and AI engineering.get_case_study— Returns Daniel's long-form architecture case studies.