skills: {'id': 'search_destinations', 'name': 'search_destinations', 'description': 'Search for destinations by name, country, or thematic keyword. Returns matching destinations ranked by relevance.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_destination', 'name': 'get_destination', 'description': 'Retrieve full metadata for a destination by slug. Returns geographic hierarchy, post count by intent, and canonical URL.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_destinations_by_region', 'name': 'list_destinations_by_region', 'description': 'Enumerate all destinations under a given macro-region (e.g. "mediterranean-europe", "south-america", "world-heritage").', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_posts_by_intent', 'name': 'get_posts_by_intent', 'description': 'Fetch posts for a destination filtered by editorial intent: budget, transport, seasonal, tickets, itinerary, tips, history, food, accommodation, photography, safety.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 1619.9ms; conformance: pass
How to connect
https://www.machupicchu.org/wp-json/wonders-mcp/v1/jsonrpc
curl -X POST https://www.machupicchu.org/wp-json/wonders-mcp/v1/jsonrpc \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'