← moshmage.com
INDIVIDUAL MCP TOOL
get_contact
Get contact channels (LinkedIn, email, calendar, Upwork).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent endpoint
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.moshmage-com]
url = "https://www.moshmage.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moshmage-com": {
"type": "http",
"url": "https://www.moshmage.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moshmage-com
Remote MCP URL: https://www.moshmage.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": {
"moshmage-com": {
"url": "https://www.moshmage.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moshmage-com": {
"type": "http",
"url": "https://www.moshmage.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moshmage-com",
"transport": "streamable-http",
"url": "https://www.moshmage.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_experience— Get work experience entries.get_skills— Get all skills with their associated experience count.get_about— Get bio, current focus, availability, and skills.