General Tools
joaoragazzo.dev
Provides access to personal portfolio information including contact details, bio, projects, work experience, and volunteer work.
ENDPOINT 1
https://mcp.joaoragazzo.dev/mcp
MCP server metadata
- Name
- joao-ragazzo-portfolio
- Version
- 1.0.0
Known tools 7
get_contact_infoGet João Ragazzo's contact details: email, social/professional profile links (GitHub, LinkedIn, Discord) and, when published, the download URL of his CV/résumé.
Potential side effectsget_aboutGet the "about" content: biography, the working principles he follows, and his highlighted achievements.
Inferred read-onlylist_projectsList his portfolio projects: title, description, tech stack and links to the live demo and source code.
Inferred read-onlylist_work_experienceList his professional work experience, most recent first: role, company, period and description.
Inferred read-onlylist_volunteer_workList his volunteer work: title, organization, period, description and a related link when available.
Inferred read-onlylist_certificationsList his certifications, most recent first: title, issuing organization, year and credential link.
Inferred read-onlyCONNECT 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.joao-ragazzo-portfolio]
url = "https://mcp.joaoragazzo.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"joao-ragazzo-portfolio": {
"type": "http",
"url": "https://mcp.joaoragazzo.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: joao-ragazzo-portfolio
Remote MCP URL: https://mcp.joaoragazzo.dev/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": {
"joao-ragazzo-portfolio": {
"url": "https://mcp.joaoragazzo.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"joao-ragazzo-portfolio": {
"type": "http",
"url": "https://mcp.joaoragazzo.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "joao-ragazzo-portfolio",
"transport": "streamable-http",
"url": "https://mcp.joaoragazzo.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for joaoragazzo.dev was fetched 2026-08-24T03:32:09.456Z.
joaoragazzo.dev is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.