Wayfaerer
Verified Safeby AdrielC
Overview
An Elixir-based MCP server for vehicle purchasing workflows, enabling LLM agents to search listings, decode VINs, and draft negotiation emails with robust job management.
Installation
No command providedEnvironment Variables
- LISTINGS_PROVIDER
- VIN_PROVIDER
- SMTP_HOST
- SMTP_PORT
- SMTP_USERNAME
- SMTP_PASSWORD
- SMTP_FROM
Security Notes
The architecture prioritizes robustness and safety through a job-first execution model with audit logging, idempotency, and retries for external I/O. It explicitly outlines 'safety principles' for future email sending (domain allowlists, rate limits, hard caps, draft-only mode). Configuration uses environment variables, avoiding hardcoded secrets. No 'eval' or obfuscation is indicated. External API calls are managed, reducing immediate blocking risks.
Similar Servers
action_mcp
Provides a Model Context Protocol (MCP) server for Ruby on Rails applications, enabling them to expose structured data, tools, and prompts to Large Language Models (LLMs) for context-aware AI interactions.
mcp-servers
This server is designed to scrape web content, clean it, and optionally extract specific information using Large Language Models (LLMs), providing reliable access to internet resources for AI agents and agent-building frameworks.
mcp-framework
A Rust framework implementing the Model Context Protocol for building production-ready MCP servers, clients, and intelligent AI agents that integrate with LLMs for tool use and browser automation.
mcp-http-agent-md
This server provides a Minimal Model Context Protocol (MCP) HTTP server for managing AI agent projects, structured tasks, and versioned history, enabling subagent orchestration and document management.