Content Tools
axl13.dev
Provides access to Axl Guillen's portfolio projects, blog articles, and profile information.
ENDPOINT 1
https://axl13.dev/mcp
MCP server metadata
- Name
- Axl Guillen — 4XL
- Version
- 3.0.0
Read-only portfolio of Axl Guillen. Use list_projects and list_articles to find slugs, then get_project or get_article for the full text as markdown. language is 'es' (original) or 'en'.
Known tools 6
list_projectsLists Axl Guillen's documented projects (case studies) with title, one-line summary, period, stack and URL.
Inferred read-onlyget_projectReturns one case study in full as markdown: the brief, the problem, the decision and the result, plus stack, period and links.
Inferred read-onlylist_articlesLists the blog articles with title, summary, date, reading time and URL.
Inferred read-onlyget_profileReturns the profile: role, location, education, current job, stack with project counts, and the about text as markdown.
Inferred read-onlyget_contactReturns how to reach Axl Guillen: email, LinkedIn and GitHub, with URLs.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.