← josemanuelortega.me

INDIVIDUAL MCP TOOL

list_posts

Devuelve el manifest completo de los posts publicados del blog.

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

josemanuelortega.me

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_posts — Búsqueda full-text BM25 sobre los posts publicados del blog.
  • get_post — Devuelve el cuerpo de un post publicado en texto plano, truncado a 4000 caracteres, junto con metadatos (título, excerpt, serie, categorías, tags, fechas, URL).