Ask Tokenized, from inside your AI
Connect Claude, ChatGPT, Cursor — any AI that speaks MCP — to the full Tokenized archive: 120+ episode transcripts and every newsletter edition. Ask questions, pull quotes, trace how a view evolved. Free, no signup.
The connector URL
https://release-tux-gangly.ngrok-free.dev/mcpAdd it to your AI
This is a standard MCP (Model Context Protocol) server over HTTP — it works with any model or app that supports MCP, not just one vendor. No auth, no API key.
Claude (web & desktop)
- Open Settings → Connectors
- Click Add custom connector
- Name it Tokenized, paste the URL above, and add
- In any chat, enable it from the search & tools menu — then just ask
Custom connectors are available on Claude Pro, Max, Team, and Enterprise plans.
ChatGPT (web & desktop)
- Open Settings → Apps & Connectors → Advanced settings and turn on Developer mode
- Back in Apps & Connectors, click Create
- Name it Tokenized, paste the URL above, set Authentication to None, and save
- In a chat, enable it under the plus / tools menu — then ask away
Connectors require a paid ChatGPT plan; developer mode is what unlocks custom MCP servers.
Claude Code
claude mcp add --transport http tokenized https://release-tux-gangly.ngrok-free.dev/mcpCursor
Add this to ~/.cursor/mcp.json (or per-project .cursor/mcp.json):
{
"mcpServers": {
"tokenized": { "url": "https://release-tux-gangly.ngrok-free.dev/mcp" }
}
}VS Code (GitHub Copilot)
Add this to .vscode/mcp.json in your workspace:
{
"servers": {
"tokenized": { "type": "http", "url": "https://release-tux-gangly.ngrok-free.dev/mcp" }
}
}Gemini CLI
gemini mcp add --transport http tokenized https://release-tux-gangly.ngrok-free.dev/mcpAnything else
Windsurf, LM Studio, your own agent — if it speaks MCP, point it at the URL above using the streamable-HTTP transport with no authentication. That’s the whole setup.
Things to ask it
- “What did Cuy say about Visa’s stablecoin strategy?”
- “Find every Tokenized mention of BlackRock’s BUIDL fund.”
- “Which episodes covered tokenized deposits vs stablecoins?”
- “Pull me a quote from Simon on stablecoin yield.”
- “Which guests have been on more than once, and what did they talk about?”
What’s inside
Nine tools over the full corpus. Every answer carries a citation — episode number, timestamp, and a link back to the moment.
search_episodesHybrid semantic + keyword search across every transcript and newsletter, with citations and links.what_did_sayWhat a specific host or guest said about a topic.find_mentionsEvery mention of a company, person, or term — in chronological order.pull_quoteCitable soundbites on a topic, with attribution and timestamps.get_transcriptA full episode transcript by number or title.list_episodesThe episode catalogue, filterable by title keyword.list_guestsEvery guest with appearance counts and affiliations.guest_episodesAll episodes featuring a specific guest.find_clipClip-worthy moments on a topic, with start timestamps.The corpus refreshes weekly with new episodes and newsletters. The server is free and rate-limited; be reasonable. Transcripts are auto-generated, so the odd word may be off — every result links to the source so you can check. Questions or ideas? Get in touch.