avotsai/avots-mcp

πŸ”— Aggregators🟒 Verified Active
0 Views
0 Installs

πŸ“‡ ☁️ - Hosted multi-model AI media + chat: image, video, audio, face-swap and talking-avatar generation plus chat across 300+ models (Claude, GPT, Gemini, DeepSeek…) from one balance and one key.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "avotsai-avots-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "avotsai-avots-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

avots-mcp

Official MCP (Model Context Protocol) server for avots.ai - a multi-provider AI platform.

One connection gives you:

  • πŸ–Ό Image generation & editing - Nano Banana (Gemini 3 Pro / 3.1 Flash), GPT-5 Image, FLUX, Recraft (incl. native vector SVG), Ideogram
  • 🎬 Video generation & editing - Veo 3.1, Seedance 2.0, Kling v3.0 Pro, Sora 2 Pro, Grok Imagine, Gemini Omni Flash (async, 1-8 min); plus scene edit, face swap and lip-sync re-voicing of existing clips
  • πŸ§‘β€πŸŽ€ Talking heads & avatars - saved reusable face identities, talking-avatar videos, vertical AI-vlogs for Shorts / TikTok
  • 🎡 Music & audio - ElevenLabs Music, ACE-Step, Stable Audio, TTS narration (incl. cloned voices)
  • 🎨 Studio templates - photo-montage reels, vintage travel posters, viral trend recreation with your face
  • πŸ’¬ 300+ chat models - Claude (Sonnet / Opus), GPT-5, Gemini 3, DeepSeek, Sonar, and more - billed through one balance

The server lives at https://mcp.avots.ai/ and speaks the MCP 2025-06-18 spec over Streamable HTTP. Tools are billed per call against your avots balance (same balance you'd see on the web app or the Telegram bot).

Quick start

  1. Sign up at avots.ai and mint an MCP key at Settings β†’ Integrations (it looks like av_mcp_<48hex>).
  2. Pick your client from the table below and follow the linked guide.
  3. Try it - ask your client "generate an image of a fox in a snowy forest" and watch tokens get spent.
ClientGuideAuth model
Claude.ai webdocs/claude-web.mdOAuth - paste URL, click Connect, sign in (no token copy-paste)
Claude Desktopdocs/claude-desktop.mdBearer token via mcp-remote
Claude Code (CLI)docs/claude-code.mdBearer token via claude mcp add
Cursordocs/cursor.mdBearer token via mcp-remote
Clinedocs/cline.mdBearer token via mcp-remote
Any other MCP clientdocs/tools.md - endpoint + tool listBearer header Authorization: Bearer av_mcp_…

Ready-to-paste mcp.json snippets live under examples/.

What's in the server

Nineteen tools, all documented in docs/tools.md:

ToolCostWhat it does
check_balancefreeCurrent tokens, subscription tier and the full pricing catalog.
list_modelsfreeAll active models with per-call cost (filter by chat, image, video, audio).
list_avatarsfreeThe user's saved reusable face identities.
list_trendsfreeThe avots Studio catalog of viral templates (face-swap videos, ads, animations).
check_jobfreePoll any async job by job_id.
chat~10-1000 ⚑Send a prompt to any chat model. Useful for delegating to GPT, DeepSeek, Sonar, etc.
generate_image~200-500 ⚑Sync image gen AND photo editing (image_urls). Recraft can return native vector SVG (format: "svg", 2x).
generate_video~200-5000 ⚑Async video gen with two-step confirmation; supports i2v, multi-photo character refs and motion-reference clips.
face_swap_video~500-2000 ⚑Swap the face in an existing video with a photo (or saved avatar). Two-step.
edit_video~450 ⚑/secScene edit of an existing clip by text prompt; person, motion and original audio preserved. Two-step.
lipsync_video~300-600 ⚑Re-voice an existing talking video: new text (TTS) or a ready audio track. Two-step.
create_avatarfree / ~200-500 ⚑Save a reusable face identity from a photo (free) or generate one from a description.
generate_talking_avatar~600-2500 ⚑A portrait speaks your exact text: TTS + lip-sync, quality/fast tiers. Two-step.
generate_vlogpreview shows priceVertical AI-influencer clip for Shorts / TikTok: the server writes the line from your topic. Two-step.
generate_audio~50-800 ⚑Music (ElevenLabs Music, ACE-Step, Stable Audio) or TTS narration incl. cloned voices. Async.
create_montage~200 ⚑Slideshow reel from 4-25 photos: Ken Burns + crossfades + music.
create_travel_poster~200-500 ⚑Face photo β†’ vintage travel poster of any country. Synchronous.
recreate_trendper trendPut the user's face into a viral template from list_trends.
create_calendar_event~5 ⚑Natural language β†’ event in the linked Apple/Google calendar (or an .ics download).

