faisty
faist: give Claude SQL access to every email in your Fastmail inbox, indexed in your own Supabase.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add adrian-shr5/faisty
# Browse available tools
npx -y smithery tool list adrian-shr5/faisty
# Get full schema for a tool
npx -y smithery tool get adrian-shr5/faisty schema
# Call a tool
npx -y smithery tool call adrian-shr5/faisty schema '{}'Direct MCP Connection
Endpoint: https://faisty--adrian-shr5.run.tools
Tools (3)
schema— Return a live description of the jmap.* tables in the caller's Supabase, including columns and indexes. No input. Usefu…sql-query— Execute a SELECT/WITH statement against the caller's email index and return the rows as csv (default), jsonl, or markdo…query— Natural-language query against the caller's email index. Preview: keyword-routed preset SQL — real NL→SQL is a follow-u…
# Get full input/output schema for a tool
npx -y smithery tool get adrian-shr5/faisty