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.
Máy chủ liên quan
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
OAuth 2.1 MCP Server
A Next.js template for building MCP servers with OAuth 2.1 authentication, supporting PostgreSQL and Redis.
MCP Bridge API
A lightweight, LLM-agnostic RESTful proxy that unifies multiple MCP servers under a single API.
Visus Agent Sandbox
Pre-execution simulation and policy enforcement for AI agent actions. Prevents agents from accidentally or maliciously destroying production infrastructure through high-fidelity sandboxed simulations and YAML-based policy rules.
Web3 MCP
Interact with multiple blockchains including Solana, Ethereum, THORChain, XRP Ledger, TON, Cardano, and UTXO chains.
GitHub Issue Reproduction MCP Server
An intelligent MCP server that automates the reproduction of GitHub issues for AWS CDK projects.
swift-mcp
An MCP server that brings best practices from leading iOS developers directly to your AI assistant.
GDB MCP Server
An MCP server that enables LLM clients to interact with GDB for debugging and binary analysis.
Databutton
An MCP server for initial app planning and creating a good starting point for an app.
Python Weather Server
A FastAPI-based server that provides weather information from the National Weather Service API, secured with OAuth 2.1.
Feishu MCP Server
An MCP server with built-in Feishu OAuth authentication, deployable on Cloudflare Workers.