← instafan.app

INDIVIDUAL MCP TOOL

spot_photos

Real photos of one spot — up to two shown inline plus direct photo links.

instafan.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://instafan.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for spot_photos and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

instafan.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.instafan]
url = "https://instafan.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "instafan": {
      "type": "http",
      "url": "https://instafan.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: instafan
Remote MCP URL: https://instafan.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "instafan": {
      "url": "https://instafan.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "instafan": {
      "type": "http",
      "url": "https://instafan.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "instafan",
  "transport": "streamable-http",
  "url": "https://instafan.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • find_destinations — Suggest 3-5 destinations for a trip mood or constraint set, e.
  • destination_brief — A short brief on one destination: what it is like, typical weather now, official safety verdict.
  • top_spots — The strongest real places in a destination — top attractions by default, or a specific ask like "specialty coffee" or "rooftop bars".
  • build_itinerary — Build a day-by-day itinerary for a destination from its strongest real places.