Reelfy
Server Details
54+ pay-per-use AI & data tools for agents, payable in USDC via x402 on Solana — no API keys, no subscriptions. AI image, video, music and voice generation (cheaper than official APIs), web search, cited research reports, Claude Opus Q&A, crypto prices, page scraping, domain info and more. Pay only for what you call, straight from the agent wallet. Free directory tool lists all live endpoints.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
16 toolsai_imageai_imageInspect
Generate an AI image (Google Nano Banana 2). ~$0.08 per call. Returns PNG URL(s).
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | What to draw (English works best) | |
| aspect_ratio | No | auto | 1:1 | 16:9 | 9:16 | 4:3 | 3:4 |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
ai_musicai_musicInspect
Generate a full song with vocals (Suno V4.5), 2 track variants + cover art. ~$0.15. Takes 1-3 minutes.
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Genre, mood, topic — lyrics auto-written | |
| instrumental | No | true = no vocals |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
ai_videoai_videoInspect
Generate an 8-second AI video clip with native audio (Google Veo 3.1 Fast). ~$0.50. Takes 1-4 minutes.
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Scene description: subject, action, camera, style | |
| aspect_ratio | No | 16:9 (default) | 9:16 (Shorts/Reels) | Auto |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
ai_visionai_visionInspect
Analyze an image with Claude: OCR, chart reading, screenshot explanation. ~$0.05.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | What to do with the image | |
| image | Yes | Public URL of the image (PNG/JPEG/WebP/GIF, max 4MB) |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
ai_voiceai_voiceInspect
Text-to-speech voiceover MP3 (ElevenLabs Turbo 2.5, 32 languages, up to 1000 chars). ~$0.05.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to speak | |
| voice | No | Voice name, e.g. Rachel (default), Adam, Bella |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
ask_aiask_aiInspect
Ask Claude LLM any question, concise answer. ~$0.03.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Your question |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
ask_ai_proask_ai_proInspect
Ask the strongest Claude Opus model — complex analysis, code, reasoning. ~$0.05.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Hard question |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
call_endpointcall_endpointInspect
Call ANY Reelfy endpoint by path with custom query parameters (paid per call). Use list_endpoints first to discover paths and parameters.
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint path, e.g. /api/cve-exploit-score | |
| query | No | Query parameters as an object |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
crypto_pricescrypto_pricesInspect
Live crypto prices (USD, 24h change, market cap) from CoinGecko. ~$0.005.
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated coin ids, default bitcoin,ethereum,solana |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
domain_infodomain_infoInspect
WHOIS/RDAP dossier for a domain: registrar, creation/expiry, status, nameservers. ~$0.005.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name, e.g. example.com |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
list_endpointslist_endpointsInspect
List ALL Reelfy paid endpoints with live prices and example URLs (free, no payment).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
market_snapshotmarket_snapshotInspect
Crypto market snapshot in one call: prices + fear/greed + trending + BTC fees. ~$0.02.
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Coin ids to include |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
remove_bgremove_bgInspect
Remove the background from an image, transparent result. ~$0.10.
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Public URL of the image |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
research_reportresearch_reportInspect
Automated research: 3 live web searches, then a Claude-written brief with citations and source links. ~$0.10.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Research topic |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
scrape_pagescrape_pageInspect
Fetch a web page and get clean content: title, headings, text, links. ~$0.005.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full page URL |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
web_searchweb_searchInspect
Live web search: fresh results + short AI answer. ~$0.005.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | No |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityAmaintenanceGTM signal intelligence suite for AI agents. Six tools: hiring signals, tech stack detection, company-to-LinkedIn resolution, ICP scoring, job board scanning, and a combined signals aggregator. Built for outbound sales workflows.117371MIT

industrylens-mcpofficial
Flicense-qualityCmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
Sociality MCPofficial
Alicense-qualityDmaintenanceSocial media analytics, post insights, and competitor benchmarking for AI agents.6MIT- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.1761MIT