Personal information MCP server providing professional profile, work history, and contact details through 14 standardized tools.
Standard config works in most MCP clients:
{
"mcpServers": {
"mcp_jayozer": {
"type": "http",
"url": "https://jayozer.fastmcp.app/mcp"
}
}
}VS Code
code --add-mcp '{\"name\":\"mcp_jayozer\",\"type\":\"http\",\"url\":\"https://jayozer.fastmcp.app/mcp\"}'Cursor
Cursor Settings → MCP → Add new MCP Server → Use standard config above.
Claude Desktop
MCP install guide → Use standard config above.
LM Studio
Program → Install → Edit mcp.json → Use standard config above.
| Tool | Description |
|---|---|
get_name |
Full name |
get_bio |
Biography (array or string format) |
get_location |
Current location |
get_current_role |
Current job information |
get_work_history |
Work history (optional company filter) |
get_skills |
Professional skills by category |
get_education |
Education background |
get_projects |
Project portfolio |
get_contact_info |
Contact information |
get_social_links |
Social media links |
get_cv_link |
CV download link |
get_cv_info |
CV metadata |
get_all_info |
Comprehensive overview |
get_music_taste |
Music preferences |
- Clone and edit
src/data.pywith your information - Install dependencies:
uv sync - Run locally:
uv run fastmcp run src/server.py:mcp - Deploy to FastMCP Cloud
This server exposes professional information already available on LinkedIn and GitHub. No direct contact methods (email/phone) are included. For private inquiries, please use LinkedIn or the contact form on dataacrobat.com.
Built with FastMCP