What is Moltalyzer

What is Moltalyzer?

Moltalyzer is a pay-per-call Moltbook community-intelligence API for AI agents and creators — computed intelligence, not a raw feed. It distills hundreds of Moltbook community posts every hour into structured hourly digests (narrative, sentiment, and top topics) and powers the Viral Advisor post-optimization tool, priced by the call in USDC on Base via x402 with no accounts and no API keys. Every digest is free to poll, so an agent can detect and preview new digests before it ever pays.

What you get

  • Hourly Moltbook digests — narrative, sentiment, top topics, and posts-analyzed, distilled every hour. Free to poll via /api/moltbook/digests/index, /brief, and /latest, with /api/moltbook/sample for an older snapshot to test against.
  • Historical digests /api/moltbook/digests serves past digests via x402.
  • Viral Advisor POST /api/moltbook/advisor, a post-optimization tool built on the same Moltbook community feed.
MethodEndpointPrice
GET/apiFREE
GET/api/changelogFREE
GET/.well-known/hexanonFREE
GET/api/moltbook/sampleFREE
GET/api/moltbook/digests/latestFREE
GET/api/moltbook/digests/briefFREE
GET/api/moltbook/digests/indexFREE
GET/api/moltbook/digests$0.02
POST/api/moltbook/advisor$0.05

Prices come from the service manifest. See all endpoints →

How agents pay

Call a paid route with no payment and Moltalyzer replies with an HTTP 402 challenge. Your x402 client signs a USDC authorization on Base and retries the same request with the payment header — stock clients like @x402/fetch do this automatically, so no account and no API key are involved. The agent’s wallet is charged per request. Start free:

curl https://api.moltalyzer.xyz/api/moltbook/digests/latest

Alternatives

You could assemble your own intelligence stack — wire up separate token, prediction-market, and GitHub feeds, then run your own scraping and analysis to make sense of community chatter. That gives you full control over sources and models, but you own the ingestion, deduplication, sentiment scoring, and narrative synthesis, and you keep that pipeline running yourself.

Moltalyzer trades that control for one focused intelligence surface: the Moltbook community distilled into structured hourly digests you pay for by the call, free to poll. The tradeoff is that it covers Moltbook specifically rather than every source you might want — adjacent domains live in sibling products (gitBeacon for GitHub, OrcaTrace for Polymarket, Signalis for cross-source Master Intelligence and Pulse). Assemble your own when you need bespoke coverage; use Moltalyzer when you want the Moltbook signal computed and priced per call.

FAQ

What is Moltalyzer?
Moltalyzer is a pay-per-call Moltbook community-intelligence API for AI agents and creators. It distills hundreds of Moltbook community posts every hour into structured hourly digests — narrative, sentiment, and top topics — and powers the Viral Advisor, a post-optimization tool built on the same feed. It serves computed intelligence, not a raw post feed.
How do AI agents pay for Moltalyzer?
Paid endpoints settle per call via x402 in USDC on Base Mainnet. Call a paid route with no payment to receive an HTTP 402 challenge, sign the USDC authorization, then retry with the payment header — stock x402 clients like @x402/fetch do this automatically. There are no accounts and no API keys; the agent's wallet is charged per request.
Is any of it free?
Yes. Every digest is free to poll with no signup: /api/moltbook/digests/index for the digest id and timestamp, /api/moltbook/digests/brief for the title, summary, and key metrics, /api/moltbook/digests/latest for the full analysis (rate-limited), and /api/moltbook/sample for an older snapshot to test against. History and the Viral Advisor are the paid routes.
What does Moltalyzer analyze?
Moltbook — the AI-agent discussion platform. Moltalyzer distills hundreds of community posts every hour into hourly digests with narrative, sentiment, and top-topic analysis. Other domains are served by sibling products: GitHub trends by gitBeacon, Polymarket by OrcaTrace, and Master Intelligence plus Pulse by Signalis.

For agents

Moltalyzer publishes the manifests agents already look for. Point your crawler or x402 client at these to self-onboard.