Routestackai
The Travel Infrastructure Layer for AI Agents
RouteStack.ai — Starter Templates
Boilerplate projects for connecting to the RouteStack MCP server. Each starter is standalone — clone it, add your API key, and run.
Quick Start
cd typescript/cli-agent
cp .env.example .env
# Add your ROUTESTACK_API_KEY
pnpm install
pnpm start
Available Starters
TypeScript
| Starter | Description |
|---|---|
| chat-agent | Browser-based chat UI for travel queries |
| cli-agent | Terminal-based travel search tool |
| slack-bot | Slack slash commands for travel |
| discord-bot | Discord bot for travel search |
| react-widget | Embeddable <TravelSearch /> component |
| multi-agent | Multi-agent trip planner (Claude Agent SDK) |
| webhook-listener | SSE event subscriber + forwarder |
| nextjs-ai-mcp | Next.js + Vercel AI SDK integration |
| voice-agent | Voice AI travel agent (OpenAI Realtime / Vapi) |
| ollama-local | Local LLM (Ollama) + remote RouteStack MCP |
| n8n-mcp-node | Custom n8n node for travel automation |
| chrome-extension | Context-aware Chrome side panel agent |
| price-drop-cron | Cloudflare Worker cron for price alerts |
| corp-approval-flow | Corporate travel approval via Deep Links |
| rag-travel-profile | Personalized search with vector DB |
Python / Go / Rust
Coming soon. See the language matrix for planned coverage.
Prerequisites
- A RouteStack API key (get one at routestack.ai)
- Node.js >= 20 (for TypeScript starters)
- An LLM API key (OpenAI or Anthropic) for agent-based starters
Configuration
Every starter uses the same core environment variables:
ROUTESTACK_API_KEY=your_api_key_here
ROUTESTACK_MCP_URL=https://mcp.routestack.ai/sse
Some starters require additional keys (LLM provider, Slack, Discord, etc.). See each starter's .env.example for details.
Servidores relacionados
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
BlueMouse
The "Prefrontal Cortex" for LLMs. A local, data-driven logic gate that interviews AI to prevent hallucinations.
Gemini MCP
An MCP server that orchestrates Google Gemini and Claude Code models via the OpenRouter API.
Claude Prompts MCP Server
A universal MCP server that loads prompts from an external JSON configuration file.
Dart MCP
An example MCP server built with Dart and deployed on Cloudflare Workers.
Clangaroo
Provides fast C++ code intelligence for LLMs using the clangd language server.
Claudeus WordPress MCP
A server for integrating with WordPress sites, enabling content management and interaction via the Model Context Protocol.
flutter-skill
AI-powered E2E testing for 10 platforms. 253 MCP tools. Zero config. Test Flutter, React Native, iOS, Android, Web, Electron, Tauri, KMP, .NET MAUI from natural language.
AIO-MCP Server
An MCP server with integrations for GitLab, Jira, Confluence, and YouTube, providing AI-powered search and development utility tools.
Codex MCP Wrapper
An MCP server that wraps the OpenAI Codex CLI, exposing its functionality through the MCP API.
Session Continuity MCP Server
An MCP server for Claude Code CLI that provides persistent session management, entity tracking, and context preservation across development sessions.