mondello.dev
x402/mondello.devx402 service listed on awesome-x402: mondello.dev [x402: $0.001/call on eip155:8453, category=utility]
Tools · 16
Search across every narrated post's synchronized transcript. Returns audio-addressable hits with post slug + title, matching cue text, integer start seconds, formatted M:SS timestamp, keyword-windowed…
List every published post on mondello.dev. Returns slug, title, excerpt, publishedAt ISO date, readingMinutes, and audioDuration (M:SS when a narration exists, null otherwise). Use to discover content…
Fetch the full Markdown content of a single post by slug, with YAML frontmatter (title, dates, tags, audio.url/duration, license, source). CommonMark-compliant. Use after list_posts or search_cues to …
Return a structured overview of the entire site in one call: post count + publish range, reading minutes (total/avg/median), narration coverage + total audio seconds + cue count, top 10 tags + categor…
Fetch the entire blog as one Markdown document — every published post concatenated with per-post YAML frontmatter + `---` separators, newest first. Ideal for bulk context window ingest (one call = who…
One-call site pulse: latest post (slug, title, url, publishedAt, excerpt, tags), latest narration (postSlug, postTitle, durationSeconds, audioUrl, createdAt), latest changelog entry (id, date, title, …
Return the site's shipping log — 70+ entries of what has landed on mondello.dev and why, newest first. Each entry carries date, title, body (1-2 paragraphs of design rationale), tags, stable id, and p…
Unified search across posts (tf-idf cosine), transcript cues (substring with audio deep-links), and tags (slug/label substring sorted by post count). One call, three hit types — each carries a `type` …
Pick the single most-quotable cue from a post's narration via heuristic scoring (length sweet-spot, first-person reflection, sentence boundaries, salient-term mentions, penalties for intro/outro regio…
Return one random featured cue drawn from every narrated post on the site — a single audio-addressable pull quote with a ?t=<seconds> deep-link, the source post's title + URL, and the cue's tags. Usef…
Given a post slug + an audio timestamp in seconds, return the transcript cue being spoken at that moment (plus the prev + next cue for context). Closes the bidirectional loop: agent searches for text …
Return the heading hierarchy (title + h1-h6 in document order) for a single post as a flat array of { level, text, slug, startSeconds?, words }. Lightweight discovery step before get_post_markdown — l…
Combined recommendation envelope for one post: { similar (tf-idf cosine), byTag (shared-tag overlap with counts), chronological (prev + next in publish order) }. One call covers all three recommendati…
Find posts semantically similar to a given slug using tf-idf + cosine similarity over full post bodies (not just tags). Returns up to k hits with post { slug, title }, cosine score ∈ [0,1], shared sal…
List every Claude Code skill for sale on mondello.dev. Returns slug, title, excerpt, price (USDC on Base mainnet via x402), and the install URL (a free shell script that handles the 402 payment + writ…
Get the FREE preview of a single skill by slug — title, full price, the public preview Markdown, and the URLs to (a) the x402-gated raw download and (b) the human install script. The full skill body i…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mondello.dev": {
"url": "https://mondello.dev/api/mcp",
"transport": "http"
}
}
}