Morocco Experience Protocol
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Morocco Experience ProtocolFind cooking classes in Marrakech"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Morocco Experience Protocol MCP Server π²π¦π€
The first AI-accessible tourism data protocol - making Morocco's experiences discoverable through AI assistants like Claude and ChatGPT
π Quick Start
Add to Claude Desktop (5 minutes)
Find your Claude config file:
Mac:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add MEP server:
{ "mcpServers": { "morocco-experience-protocol": { "command": "npx", "args": [ "@modelcontextprotocol/server-fetch", "https://mep-mcp-server-production.info6625.workers.dev/sse" ] } } }Restart Claude Desktop
Test it:
"Find cooking experiences in Marrakech" "What cultural activities are available in Fes?" "Show me adventure tours in the Atlas Mountains"
β¨ Features
π Real Morocco Data - Verified tourism experiences from local operators
π€ AI-Ready - Full MCP 2025-06-18 protocol compliance
β‘ Global CDN - Sub-50ms response times worldwide via Cloudflare
π£οΈ Multilingual - Arabic, French, and English support
π Secure - Enterprise-grade security and validation
π± Always Online - 99.9% uptime with automatic scaling
π― Live Demo
Try it now: Our MCP server is live and responding!
# Health check
curl https://mep-mcp-server-production.info6625.workers.dev/health
# MCP initialize
curl -X POST https://mep-mcp-server-production.info6625.workers.dev/sse \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"initialize","id":1}'
# List available tools
curl -X POST https://mep-mcp-server-production.info6625.workers.dev/sse \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","method":"tools/list","id":2}'π οΈ Available Tools
Tool | Description | Example |
| Find tourism experiences | Cooking classes, cultural tours |
| Get detailed experience info | Pricing, location, operator |
| Browse tourism operators | Hotels, guides, restaurants |
| Get operator information | Contact, verification status |
π Documentation
Quick Start Guide - Get running in 5 minutes
Claude Desktop Setup - Step-by-step Claude integration
API Reference - Complete tool documentation
Integration Examples - Code samples for different platforms
Deployment Guide - Run your own instance
π§ Integration Examples
Claude Desktop
See examples/claude-desktop/ for complete setup.
Custom AI Application
import { MCPClient } from '@modelcontextprotocol/client';
const mepClient = new MCPClient({
serverUrl: 'https://mep-mcp-server-production.info6625.workers.dev/sse'
});
// Search for experiences
const results = await mepClient.callTool('searchExperiences', {
query: 'cooking class',
location: 'Marrakech'
});Python Client
import requests
# Search Morocco experiences
response = requests.post(
'https://mep-mcp-server-production.info6625.workers.dev/sse',
json={
"jsonrpc": "2.0",
"method": "tools/call",
"id": 1,
"params": {
"name": "searchExperiences",
"arguments": {
"query": "cultural tour",
"location": "Fes"
}
}
}
)π Why MEP?
For AI Developers
β First real-world MCP example - Learn from production code
β Tourism use case - Practical, understandable application
β Production ready - Not just a demo, actually deployed
β Well documented - Comprehensive guides and examples
For Travelers
β Authentic experiences - Direct from local Moroccan operators
β Verified data - All operators and experiences verified
β Current information - Real-time pricing and availability
β AI-powered discovery - Natural language search
For Morocco
β Digital innovation - First country with AI-accessible tourism
β Global visibility - Moroccan experiences discoverable worldwide
β Local empowerment - Small operators accessible to global AI
π Getting Started
1. Try with Claude Desktop
Follow our Claude Desktop Setup Guide to add MEP to Claude in 5 minutes.
2. Explore the API
Check out our API Reference to understand all available tools.
3. Build Something
Use our integration examples to build your own AI-powered travel app.
4. Deploy Your Own
Follow our Deployment Guide to run your own MEP server instance.
π€ Contributing
We welcome contributions! See CONTRIBUTING.md for guidelines.
Development Setup
git clone https://github.com/gugga7/morocco-experience-protocol-mcp.git
cd morocco-experience-protocol-mcp
npm install
npm run devRunning Tests
npm test
npm run test:integrationπ Status
Server Status: β Online
Protocol Version: MCP 2025-06-18
Response Time: < 50ms globally
Uptime: 99.9%
Last Updated: December 2025
π Links
Live Server: https://mep-mcp-server-production.info6625.workers.dev
Documentation: https://docs.cometomorocco.com
Issues: GitHub Issues
Discussions: GitHub Discussions
π License
MIT License - see LICENSE for details.
π Acknowledgments
Morocco Ministry of Tourism - For supporting digital innovation
MCP Community - For the amazing protocol and ecosystem
Cloudflare - For global edge infrastructure
Firebase - For reliable data storage
Made with β€οΈ in Morocco for the global AI community
Morocco Experience Protocol - Making authentic travel experiences AI-accessible worldwide πβ¨
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gugga7/morocco-experience-protocol-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server