Back to Browse

Instafan MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Plan trips with friends: mood search, live briefs, top spots with photos, day-by-day itineraries.

About

Plan trips with friends: mood search, live briefs, top spots with photos, day-by-day itineraries.

Remote endpoints: streamable-http: https://instafan.app/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

5 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-gustavoatar-instafan": {
      "url": "https://instafan.app/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Instafan MCP Server

Let AI agents plan real trips — where to go for a mood, what a destination is like right now, its strongest Google-rated places with photos, and a day-by-day plan — using Instafan's live data (Google Places, climate normals, official safety advisories).

Hosted, no install, no auth. Streamable-HTTP endpoint:

https://instafan.app/mcp

Tools

ToolWhat it doesInputs
find_destinationsA trip mood or constraint set ("somewhere warm in November, food-first") → 3–5 destination suggestions with the why.mood (required)
destination_briefOne destination: the story, typical weather this month, official safety verdict, a postcard photo link.destination (required)
top_spotsThe strongest real Google-rated places — top attractions by default, or a specific ask like "rooftop bars" — with photo links. Never invented.destination (required), query
build_itineraryA day-by-day plan built from the destination's strongest places.destination, days (both required)
spot_photosUp to two real photos of one spot, embedded inline as MCP image blocks plus direct links, credited to their Google Maps authors.destination (required), spot

Connect

ChatGPT → Settings → Apps & Connectors → enable Developer mode → Create → URL: https://instafan.app/mcp, auth: none.

Claude Desktop / Claude.ai → Settings → Connectors → Add custom connector → URL: https://instafan.app/mcp

Claude Code:

claude mcp add instafan --transport http https://instafan.app/mcp

Cursor / other MCP clients — add a remote (streamable-http) server pointing at the URL above. One-click: see https://instafan.app/connect/

Test with curl:

curl -s -X POST https://instafan.app/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Example

"Build me a Lisbon trip for my wife and I in the best weather."

The agent calls destination_brief → learns Lisbon is 18–26°C with ~4 rainy days right now and officially rated relaxed; top_spots → real rated places with photos; spot_photos → Belém Tower, inline; build_itinerary → a day-by-day plan. Every answer links back into instafan.app, where the trip becomes a group decision — immerse in 3D, save spots, let the group vote.

About

Built by Instafan — plan trips with friends. https://instafan.app

License

MIT

Reviews

No reviews yet

Be the first to review this server!