Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Reelfy Agent Tools

REMOTE · API.REELFY.ONLINE · SCANNED AUG 17

Pay-per-use AI and data tools via x402: image, video, music, voice, search, crypto. USDC.

71 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 831 tokens (~51/item across 16 items; 16 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.reelfy.online

# add to Claude Code
claude mcp add --transport http mgnlockii-reelfy https://api.reelfy.online/mcp
# ~/.codex/config.toml
[mcp_servers.mgnlockii-reelfy]
url = "https://api.reelfy.online/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mgnlockii-reelfy": {
      "type": "remote",
      "url": "https://api.reelfy.online/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mgnlockii-reelfy --url https://api.reelfy.online/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  mgnlockii-reelfy:
    url: "https://api.reelfy.online/mcp"
// mcp.json
{
  "mcpServers": {
    "mgnlockii-reelfy": {
      "type": "http",
      "url": "https://api.reelfy.online/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 17 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 16 Aug 26 71

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 17 Aug 2026 · Probed https://api.reelfy.online/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=api.reelfy.online CN=YE2,O=Let's Encrypt,C=US 15 Aug 2026 13 Nov 2026 ECDSA 256 ECDSA-SHA384 61f711f5b7881c007d01202bf5a007d238b
SANs: api.reelfy.online
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd
DNSSEC insecure

Validation of api.reelfy.online. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
online. present 30961 13 Verified
reelfy.online. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.reelfy.online/mcp Verified 200
http (plaintext) http://api.reelfy.online/mcp HTTPS enforced 301 https://api.reelfy.online/mcp
MCP tools · 16 exposed · ~831 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
ai_image ~79

Generate an AI image (Google Nano Banana 2). ~$0.08 per call. Returns PNG URL(s).

NameTypeReqDescription
aspect_ratiostringauto | 1:1 | 16:9 | 9:16 | 4:3 | 3:4
promptstringyesWhat to draw (English works best)
NameTypeReqDescription
result

No examples provided.

ai_music ~69

Generate a full song with vocals (Suno V4.5), 2 track variants + cover art. ~$0.15. Takes 1-3 minutes.

NameTypeReqDescription
instrumentalstringtrue = no vocals
promptstringyesGenre, mood, topic — lyrics auto-written
NameTypeReqDescription
result

No examples provided.

ai_video ~86

Generate an 8-second AI video clip with native audio (Google Veo 3.1 Fast). ~$0.50. Takes 1-4 minutes.

NameTypeReqDescription
aspect_ratiostring16:9 (default) | 9:16 (Shorts/Reels) | Auto
promptstringyesScene description: subject, action, camera, style
NameTypeReqDescription
result

No examples provided.

ai_vision ~66

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

NameTypeReqDescription
imagestringyesPublic URL of the image (PNG/JPEG/WebP/GIF, max 4MB)
qstringWhat to do with the image
NameTypeReqDescription
result

No examples provided.

ai_voice ~72

Text-to-speech voiceover MP3 (ElevenLabs Turbo 2.5, 32 languages, up to 1000 chars). ~$0.05.

NameTypeReqDescription
textstringyesText to speak
voicestringVoice name, e.g. Rachel (default), Adam, Bella
NameTypeReqDescription
result

No examples provided.

ask_ai ~32

Ask Claude LLM any question, concise answer. ~$0.03.

NameTypeReqDescription
qstringyesYour question
NameTypeReqDescription
result

No examples provided.

ask_ai_pro ~38

Ask the strongest Claude Opus model — complex analysis, code, reasoning. ~$0.05.

NameTypeReqDescription
qstringyesHard question
NameTypeReqDescription
result

No examples provided.

call_endpoint ~68

Call ANY Reelfy endpoint by path with custom query parameters (paid per call). Use list_endpoints first to discover paths and parameters.

NameTypeReqDescription
pathstringyesEndpoint path, e.g. /api/cve-exploit-score
queryobjectQuery parameters as an object
NameTypeReqDescription
result

No examples provided.

crypto_prices ~52

Live crypto prices (USD, 24h change, market cap) from CoinGecko. ~$0.005.

NameTypeReqDescription
idsstringComma-separated coin ids, default bitcoin,ethereum,solana
NameTypeReqDescription
result

No examples provided.

domain_info ~48

WHOIS/RDAP dossier for a domain: registrar, creation/expiry, status, nameservers. ~$0.005.

NameTypeReqDescription
domainstringyesDomain name, e.g. example.com
NameTypeReqDescription
result

No examples provided.

list_endpoints ~28

List ALL Reelfy paid endpoints with live prices and example URLs (free, no payment).

Input schema present but exposes no named parameters.

NameTypeReqDescription
result

No examples provided.

market_snapshot ~43

Crypto market snapshot in one call: prices + fear/greed + trending + BTC fees. ~$0.02.

NameTypeReqDescription
idsstringCoin ids to include
NameTypeReqDescription
result

No examples provided.

remove_bg ~35

Remove the background from an image, transparent result. ~$0.10.

NameTypeReqDescription
imagestringyesPublic URL of the image
NameTypeReqDescription
result

No examples provided.

research_report ~42

Automated research: 3 live web searches, then a Claude-written brief with citations and source links. ~$0.10.

NameTypeReqDescription
qstringyesResearch topic
NameTypeReqDescription
result

No examples provided.

scrape_page ~40

Fetch a web page and get clean content: title, headings, text, links. ~$0.005.

NameTypeReqDescription
urlstringyesFull page URL
NameTypeReqDescription
result

No examples provided.

web_search ~33

Live web search: fresh results + short AI answer. ~$0.005.

NameTypeReqDescription
qstringyesSearch query
NameTypeReqDescription
result

No examples provided.