← reelfy.online

INDIVIDUAL MCP TOOL

ai_vision

Analyze an image with Claude: OCR, chart reading, screenshot explanation.

reelfy.onlinenone authenticationAvailability not checked

LIVE ENDPOINT

https://api.reelfy.online/mcp

No auth detected

Connect to this endpoint to inspect the live schema for ai_vision 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

reelfy.online

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.reelfy-agent-tools]
url = "https://api.reelfy.online/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "reelfy-agent-tools": {
      "type": "http",
      "url": "https://api.reelfy.online/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: reelfy-agent-tools
Remote MCP URL: https://api.reelfy.online/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": {
    "reelfy-agent-tools": {
      "url": "https://api.reelfy.online/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "reelfy-agent-tools": {
      "type": "http",
      "url": "https://api.reelfy.online/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "reelfy-agent-tools",
  "transport": "streamable-http",
  "url": "https://api.reelfy.online/mcp"
}
MCP Inspector

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

Related tools

  • ai_image — Generate an AI image (Google Nano Banana 2).
  • ai_video — Generate an 8-second AI video clip with native audio (Google Veo 3.
  • ai_music — Generate a full song with vocals (Suno V4.
  • ai_voice — Text-to-speech voiceover MP3 (ElevenLabs Turbo 2.
  • remove_bg — Remove the background from an image, transparent result.
  • web_search — Live web search: fresh results + short AI answer.
  • research_report — Automated research: 3 live web searches, then a Claude-written brief with citations and source links.
  • ask_ai — Ask Claude LLM any question, concise answer.