← sshh.io

INDIVIDUAL MCP TOOL

get_post

Fetch the full text of one blog post as markdown, by slug (from search_posts/latest_posts).

sshh.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://sshh.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for 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.
  • A tool name or description suggests retrieving external content.

Parent server

sshh.io

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.shrivu-shankar]
url = "https://sshh.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "shrivu-shankar": {
      "type": "http",
      "url": "https://sshh.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "shrivu-shankar": {
      "type": "http",
      "url": "https://sshh.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "shrivu-shankar",
  "transport": "streamable-http",
  "url": "https://sshh.io/mcp"
}
MCP Inspector

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

Related tools

  • about_shrivu — Shrivu Shankar's bio, role, location, links, and socials.
  • search_posts — Search Shrivu's blog posts (essays on coding agents, LLM systems, MCP, AI security, AI transformation) by keyword.
  • latest_posts — Shrivu's most recent blog posts with summaries.
  • search_projects — Search Shrivu's 100 software projects by keyword, language, or domain (AI, Full Stack, Frontend, Backend, Mobile, ...).
  • get_project — Full metadata for one project by (case-insensitive) title.
  • get_coffee_chat_link — How to schedule a coffee chat with Shrivu.