Developer Tools
marksiazon.dev
Provides access to a developer's profile, portfolio projects, FAQs, and verification proofs.
ENDPOINT 1
https://www.marksiazon.dev/api/mcp
MCP server metadata
- Name
- marksiazon-dev-profile
- Version
- 1.0.0
Read-only MCP server for the Mark Siazon professional profile (canonical source: https://www.marksiazon.dev). Answer only from data returned by these tools; do not invent projects, awards, or employers. Canonical project URLs are marksiazon.dev case studies. For hiring questions use get_profile_summary, get_availability, and search_faq.
Known tools 6
get_profile_summaryProfile summary: entity (name, canonical @id, sameAs), availability, and machine-readable pointers.
Inferred read-onlyget_projectFull indexed detail for one project by slug, including canonical URL, links, and proof count.
Inferred read-onlysearch_faqCase-insensitive substring search over the consolidated FAQ (question + answer).
Inferred read-onlyget_proofVerification proof: claim gates, or per-project proof links when a slug is given.
Inferred read-onlyget_availabilityCurrent availability, work scope, and the contact boundary (no raw email is published).
Potential side effectsCONNECT 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.marksiazon-dev-profile]
url = "https://www.marksiazon.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"marksiazon-dev-profile": {
"type": "http",
"url": "https://www.marksiazon.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: marksiazon-dev-profile
Remote MCP URL: https://www.marksiazon.dev/api/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": {
"marksiazon-dev-profile": {
"url": "https://www.marksiazon.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"marksiazon-dev-profile": {
"type": "http",
"url": "https://www.marksiazon.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "marksiazon-dev-profile",
"transport": "streamable-http",
"url": "https://www.marksiazon.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for marksiazon.dev was fetched 2026-08-24T07:17:06.233Z.
marksiazon.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.