← Registry

General Tools

danielsuchan.dev

Provides access to personal profile, projects, skills, and changelog of Daniel Suchan via various retrieval and Q&A endpoints.

1 endpoint17 known toolsFirst detected June 4, 2026Last detected August 20, 2026

ENDPOINT 1

https://mcp.danielsuchan.dev/mcp

No auth detected

MCP server metadata

Name
daniel-suchan-mcp
Version
1.7.0
Capabilities
tools.listChangedresources.listChanged

Known tools 17

get_profile

Returns Daniel Suchan's full profile — bio, current role at Blaze, contact info, education (self-taught, no college), and verified experience claims.

Inferred read-only
get_projects

Returns a list of all projects Daniel has built, co-founded, or led — with stack, status (Active/Completed), and description.

Inferred read-only
get_recent_shipments

Returns Daniel's most recently shipped work from his public changelog.

Inferred read-only
get_skills

Returns Daniel's verified technical skills — TypeScript, React, Hono, MCP, multi-agent orchestration, and more.

Inferred read-only
ask_about_daniel

Accepts a free-form question about Daniel Suchan and returns a curated answer.

Inferred read-only
get_bug_fixes

Returns a curated list of recent production bug fixes Daniel has shipped — symptom, root cause, fix, and impact for each.

Inferred read-only
get_curated_tweets

Returns the latest curated Twitter/X digest from Daniel's twitter-agent pipeline.

Inferred read-only
get_writing

Returns Daniel's technical writing — blog posts on multi-agent systems, MCP infrastructure, and AI engineering.

Inferred read-only
get_case_study

Returns Daniel's long-form architecture case studies.

Inferred read-only
get_lab_demos

Returns Daniel's interactive lab demos at danielsuchan.dev/labs.

Inferred read-only
get_agent_guide

Self-documenting decision tree for AI agents reading this MCP server.

Inferred read-only
ai_ask

Ask a free-form question and get a natural-language answer from a small, fast LLM running on Cloudflare Workers AI.

Inferred read-only
ai_summarize

Summarize a piece of text.

Inferred read-only
ai_classify

Classify input text into one of the labels you provide.

Inferred read-only
ai_extract_json

Extract structured JSON (top-level object only — arrays/primitives are rejected) from unstructured text given a natural-language schema description.

Inferred read-only
ai_translate

Translate text into the target language.

Inferred read-only
search_archive

Semantic 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-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.