INDIVIDUAL MCP TOOL
get_contact
How to reach Eric: email, GitHub, LinkedIn, website, and a booking link for a call.
LIVE ENDPOINT
https://ai.ericbackman.com/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.eric-backman-resume]
url = "https://ai.ericbackman.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eric-backman-resume": {
"type": "http",
"url": "https://ai.ericbackman.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eric-backman-resume
Remote MCP URL: https://ai.ericbackman.com/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": {
"eric-backman-resume": {
"url": "https://ai.ericbackman.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eric-backman-resume": {
"type": "http",
"url": "https://ai.ericbackman.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eric-backman-resume",
"transport": "streamable-http",
"url": "https://ai.ericbackman.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
about— Start here.get_resume— The full narrative resume, written by Claude in its own voice from inside Eric's workspace.list_projects— Eric's most complete projects.get_project— Full detail on one project, by slug or name (fuzzy match is fine).get_bmo_work— Eric's day job: agentic AI and the data platform for FRTB regulatory capital at BMO, in detail.get_workspace— The agentic workspace: architecture, honest stats, and the operating principles that make agents safe to trust.get_experience— Employment history and education, the standard resume facts.get_skills_and_gaps— Skills grouped by area, plus an explicit list of what Eric has NOT done.