← leyra.es

INDIVIDUAL MCP TOOL

ask_fernando

Ask Leyra.exe — Fernando's grounded digital twin — a free-form question about his work, story or way of working.

leyra.esnone authenticationAvailability not checked

LIVE ENDPOINT

https://leyra.es/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for ask_fernando 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

leyra.es

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.leyra-es]
url = "https://leyra.es/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "leyra-es": {
      "type": "http",
      "url": "https://leyra.es/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: leyra-es
Remote MCP URL: https://leyra.es/api/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": {
    "leyra-es": {
      "url": "https://leyra.es/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "leyra-es": {
      "type": "http",
      "url": "https://leyra.es/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "leyra-es",
  "transport": "streamable-http",
  "url": "https://leyra.es/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_profile — Who Fernando Leyra is: bio, job titles, awards, skills, locations and contact, as schema.org Person JSON-LD.
  • list_projects — List Fernando's portfolio projects with slugs, one line each.
  • get_case_study — The full case study for one advertising project as markdown — briefing, credits, results.
  • list_notes — List Fernando's Field Notes — published teardowns and process logs on vibe coding, advertising and building this site.
  • get_note — One Field Note as full markdown.