Connect eSIM Copilot to
everything you already use.
Your team orders eSIMs from the tools they already live in. Your systems talk to ours via API, MCP, or webhooks.
Integrations
Build on top.
API-first platform. Automate with n8n or Zapier. Let AI agents manage connectivity. Or build your own integration.
REST API
Full programmatic access to plans, orders, subscriptions, users, and billing. Build anything.
Webhooks
Real-time event notifications pushed to your systems. Order placed, eSIM activated, subscription renewed: you know instantly.
MCP Server
Model Context Protocol server for AI agents. Your AI assistant can browse plans, place orders, and manage eSIMs autonomously.
Claude
Ask Claude to order eSIMs, check coverage, or compare plans. Natural language interface to your entire mobile platform.
n8n
Visual workflow automation. Trigger eSIM provisioning from any event: new employee in HR system, travel booking, CRM update.
Zapier & Make
Connect eSIM Copilot to thousands of apps. Automate ordering, notifications, and reporting without writing code.
API Documentation
Built for developers.
RESTful API with full OpenAPI spec. Webhooks for real-time events. MCP server for AI agents.
List available plans
Query plans by country, category, or data allowance. Returns pricing, coverage, and availability.
curl -X GET "https://api.esimcopilot.com/v1/plans" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"country": "GB", "category": "Travel"}'Ready to integrate?
Create an account and generate your API key in under a minute. Documentation at docs.esimcopilot.com, webhook testing, and MCP server access included.