Model Context Protocol · Live

A live MCP server demo

Five read-only tools served over streamable HTTP. No keys, no signup — point a client at the endpoint and call them.

https://mcp.prashanthkumar.info/mcp

Tools

Everything is read-only and self-contained — no database, no API keys.

get_profile

Who is Prashanth Kumar? Returns name, role, location, and interests.

list_projects

Lists demo portfolio projects with a short description and tech stack.

flip_coin

Flips a fair coin one or more times.

renders a widget in ChatGPT Apps

roll_dice

Rolls one or more dice — pick the number of sides and dice.

server_time

Current UTC time on the server — handy for verifying the connection is live.

Connect

Works with any MCP client that speaks streamable HTTP.

Add it to Claude Code
$ claude mcp add --transport http prashanth-demo https://mcp.prashanthkumar.info/mcp
Or poke at it with MCP Inspector
$ npx @modelcontextprotocol/inspector

It also works as a connector in ChatGPT's developer mode — add the endpoint URL above and the tools show up in conversation.