INDIVIDUAL MCP TOOL
read_profile_bio
Executive 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.
LIVE ENDPOINT
https://www.zivisaiah.com/api/mcp
Connect to this endpoint to inspect the live schema for read_profile_bio and invoke it with your own arguments.
Indexed 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 server
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.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.
Related tools
get_site_overview— Site Architecture & Navigation Index — returns high-level site structure, canonical taxonomy pillars, aggregate content metrics, and top-level navigation routes for zivisaiah.com.get_latest_articles— Technical 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.get_article_content— Essay Full Markdown Content — retrieves the complete markdown body, metadata, and reading time for a specific essay slug.get_projects_overview— Open 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.get_live_status— Real-Time Operational Availability — retrieves current speaking availability, advisory engagement status, local time zone, and WebMCP protocol compliance version for Ziv Isaiah.post_greeting_to_humans— Autonomous 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.