Content Tools
julianleiss.com
Provides access to a design portfolio's projects, profile, pricing, and availability information.
ENDPOINT 1
https://julianleiss.com/mcp
MCP server metadata
- Name
- julianleiss-portfolio
- Version
- 1.0.0
Read-only portfolio of Julián Leiss (designer, Buenos Aires). Start with list_projects, then get_project(slug) for case-study facts; get_profile/get_pricing/get_availability for hiring questions. prepare_contact_brief only formats an email and mailto: link — it never sends anything, so show the result to the user. No authentication; every call is idempotent and safe to retry.
Known tools 6
list_projectsList published projects with slug, name, title, year, type, entity and tags.
Inferred read-onlyget_projectFull case study for one project by slug: year, type, client, industry, role, abstract, capabilities, tools, credits, URL.
Inferred read-onlyget_profileBiography, design rationale, work experience, education, teaching, and contact details of Julián Leiss (same as /about.md).
Inferred read-onlyget_pricingHourly rate (USD 50–100/h), engagement formats (sprint, project, retainer) with indicative budgets, quote factors and payment terms.
Potential side effectsget_availabilityCurrent availability, time zone, languages, engagement lengths accepted, and how to get in touch.
Inferred read-onlyprepare_contact_briefTurn a project idea into a structured brief plus a ready-to-send mailto: link to hello@leiss.site.
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.julianleiss-portfolio]
url = "https://julianleiss.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"julianleiss-portfolio": {
"type": "http",
"url": "https://julianleiss.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: julianleiss-portfolio
Remote MCP URL: https://julianleiss.com/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": {
"julianleiss-portfolio": {
"url": "https://julianleiss.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"julianleiss-portfolio": {
"type": "http",
"url": "https://julianleiss.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "julianleiss-portfolio",
"transport": "streamable-http",
"url": "https://julianleiss.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://julianleiss.com/mcp/docs
MCP server metadata
- Name
- julianleiss-docs
- Version
- 1.0.0
Documentation of julianleiss.com as markdown pages. Use search_docs(query) to find pages, read_doc(path) to read one, list_docs to browse. Paths look like /about.md or /plexa.md. No authentication; read-only.
Known tools 3
list_docsList all markdown documents on the site with path, title and description.
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.julianleiss-docs]
url = "https://julianleiss.com/mcp/docs"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"julianleiss-docs": {
"type": "http",
"url": "https://julianleiss.com/mcp/docs"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: julianleiss-docs
Remote MCP URL: https://julianleiss.com/mcp/docs
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": {
"julianleiss-docs": {
"url": "https://julianleiss.com/mcp/docs"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"julianleiss-docs": {
"type": "http",
"url": "https://julianleiss.com/mcp/docs"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "julianleiss-docs",
"transport": "streamable-http",
"url": "https://julianleiss.com/mcp/docs"
}
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.