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

@runapi.ai/seedream-mcp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runapi.ai/seedream-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
67
59.52%
Maintainers
1
Weekly downloads
 
Created
Source

@runapi.ai/seedream-mcp

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

Tools

  • edit_image — create a Seedream task (edit image) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models: seedream-4.5-edit, seedream-5-lite-edit, seedream-v4-edit, seedream-4.5-text-to-image, seedream-5-lite-text-to-image, seedream-v4-text-to-image.
  • text_to_image — create a Seedream task (text to image) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models: seedream-4.5-edit, seedream-5-lite-edit, seedream-v4-edit, seedream-4.5-text-to-image, seedream-5-lite-text-to-image, seedream-v4-text-to-image.
  • 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/seedream-mcp

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

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

License

Apache-2.0

Keywords

runapi

FAQs

Package last updated on 23 Jun 2026

Related posts