← programacionsiemens.com

INDIVIDUAL MCP TOOL

list_categories

Lista las categorías del blog.

programacionsiemens.comnone authenticationAvailability not checked

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 endpoint

programacionsiemens.com

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.programacion-siemens]
url = "https://programacionsiemens.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "programacion-siemens": {
      "type": "http",
      "url": "https://programacionsiemens.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "programacion-siemens": {
      "type": "http",
      "url": "https://programacionsiemens.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "programacion-siemens",
  "transport": "streamable-http",
  "url": "https://programacionsiemens.com/api/mcp"
}
MCP Inspector

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

Related tools

  • search_posts — Busca artículos del blog de Programación Siemens por tema (TIA Portal, SCL, AWL, PROFINET, HMI, PLC Siemens.
  • get_post — Devuelve el contenido completo de un artículo del blog por su slug.
  • get_latest_posts — Lista los artículos más recientes del blog.
  • get_category_posts — Lista los artículos de una categoría del blog.
  • search_courses — Busca cursos de Programación Siemens por tema (TIA Portal, SCL, AWL, WinCC, HMI.
  • get_course — Ficha completa de un curso: descripción, precio, qué incluye.
  • get_curriculum — Temario completo de un curso (módulos y lecciones).
  • get_author — Bio y credenciales del instructor Iñigo Gútiez.