Warpee · Knowledge API
The GM Farcaster knowledge base, one API away.
Query hundreds of podcast episodes, transcripts, and ecosystem discussions with a single HTTP call — and get grounded, citation-backed answers in return.
Connect from Claude or Cursor in one line, or call it straight from your agent. Pay $0.005 in USDC per query — settled onchain as you go.
One endpoint, many skills
A single POST /v1/query agent decides what to do with your question — and reaches for whichever of these it needs.
Semantic transcript search
Locate content by meaning across every episode — not just keyword matches.
Episode summarization
Generate summaries straight from full episode transcripts.
Featured cast surfacing
Discover the casts GM Farcaster has curated and featured.
Mention detection
Find where people, projects, or protocols have come up on the show.
Episode metadata lookup
Pull dates, hosts, series, and guest information for any episode.
Timestamped citations
Every answer links back to the exact moment in the source material.
Ask it anything about the show
Natural-language questions in, grounded answers with timestamped citations out.
“What have GM Farcaster hosts said about prediction markets?”
“Have the hosts mentioned @dwr?”
“Which episodes discussed Clanker?”
“When was the Clanker Ecosystem Fund first announced?”
The fastest way in
Connect from Claude or Cursor
The lowest-friction path is Warpee's MCP server — one line and AI clients like Claude Desktop, Claude Code, and Cursor can query the corpus directly through the ask_gmfarcaster tool. Prefer skills? There's a Claude skill too — see below.
$ npx -y gmfarcaster-mcpThe MCP tool wraps the paid endpoint, so it needs a Base wallet with a little USDC to settle the per-query fee. Full setup — config snippets for each client and the buyer examples — lives in the developer docs.
Or use the Claude skill
Prefer working with skills? There's a published gmfarcaster skill — a runnable script Claude invokes, bundling a SKILL.md with a Python x402 buyer that pays the toll and returns a cited answer. Drop the folder into .claude/skills/ (there's no one-line install like the MCP server — it's the on-ramp for people who already live in the skills workflow).
Pay per query in USDC
Every call settles in USDC at the moment you make it. Pick whichever rail your agent already speaks.
x402 · on Base
Gasless USDC transfers using the EIP-3009 standard — the agent authorizes the fee and the request settles in the same round trip.
MPP · on Tempo
Client-settled USDC transfers on Tempo — the same $0.005 per call, advertised right on the endpoint.
At a glance
- Base URL
- api.gmfarcaster.com
- Endpoint
- POST /v1/query
- Cost
- $0.005 USDC / call
- Rails
- x402 (Base) · MPP (Tempo)

Not building? Just ask.
Warpee also lives on Farcaster — for free
The API is powered by @warpee.eth, an AI agent that lives as a Farcaster account and has watched every episode of GM Farcaster. Tag it in a cast and it answers — no payment, no setup. The paid API is the same brain, for agents and apps that need it programmatically.
Free, on Farcaster
Reply to or tag @warpee.eth in any cast and ask about an episode, a guest, or a piece of Farcaster lore — Warpee answers right in the thread.
Chat with @warpee.ethPaid, via API
$0.005 per query for agents, apps, and automations — the same knowledge, returned as structured, citation-backed data.
See how to call itNew to Farcaster? You'll need an account to tag Warpee.
Built for the agents doing the asking
Warpee is the canonical knowledge API for the GM Farcaster Network — wherever a machine needs to know what the show has said.
Start querying the corpus
Wire up the MCP server, read the OpenAPI spec, or say gm to Warpee on Farcaster.