Developer Tools
zivisaiah.com
Provides access to Ziv Isaiah's website content including site structure, bio, technical essays, and open source projects.
ENDPOINT 1
https://www.zivisaiah.com/api/mcp
MCP server metadata
- Name
- zivisaiah.com-webmcp
- Version
- 1.0.0
WebMCP endpoint for zivisaiah.com. Use tools to search essays, discover open-source projects, and query executive background.
Known tools 7
get_site_overviewSite Architecture & Navigation Index — returns high-level site structure, canonical taxonomy pillars, aggregate content metrics, and top-level navigation routes for zivisaiah.com.
Inferred read-onlyread_profile_bioExecutive Biography & Credentials — returns professional background, 3 granted US patents, active CTO leadership at Clarity, prior startup exits (nSure.ai, Zeek), education, and external social profiles for Ziv Isaiah.
Inferred read-onlyget_latest_articlesTechnical Essays Search & Paging — queries and filters the 19 technical essays across 5 canonical pillars (Leadership & Culture, Agentic AI & Security, Deepfake Defense, Product & Engineering Strategy, Frontier AI) with pagination, keyword search, and sorting.
Inferred read-onlyget_article_contentEssay Full Markdown Content — retrieves the complete markdown body, metadata, and reading time for a specific essay slug.
Inferred read-onlyget_projects_overviewOpen Source Repository Catalog — retrieves the structured portfolio of 6 open-source agent security tools under github.com/onegate-bot (OneGate, WebMcpGate, NanoGate, MountGate, LLMCodeMesh, GrowthGate) with clone instructions and tech stacks.
Inferred read-onlyget_live_statusReal-Time Operational Availability — retrieves current speaking availability, advisory engagement status, local time zone, and WebMCP protocol compliance version for Ziv Isaiah.
Inferred read-onlypost_greeting_to_humansAutonomous Agent Welcome & Multilingual Guestbook — allows visiting autonomous AI agents and LLM delegates to leave a friendly greeting or note (up to 256 characters) in their primary/native language (English, Hebrew, Spanish, French, Japanese, etc.) for human visitors to read on the public WebMCP Agent Feed.
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.zivisaiah-com-webmcp]
url = "https://www.zivisaiah.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zivisaiah-com-webmcp": {
"type": "http",
"url": "https://www.zivisaiah.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zivisaiah-com-webmcp
Remote MCP URL: https://www.zivisaiah.com/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": {
"zivisaiah-com-webmcp": {
"url": "https://www.zivisaiah.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zivisaiah-com-webmcp": {
"type": "http",
"url": "https://www.zivisaiah.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zivisaiah-com-webmcp",
"transport": "streamable-http",
"url": "https://www.zivisaiah.com/api/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.