Manthan

AI 에이전트에서 Manthan 개념 카드 덱을 나열하고 생성하세요 — 가져오기에 AI 할당량이 소모되지 않습니다.

문서

Manthan

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, optionaltags/prerequisites) — the same direct-import path the JSON upload uses, so it doesn't spend any AI-generation quota. Titles are capped at 36 characters (the card's displayed width) — keep it to 2-6 words.

edit_manthan_card

Edit an existing card's title/content and/or replace itstags — provide just the fields you want to change.

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