A production-ready, multi-bot chat UI powered by Vercel AI SDK agents and the SerpApi MCP server.
Features · Quick start · Configuration · Repo layout
- 20 specialized bots with curated prompts and suggested actions.
- Native agent loop with tool calling (Vercel AI SDK ToolLoopAgent).
- SerpApi MCP integration for search engines, news, images, jobs, and more.
- Bot picker UI + per-chat bot attribution.
- Persistent chat history with Postgres + NextAuth.
- SerpApi MCP prompt generator and docs in
serp_api_mcp/.
pnpm install
pnpm devRequired env vars (see .env.example):
GOOGLE_GENERATIVE_AI_API_KEYSERP_API_KEYAUTH_SECRETPOSTGRES_URLBLOB_READ_WRITE_TOKEN
app/- Next.js App Router UI and API routescomponents/- chat UI componentslib/- bot registry + prompt catalogdb/- Drizzle schema and queriesserp_api_mcp/- SerpApi MCP prompt generator + docs