SORTIEsortie·/mcp-demo·server live·
POST /api/mcp· source

MCP server playground

# JSON-RPC 2.0 over HTTP. Click a tool, watch the round-trip. Or use it from any agent.

$ choose a tool
$ --signature
$ response
~ sortie response
$ awaiting input
click a tool on the left, or hit call
# wire it into your agent

$ drop this into ~/.config/claude/mcp.json (or your client's equivalent) and sortie is live in every agent session. No npm, no auth, no version churn.

Tested with: Claude Code · OpenCode · any MCP-compatible client

~ cat .config/claude/mcp.json
{
  "mcpServers": {
    "sortie": {
      "type": "http",
      "url": "http://localhost:3000/api/mcp"
    }
  }
}