Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

dev.marksiazon/profile

dev.marksiazon/profile

Read-only MCP server for Mark Siazon's professional profile: projects, FAQ, proof, availability.

Uptime
100.0%
1 direct probes · 30d
Response
1260ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

get_profile_summary

Profile summary: entity (name, aliases, canonical @id, sameAs), availability, and machine-readable pointers.

list_projects

List portfolio projects. Optional filters combine with AND and match case-insensitively; unknown values yield an empty list. Tags are Title Case display strings like "AI Workflow", "Next.js"; matching…

get_project

Full indexed detail for one project by slug, including canonical URL, links, and proof count.

search_faq

Case-insensitive FAQ search. Exact question matches rank above substring hits, so "who is mark siazon" returns identity-who rather than a longer hiring question.

get_proof

Verification proof: claim gates, or per-project proof links when a slug is given. Unknown slugs return an error.

get_availability

Current availability, work scope, and the contact boundary (no raw email is published).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dev.marksiazon/profile": {
      "url": "https://www.marksiazon.dev/api/mcp",
      "transport": "streamable-http"
    }
  }
}