INDIVIDUAL MCP TOOL
list_certifications
List his certifications, most recent first: title, issuing organization, year and credential link.
LIVE ENDPOINT
https://mcp.joaoragazzo.dev/mcp
Connect to this endpoint to inspect the live schema for list_certifications and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.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.
Related tools
get_contact_info— Get 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é.get_about— Get the "about" content: biography, the working principles he follows, and his highlighted achievements.list_projects— List his portfolio projects: title, description, tech stack and links to the live demo and source code.list_work_experience— List his professional work experience, most recent first: role, company, period and description.list_volunteer_work— List his volunteer work: title, organization, period, description and a related link when available.list_skills— List the technologies and skills he works with.