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

# 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`
- `list_case_studies`

Pass `slug` to `list_published_articles` for an exact lookup. The former
`get_published_article` name remains callable as a compatibility alias.

All three read-only tools expose `_meta.ui.resourceUri` pointing to the
interactive `ui://sudhanva/profile-explorer` MCP App resource. Read the resource
with `resources/read`; it returns `text/html;profile=mcp-app`. The view uses the
official `@modelcontextprotocol/ext-apps` client and preserves text and
`structuredContent` fallbacks for hosts without MCP Apps support.

Action tools are available separately at `https://sudhanva.me/mcp/product`:

- `get_profile_insight_capabilities`
- `create_profile_insight`
- `get_profile_insight`

- [Server card](https://sudhanva.me/.well-known/mcp/server-card.json)
- [Official MCP Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers/me.sudhanva%2Fpublic-profile/versions/1.4.1)
- [Verified Smithery listing](https://smithery.ai/servers/nsudhanva/public-profile)
- [Product MCP server card](https://sudhanva.me/.well-known/mcp/product-server-card.json)
- [AI catalog](https://sudhanva.me/.well-known/ai-catalog.json)
- [Developer documentation](https://sudhanva.me/docs/)
