← sphoortimetri.com
INDIVIDUAL MCP TOOL
get_contact
Return contact information: email, LinkedIn URL, location, resume PDF URL, plus MCP-only recruiter fields (work_authorization, start_availability).
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 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.sphoortimetri-com]
url = "https://sphoortimetri.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sphoortimetri-com": {
"type": "http",
"url": "https://sphoortimetri.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sphoortimetri-com
Remote MCP URL: https://sphoortimetri.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": {
"sphoortimetri-com": {
"url": "https://sphoortimetri.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sphoortimetri-com": {
"type": "http",
"url": "https://sphoortimetri.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sphoortimetri-com",
"transport": "streamable-http",
"url": "https://sphoortimetri.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_profile— Return Sphoorti Metri's complete portfolio: meta, about, contact (includes MCP-only recruiter fields work_authorization and start_availability), experience, skills, projects, writing, education.get_about— Return the About section: summary headline, narrative paragraphs, and the spec-sheet fields (based, years, current employer, degrees, status).get_experience— Return the work experience timeline: roles at Cloudflare, Applied Systems Engineering, and Delta Electronics with dates, locations, and bullet accomplishments.get_skills— Return the technical skills grouped into categories (Languages, Distributed Systems, Networking, Observability & SRE, APIs & Data, AI-Native Development) with tags.get_projects— Return selected work / projects: BYOIP control plane, AI-native development workflow, SCADA classifier, OpenHardwareAPIs.get_writing— Return external writing / publications (e.g.get_resume_pdf_url— Return the public URL to the latest resume PDF.search_content— Case-insensitive substring search across the profile and resume text.