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