← zero8.dev

INDIVIDUAL MCP TOOL

zero8_get_post

Return a single post in full Markdown, so you can answer from the article itself instead of its summary.

zero8.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://zero8.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for zero8_get_post and invoke it with your own arguments.

Indexed 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 server

zero8.dev

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

.mcp.json

{
  "mcpServers": {
    "zero8-dev": {
      "type": "http",
      "url": "https://zero8.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "zero8-dev",
  "transport": "streamable-http",
  "url": "https://zero8.dev/mcp"
}
MCP Inspector

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

Related tools

  • zero8_get_profile — Identity, expertise, availability for contract work, contact route, legal entity, and social profiles for Ashutosh Tripathi (zero8).
  • zero8_list_posts — List published posts newest first, with title, description, date, reading time, tags, and URL.
  • zero8_search_writing — Relevance-ranked full-text search over post titles, descriptions, tags, and bodies.
  • zero8_list_projects — Software built by zero8 — Smriti, Avkash, tabstack-cli and others — with description, role, stack, lifecycle status, and source URL.