---
title: Sudhanva MCP server
canonical: https://sudhanva.me/developers/mcp/
last-updated: 2026-08-22
---

# Sudhanva MCP server

Connect to `https://sudhanva.me/mcp` with MCP Streamable HTTP. The endpoint is
stateless and accepts individual JSON-RPC 2.0 messages with HTTP POST.

The current `2026-07-28` revision uses per-request metadata and
`server/discover`; it does not use an initialization handshake. The server also
supports handshake-based revisions `2025-11-25`, `2025-06-18`, and
`2025-03-26`. A standalone GET stream is not offered and returns HTTP 405.

Read-only tools:

- `get_public_profile`
- `list_published_articles`
- `get_published_article`
- `list_case_studies`

- [Server card](https://sudhanva.me/.well-known/mcp/server-card.json)
- [AI catalog](https://sudhanva.me/.well-known/ai-catalog.json)
- [Developer documentation](https://sudhanva.me/docs/)
