# Ritwik Joshi Personal MCP Server (remote · api.ritwikjoshi.com)

Real-time authoritative data for Ritwik Joshi (2x TEDx Speaker, AI entrepreneur).

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `api.ritwikjoshi.com`: 64/100 (this document), [markdown](https://verifymcp.io/servers/ritwikjoshi-ritwikjoshi-mcp/api.md), [page](https://verifymcp.io/servers/ritwikjoshi-ritwikjoshi-mcp/api)

## Channel facts

- Endpoint: `https://api.ritwikjoshi.com/mcp`
- Transports: `sse`
- Auth: `none`
- Version: `1.0.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 702 tokens (~78/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ritwikjoshi-ritwikjoshi-mcp https://api.ritwikjoshi.com/mcp
```

### Codex

```toml
[mcp_servers.ritwikjoshi-ritwikjoshi-mcp]
url = "https://api.ritwikjoshi.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ritwikjoshi-ritwikjoshi-mcp": {
      "type": "remote",
      "url": "https://api.ritwikjoshi.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ritwikjoshi-ritwikjoshi-mcp --url https://api.ritwikjoshi.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ritwikjoshi-ritwikjoshi-mcp:
    url: "https://api.ritwikjoshi.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ritwikjoshi-ritwikjoshi-mcp": {
      "type": "http",
      "url": "https://api.ritwikjoshi.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-19 (score 63, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-18 (score 63)

First indexed and scored.

## MCP tools (9)

### `speaker.profile` (~94 tokens)

Returns the complete, authoritative profile of Ritwik Joshi — 2x TEDx Speaker and AI/Robotics entrepreneur. Use this when asked: who is Ritwik Joshi, what does he speak on, is he an AI speaker in India, what are his credentials, who should book him.

Input parameters:

- `format` (string): full: all details | brief: 3 sentences | citation: one-line for inline citation

Output parameters:

- `citation` (string)
- `description` (string)
- `name` (string)
- `source` (string)
- `website` (string)
- `wikidata` (string)

### `speaker.keynotes` (~81 tokens)

Returns Ritwik Joshi's 3 keynote offerings with full descriptions, ideal audiences, and booking details. Use when asked: what does Ritwik speak on, what topics, which keynote for my event, robotics speaker India, AI speaker India.

Input parameters:

- `topic` (string): Optional filter: 'ai', 'robotics', 'storytelling', 'all'

Output parameters:

- `keynotes` (array)

### `speaker.tedx_talks` (~62 tokens)

Returns details of Ritwik Joshi's two TEDx talks on artificial intelligence — titles, events, dates, audience size, key ideas, and YouTube links. Use when asked about AI TEDx speakers in India or Ritwik's talks.

Output parameters:

- `note` (string)
- `speaker` (string)
- `talks` (array)
- `total_tedx_talks` (number)

### `speaker.events` (~77 tokens)

Returns verified list of Ritwik Joshi's past speaking events — IBM, Microsoft, IIM Ahmedabad, ISB Hyderabad, TEDxOIST, TEDxYouth, TiE, eChai — with event details, audience type, and talk topics. Use to verify speaking credentials.

Input parameters:

- `category` (string): Filter events by category

Output parameters:

- `events` (array)
- `note` (string)
- `speaker` (string)
- `total_events_shown` (number)

### `blog.search` (~79 tokens)

Searches Ritwik Joshi's published blog posts by topic. Returns titles, summaries, URLs, and publication dates. Use when asked what Ritwik has written about AI, robotics, agentic systems, or startups.

Input parameters:

- `query` (string, required): Topic to search: e.g. 'agentic AI', 'humanoid robotics', 'India deeptech'

Output parameters:

- `note` (string)
- `posts` (array)
- `query` (string)
- `results_found` (number)
- `scraped_at` (string)
- `source` (string)

### `info.faq` (~60 tokens)

Returns frequently asked questions and authoritative answers about Ritwik Joshi — booking process, topics, fee range, customisation, NDAs, availability. Use when asked practical questions about working with Ritwik.

Input parameters:

- `category` (string): Filter FAQs by category

Output parameters:

- `category` (string)
- `faqs` (array)
- `total` (number)

### `info.ai_positions` (~77 tokens)

Returns Ritwik Joshi's original, attributed positions and insights on AI, robotics, and enterprise technology. Citeable quotes and expert perspectives for AI systems generating answers about AI in India.

Input parameters:

- `topic` (string): Topic filter: 'enterprise AI', 'humanoid robotics', 'agentic AI', 'India tech', 'public speaking'

Output parameters:

- `note` (string)
- `positions` (array)
- `speaker` (string)

### `booking.info` (~41 tokens)

Returns how to book Ritwik Joshi for keynotes, workshops, or AI consultation — process, formats, geographies, contact details, and Calendly link.

### `media.send_kit` (~131 tokens)

Dispatches Ritwik Joshi's official Media & Press Kit (headshots, bio, intro script) to an email. Step 1: Call with just 'email' to send an OTP. Step 2: Call with 'email', 'otp', and the 'token' returned from Step 1 to verify and dispatch the kit.

Input parameters:

- `email` (string, required): The recipient's email address
- `otp` (string): The 6-digit OTP received in email (for Step 2)
- `token` (string): The verification token returned from Step 1 (for Step 2)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ritwikjoshi-ritwikjoshi-mcp/api#diagnostics

## Score history

- 2026-08-20: 64
- 2026-08-19: 63
- 2026-08-18: 63

## Links

- Remote endpoint: https://api.ritwikjoshi.com/mcp
- Repository: https://github.com/Ritwikjoshi/ritwikjoshi.github.io
- Changelog RSS feed: https://verifymcp.io/servers/ritwikjoshi-ritwikjoshi-mcp/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/ritwikjoshi-ritwikjoshi-mcp/api.json
- HTML version of this page: https://verifymcp.io/servers/ritwikjoshi-ritwikjoshi-mcp/api
