MCP Server

Manthan exposes an MCP (Model Context Protocol) server so an AI agent can list and create your concept-card decks directly — no browser, no web UI, just a client and an API key.

Endpoint

URL https://api.sirune.tech/mcp
Transport Streamable HTTP

Authentication

Requests need a personal API key as a bearer token: Authorization: Bearer mtn_.... Generate one from the Developer tab in your account's profile panel inside the Manthan app — keys can be revoked at any time from the same place.

Tools

list_manthan_decks
List your Manthan decks — id, name, card count, and status. No input.
import_manthan_cards
Create a new deck from a list of cards (title, content, optional tags/prerequisites) — the same direct-import path the JSON upload uses, so it doesn't spend any AI-generation quota.

Connect with Claude Code

claude mcp add --transport http manthan https://api.sirune.tech/mcp \
  --header "Authorization: Bearer <your-key>"

For any other MCP-compatible client, point it at the URL above with the same transport and header — see server.json for the raw manifest.

← Back to Manthan