← alistaircroll.com

INDIVIDUAL MCP TOOL

get_essay

Fetch one essay as clean markdown by slug.

alistaircroll.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_essays — Search Alistair Croll's essays by keywords.
  • get_bio — Who Alistair Croll is: bio, credentials, links, and how to work with him.
  • list_books — Books Alistair has written.
  • get_speaking_topics — Topics Alistair speaks and writes about, plus engagement options.
  • whats_new — The 10 most recent essays.