🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@keenimg/mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keenimg/mcp

MCP server for Keen AI image upscaling

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

@keenimg/mcp

MCP server for Keen AI image upscaling. Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible agent.

Quick Start

With API Key

{
  "mcpServers": {
    "keen": {
      "command": "npx",
      "args": ["-y", "@keenimg/mcp"],
      "env": {
        "KEEN_API_KEY": "kn_live_YOUR_KEY"
      }
    }
  }
}

With x402 (No Account Needed)

{
  "mcpServers": {
    "keen": {
      "command": "npx",
      "args": ["-y", "@keenimg/mcp"]
    }
  }
}

Without an API key, the server uses x402 — your agent pays $0.05 USDC per image on Base. No signup required.

Tool: upscale_image

ParameterTypeDefaultDescription
urlstringrequiredImage URL to upscale
scale"2" | "4""2"Scale factor
formatstring"jpeg"Output format: jpeg, png, webp
modestring"photo"photo (SeedVR2) or illustration (Real-ESRGAN)

Environment Variables

VariableDescription
KEEN_API_KEYYour Keen API key (optional — falls back to x402)
KEEN_BASE_URLAPI base URL (default: https://keenimg.com)
  • Keen — AI Image Upscaler
  • For Agents — Full integration guide
  • API Docs — REST API reference

License

MIT

Keywords

mcp

FAQs

Package last updated on 03 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts