Back to Browse

Imaginevid Agent Tools Ai MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

OAuth-protected ImagineVid MCP for image, video, and music generation.

About

OAuth-protected ImagineVid MCP for image, video, and music generation.

Remote endpoints: streamable-http: https://imaginevid.io/api/mcp

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (4 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

Endpoint verified · Requires authentication · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

ImagineVid API key used by the local adapter.Required

Environment variable: IMAGINEVID_API_KEY

Optional ImagineVid API base URL.Optional

Environment variable: IMAGINEVID_BASE_URL

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

ImagineVid Agent Tools AI

Open-source distribution packages for ImagineVid, an AI generation platform for images, videos, and music. This repository contains the typed REST client, a CLI, and a local stdio MCP adapter. The hosted MCP server remains the source of truth for identity, OAuth consent, scopes, credits, quotes, idempotency, owned assets, and provider lifecycle.

Choose a connection

Hosted MCP

Use the OAuth-protected Streamable HTTP endpoint when your host supports remote MCP servers:

{
  "mcpServers": {
    "imaginevid": {
      "url": "https://imaginevid.io/api/mcp"
    }
  }
}

The host handles OAuth and explicit consent. The endpoint exposes models_list, credits_get, generation_quote, generation_create, and generation_get. See the ImagineVid website for the product and account flow.

Local stdio MCP

After the npm package is released, configure a local host with:

{
  "mcpServers": {
    "imaginevid": {
      "command": "npx",
      "args": ["-y", "imaginevid-mcp"],
      "env": {
        "IMAGINEVID_API_KEY": "${IMAGINEVID_API_KEY}",
        "IMAGINEVID_BASE_URL": "https://imaginevid.io"
      }
    }
  }
}

The local adapter uses a scoped API key, never prints it, and never retries an ambiguous submission_unknown result. It accepts product capability values and owned asset IDs, not provider parameters, arbitrary remote URLs, or inline base64 media.

CLI

After the npm package is released:

npm install --global imaginevid-cli
export IMAGINEVID_API_KEY="..."
imaginevid models list
imaginevid credits

The CLI also supports assets upload, generate, generations get, and generations wait. generate quotes first and requires an exact explicit credit confirmation plus a stable idempotency key.

Development

pnpm install
pnpm test
pnpm build

The public package metadata and release files live in:

For product documentation, generation tools, and account access, visit the ImagineVid website. Source issues belong in this GitHub repository.

Security and license

Do not commit API keys or account configuration. The hosted endpoint uses OAuth; the local adapters read credentials from the environment or an owner-only local config file. Report package or security issues through the ImagineVid support page.

The public distribution code is available under MIT-0.

Reviews

No reviews yet

Be the first to review this server!