Back to Browse

Techtenstein Bg MCP Server

by User
Developer ToolsUse Caution4.8Local
Free

AI background removal for images. Modes: auto, product, portrait, car. Transparent PNG.

About

AI background removal for images. Modes: auto, product, portrait, car. Transparent PNG.

Security Report

4.8
Use Caution4.8High Risk

This MCP server is well-structured with appropriate authentication, reasonable permissions, and clean code. The server requires an API key for the Techtenstein Background Removal API, properly validates input URLs, and safely handles base64 encoding/decoding. Minor code quality observations exist around error handling and logging, but no security vulnerabilities were identified. Supply chain analysis found 8 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 13 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.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

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

What You'll Need

Set these up before or after installing:

API key from https://apis.techtenstein.com (free tier: 30 images/day)Required

Environment variable: TECHTENSTEIN_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-sathvic-kollu-techtenstein-bg": {
      "env": {
        "TECHTENSTEIN_API_KEY": "your-techtenstein-api-key-here"
      },
      "args": [
        "techtenstein-bg-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Techtenstein Bg MCP Server - AI background removal for images. Modes: auto, product, | MCP Marketplace