← Registry

Content Tools

julianleiss.com

Provides access to a design portfolio's projects, profile, pricing, and availability information.

2 endpoints9 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://julianleiss.com/mcp

No auth detected

MCP server metadata

Name
julianleiss-portfolio
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_projects

List published projects with slug, name, title, year, type, entity and tags.

Inferred read-only
get_project

Full case study for one project by slug: year, type, client, industry, role, abstract, capabilities, tools, credits, URL.

Inferred read-only
get_profile

Biography, design rationale, work experience, education, teaching, and contact details of Julián Leiss (same as /about.md).

Inferred read-only
get_pricing

Hourly rate (USD 50–100/h), engagement formats (sprint, project, retainer) with indicative budgets, quote factors and payment terms.

Potential side effects
get_availability

Current availability, time zone, languages, engagement lengths accepted, and how to get in touch.

Inferred read-only
prepare_contact_brief

Turn a project idea into a structured brief plus a ready-to-send mailto: link to hello@leiss.site.

Potential side effects

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.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

No auth detected

MCP server metadata

Name
julianleiss-docs
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_docs

List all markdown documents on the site with path, title and description.

Inferred read-only
search_docs

Full-text search across the site's markdown pages.

Inferred read-only
read_doc

Return the full markdown of one document by path (e.g.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.