About the two-step video flow. Video is the most expensive tool. To avoid surprise spend, generate_video returns a preview card the first time it's called (no submit, no reserve). The client (e.g. Claude) shows the cost + alternative models with prices and asks the user. The user confirms, the client re-calls with the chosen model + confirmed: true, and only then does the job get submitted. On submit error the server returns the same alternatives card - it never silently swaps to a pricier model.

What you can build

A few things this is actually useful for. Each one chains two or more tools through one connection and one balance.

  • Social ad creative in one prompt β€” hero image, animated variant, music bed.
  • Product-photo angle pack β€” one product shot in, four angles + a rotation clip out.
  • Storyboard to animatic β€” four script-driven frames animated into a 12-second rough cut.
  • Vertical Reels / Shorts factory β€” 9:16 clip + matching 15-second music bed, repeatable per video.
  • Podcast cover art + show notes β€” four cover variations and a written episode description for each.
  • Second-opinion delegation β€” forward a tricky problem to a model from a different lineage and compare.
  • Localized brand assets β€” translated copy and locale-tuned visuals across markets.

Each of these flows is written out as a runnable script β€” exact prompt, tool sequence, model picks, cost β€” in docs/recipes.md.

Cost ranges from ~200⚑ for a single image to ~5000⚑ for a 10-second 1080p Kling Pro clip β€” run list_models (free) at any time for live per-call prices.

Billing

All tool calls bill against your avots balance, just like the web app and Telegram bot. No separate metering. Daily USD cap (set in Settings) and per-key rate limits apply.

See pricing.avots.ai for token packs and subscriptions.

Troubleshooting

Common cross-client issues (401s, daily caps, two-step video flow, image rendering, npx PATH gotchas) are collected in docs/troubleshooting.md. For client-specific setup, see the per-client guide linked in the table above.

Issues & feedback

Open an issue here, or write to hello@avots.ai. For platform questions (billing, models, web app) the Telegram bot @AvotsAIbot is the fastest channel.

License

MIT - feel free to fork the docs, the examples, and anything else here.

Related MCP Servers

thebrierfox/the-stall

πŸ“‡ ☁️ - 209 pay-per-call AI capabilities via x402 USDC micropayments on Base mainnet. Covers US/global equities, crypto/DeFi analytics, options chains, dealer GEX, macro indicators, congressional trades, prediction markets, on-chain intelligence, EVM & Solana analysis, SEC filings, weather, aviation, and more. No API key β€” pay per call from $0.001 USDC.

πŸ”— Aggregators2 views
1mcp/agent

πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

πŸ”— Aggregators0 views
2s-io/sdk

πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Unified API for AI agents β€” 180+ tools across geocoding, weather (NWS), climate stations (NOAA), earthquakes (USGS), tides (NOAA), points of interest (OpenStreetMap), patents (USPTO ODP), US case law (CourtListener / Free Law Project), Federal Register, Wikipedia, scientific papers (arXiv / PubMed / Semantic Scholar), AI summarize / translate / extract / screenshot / image-describe, image compression, DNS / WHOIS, crypto address-validate + EVM gas oracle, OFAC sanctions screening, US Census ACS demographics, airport / ZIP lookup. Sub-cent to a few cents per call in USDC on Base via x402 β€” no API keys, no signup. npx -y @2sio/mcp

πŸ”— Aggregators0 views
8randonpickart5/alderpost-mcp

πŸ“‡ ☁️ - 8 bundled intelligence endpoints (security, company, threat, compliance, sales, sports, property, health) via x402 micropayments on Base.

πŸ”— Aggregators0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Active

Recent health check succeeded.

Last checked: 7/28/2026, 6:13:32 PM

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.