INDIVIDUAL MCP TOOL
get_contact
Get Michael Peleg's contact links: email, LinkedIn, GitHub, and website.
LIVE ENDPOINT
https://michaelpeleg.me/mcp
Connect to this endpoint to inspect the live schema for get_contact and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
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.michaelpeleg-mcp]
url = "https://michaelpeleg.me/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"michaelpeleg-mcp": {
"type": "http",
"url": "https://michaelpeleg.me/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: michaelpeleg-mcp
Remote MCP URL: https://michaelpeleg.me/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": {
"michaelpeleg-mcp": {
"url": "https://michaelpeleg.me/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"michaelpeleg-mcp": {
"type": "http",
"url": "https://michaelpeleg.me/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "michaelpeleg-mcp",
"transport": "streamable-http",
"url": "https://michaelpeleg.me/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_profile— Get Michael Peleg's professional profile: name, tagline, positioning intro, and contact links (email, LinkedIn, GitHub).list_projects— List Michael Peleg's projects with title, status (live/active/shipped/prototype), description, tech tags, repo URL, and live URL when available.list_services— List the services Michael Peleg offers (agentic system design, AI workflow engineering, automation, MVP builds, Human-AI adoption).get_experience— Get Michael Peleg's work history as a changelog: role, company, period, domain, and key bullets for each position.