gitwtfhub

wtf is frostyverify-cookbook?

jasonpark441/frostyverify-cookbook — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · pm founderComplexity · 2/5Setup · easy

TL;DR

A set of copy-paste guides for connecting the FrostyVerify email verification service to Claude Code, Slack, Google Sheets, and cold email pipelines.

Mindmap

mindmap
  root((FrostyVerify Cookbook))
    What it does
      Wires FrostyVerify into tools
      Claude Code MCP setup
      Copy-paste recipes
    Recipes
      Verify CSV from Claude Code
      Self-cleaning pipeline
      Slack verification bot
      Google Sheets formula
    Categories
      Safe and role
      Catch-all recovery
      Spam trap and invalid
    Tech stack
      MCP server
      REST API
      Google Apps Script
    Audience
      Cold email senders
      Sales teams

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Verify a CSV of email leads directly from a Claude Code conversation

REASON 2

Build an automated outbound pipeline that scrapes, deduplicates, and verifies emails before sending

REASON 3

Verify a column of emails inside Google Sheets with a custom formula

REASON 4

Recover a portion of catch-all email addresses that other tools would normally discard

What's in the stack?

PythonMCPREST APIGoogle Apps Script

How it stacks up

jasonpark441/frostyverify-cookbook0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultyeasymoderatemoderate
Complexity2/52/54/5
Audiencepm foundergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Requires a free FrostyVerify API key and one command to add it as an MCP server in Claude Code.

The README excerpt does not state a license for this repository.

Wtf does this do

FrostyVerify Cookbook is a collection of copy paste recipes for connecting a service called FrostyVerify, which checks whether email addresses are real and safe to send to, into different tools people already use: Claude Code, an outbound sales pipeline, Slack, and Google Sheets. FrostyVerify itself is a separate hosted product, and this repository is not its source code, it is a set of guides for wiring it into other systems. The core idea behind the project is that sending emails to addresses that bounce, are spam traps, or are disabled teaches email providers that you do not know who you are emailing, which over time hurts how many of your emails reach the inbox at all. Verifying a list before sending is meant to be cheap insurance against that. Because FrostyVerify offers both an API and something called an MCP server, an AI coding assistant can run the verification step automatically instead of a person doing it as a manual chore. Setup is a single command that registers FrostyVerify as an MCP tool inside Claude Code, using an API key you generate on the FrostyVerify website. Once connected, Claude Code gains four tools: one to verify a single email, one to verify a list in bulk, one to specifically check catch-all addresses, and one to check the status of a bulk verification job. New accounts get 500 free verification credits, enough to try every recipe in the repository. The repository lists six specific recipes: verifying a CSV file of leads directly from Claude Code, building a self-cleaning outbound pipeline that scrapes, deduplicates, and verifies leads automatically, running verification from within Slack by dropping in a CSV, verifying a column of emails inside Google Sheets using a custom formula, a single prompt that teaches any AI assistant how to use the API without installing anything, and a recipe for recovering some of the catch-all addresses that other tools simply discard. Email results are grouped into categories such as safe, role, catch-all, disposable, spam trap, and invalid, and the README states that only the safe and role categories should be treated as safe to send to. The project also documents the raw API directly, showing how to verify one email, verify a list asynchronously, and poll for job completion using plain HTTP requests. It is built by a company called Frostmailer, which works on cold email infrastructure.

Yoink these prompts

Prompt 1
Walk me through setting up the FrostyVerify MCP server in Claude Code with my API key
Prompt 2
Show me how to verify a CSV of leads and only keep the safe and role addresses
Prompt 3
Help me build the self-cleaning outbound pipeline described in recipe 2
Prompt 4
Explain the difference between the safe, role, catch_all, and disposable email categories
Prompt 5
Write a curl command to verify a list of emails asynchronously and poll for the results

Frequently asked questions

wtf is frostyverify-cookbook?

A set of copy-paste guides for connecting the FrostyVerify email verification service to Claude Code, Slack, Google Sheets, and cold email pipelines.

What language is frostyverify-cookbook written in?

Mainly Python. The stack also includes Python, MCP, REST API.

What license does frostyverify-cookbook use?

The README excerpt does not state a license for this repository.

How hard is frostyverify-cookbook to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is frostyverify-cookbook for?

Mainly pm founder.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.