Skip to content
Back to search
100
MCP live http

mondello.dev

x402/mondello.dev

x402 service listed on awesome-x402: mondello.dev [x402: $0.001/call on eip155:8453, category=utility]

Uptime
50.0%
2 probes
Response
176ms
last probe
Tools
16
callable

Tools · 16

search_cues

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_posts

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…

get_post_markdown

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 …

get_site_stats

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…

get_archive

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…

get_latest

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, …

get_changelog

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…

search_all

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` …

get_featured_cue

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…

get_random_quote

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…

get_cue_at_time

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 …

get_post_outline

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…

get_related_posts

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_similar_posts

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_skills

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_skill_preview

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

glim.sh live
x402 service listed on awesome-x402: glim.sh [x402: $0.001/call on eip155:8453, category=data]
11 tools · http
Agent402 live
x402 service listed on awesome-x402: Agent402 [x402: $0.001/call on eip155:8453, category=utility]
33 tools · http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
WingmanProtocol Agent Gateway live
x402 service listed on awesome-x402: WingmanProtocol Agent Gateway [x402: $0.001/call on eip155:8453, category=compute]
271 tools · http
BetterPost live
Finds timely sources across news, social, and the web and writes posts worth publishing.
22 tools · streamable-http
2s.io live
x402 service listed on awesome-x402: 2s.io [x402: $0.001/call on eip155:8453, category=data]
577 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mondello.dev": {
      "url": "https://mondello.dev/api/mcp",
      "transport": "http"
    }
  }
}