ai.masnavi/masnavi
ai.masnavi/masnaviRumi's complete Masnavi (25,635 beyts) — search, quote, verify and explain. Free, no auth.
Tools · 9
Full-text search across the Masnavi. Returns beyts that contain the query terms, ranked by relevance. Useful for finding where a theme, word, or phrase appears.
Fetch a specific beyt by its citation (e.g. 'M3:1278'), by daftar+beyt number, or by global beyt index. Optionally include surrounding beyts for context.
Given a candidate quote attributed to Rumi's Masnavi, check whether it actually appears. Returns status='exact' (with citation), 'fuzzy' (with similar candidates), or 'not_found'. USE THIS BEFORE QUOT…
Retrieve a full section (story / بخش) with all its beyts.
Browse the Masnavi's section list. Returns titled sections per daftar with beyt counts and ranges.
Return a randomly-selected beyt, optionally restricted to a daftar.
Fetch ALL beyts between two endpoints, inclusive, grouped by section. Use this — NOT many calls to get_section or lookup — when a user asks for a full story, a long passage, or a sequence of beyts spa…
Search section TITLES (not beyt content) for a Persian phrase. Each match includes `first_citation` and `last_citation` — ready-to-use canonical citations (e.g. 'M2:2608'). To read a whole multi-secti…
Get commentary (Persian + English) for a specific beyt of the Masnavi, attributed to a primary source (e.g. Abdolkarim Soroush's lectures). Returns the beyt text along with structured commentary entri…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai.masnavi/masnavi": {
"url": "https://masnavi.ai/mcp",
"transport": "streamable-http"
}
}
}