New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@runapi.ai/infinitetalk-mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runapi.ai/infinitetalk-mcp

RunAPI MCP server for one model line: create tasks, poll status, and check pricing with one API key.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
32
-20%
Maintainers
1
Weekly downloads
 
Created
Source

@runapi.ai/infinitetalk-mcp

RunAPI MCP server for the InfiniteTalk model line. Create tasks, poll their status, and check pricing through a single RunAPI API key.

Tools

  • audio_to_video — create a InfiniteTalk task (audio to video) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models: infinitetalk-from-audio.
  • get_task — fetch the current status and latest payload for a task.
  • check_pricing — look up pricing for a model in this line.

Configuration

Set a RunAPI API key via the RUNAPI_API_KEY environment variable, or write it to ~/.config/runapi/config.json:

mkdir -p ~/.config/runapi
echo '{"api_key":"YOUR_KEY"}' > ~/.config/runapi/config.json

Get an API key at https://runapi.ai. Pricing is listed at https://runapi.ai/pricing.

Usage

Run the server over stdio:

npx -y @runapi.ai/infinitetalk-mcp

Add it to an MCP client (see examples/ for per-client configs):

{
  "mcpServers": {
    "infinitetalk": {
      "command": "npx",
      "args": ["-y", "@runapi.ai/infinitetalk-mcp"],
      "env": { "RUNAPI_API_KEY": "${RUNAPI_API_KEY}" }
    }
  }
}

License

Apache-2.0

Keywords

runapi

FAQs

Package last updated on 24 Jun 2026

Related posts