INDIVIDUAL MCP TOOL
get_profile
Returns the profile: role, location, education, current job, stack with project counts, and the about text as markdown.
LIVE ENDPOINT
https://axl13.dev/mcp
Connect to this endpoint to inspect the live schema for get_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.axl-guillen-4xl]
url = "https://axl13.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"axl-guillen-4xl": {
"type": "http",
"url": "https://axl13.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: axl-guillen-4xl
Remote MCP URL: https://axl13.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": {
"axl-guillen-4xl": {
"url": "https://axl13.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"axl-guillen-4xl": {
"type": "http",
"url": "https://axl13.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "axl-guillen-4xl",
"transport": "streamable-http",
"url": "https://axl13.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_projects— Lists Axl Guillen's documented projects (case studies) with title, one-line summary, period, stack and URL.get_project— Returns one case study in full as markdown: the brief, the problem, the decision and the result, plus stack, period and links.list_articles— Lists the blog articles with title, summary, date, reading time and URL.get_article— Returns one blog article in full as markdown.get_contact— Returns how to reach Axl Guillen: email, LinkedIn and GitHub, with URLs.