Wassel links Bosta, Paymob, Salla, WhatsApp, Foodics and 45+ MENA services to Claude and ChatGPT through one connection. Wire it up before lunch. Ship results by dinner.
Your agent can call Stripe and Slack. Ask it to book a Bosta pickup and it's lost.
Every MENA rail is its own OAuth dance, retry logic, and secret to guard. Global connector platforms skip the region entirely, so every team rebuilds the same plumbing. Wassel is that plumbing, done once.
Wassel is a hosted MCP server. Add the URL, sign in once, and every tool you're allowed to use shows up in your assistant. No SDK, no glue code.
// claude_desktop_config.json { "mcpServers": { "wassel": { "url": "https://api.wassel.cloud/mcp" } } }
Point any MCP-aware agent at Wassel and it discovers every tool it's allowed to use, then calls them safely.
Paste an API key or run one OAuth flow. Credentials go straight into a per-tenant encrypted vault, never a log line.
Decide which tools each agent can call, cap monthly spend, and get an immutable audit row for every action it takes.
Your agent calls search_tools then execute_tool. Wassel handles retries, rate limits, and typed results.
Any MCP client (Claude Desktop, Claude Code, Cursor, n8n) points at one URL. Not on MCP yet? Call the same tools over plain REST. No SDK to install.
Sign in, paste one API key or run one OAuth flow per service, and add the MCP URL to your assistant. Most teams are connected in under five minutes and see their first real action the same day.
Each connection's secrets are encrypted per-tenant in a vault and decrypted only at call time. They never touch a log line, an error message, or an audit row.
Request it from inside the dashboard. Regional connectors are what we do, so we build the ones our customers ask for first, and email you when they go live.