io.aitrips/trip-planner✓
io.aitrips/trip-planner · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.aitrips/trip-planner",
"description": "AI-native trip planning with flights, activities, accommodations, tasks, and maps.",
"repository": {
"url": "https://github.com/astondg/trip-planner",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://aitrips.io/api/ai/mcp",
"headers": [
{
"description": "Bearer token — use an API key (prefixed with tpk_) or an OAuth access token",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}