← thechrisgrey.com

INDIVIDUAL MCP TOOL

get_blog_post

Retrieve the full text of a single Christian Perez blog post by slug.

thechrisgrey.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

thechrisgrey.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.alti-mcp]
url = "https://mcp.thechrisgrey.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "alti-mcp": {
      "type": "http",
      "url": "https://mcp.thechrisgrey.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: alti-mcp
Remote MCP URL: https://mcp.thechrisgrey.com

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": {
    "alti-mcp": {
      "url": "https://mcp.thechrisgrey.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "alti-mcp": {
      "type": "http",
      "url": "https://mcp.thechrisgrey.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "alti-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.thechrisgrey.com"
}
MCP Inspector

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

Related tools

  • search_blog — Search Christian Perez's blog on thechrisgrey.
  • ask_alti — Ask Alti, Christian Perez's AI agent, a single question about Christian — his work at Altivum, The Vector Podcast, his book 'Beyond the Assessment', his military service as a Green Beret, or his AWS / Applied AI engineering practice.