1. Conduid
  2. Developer Tools
  3. Gloss Mod MCP
MCP server · Developer Tools

Gloss Mod MCP

3DM Mod API MCP

Unclaimed MIT last commit 10 months ago devtools
51Fair

Scored 4 months ago · breakdown

About Gloss Mod MCP

Gloss Mod MCP is an MCP server published by GlossMod in the Developer Tools category: 3DM Mod API MCP. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx gloss-mod-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Gloss Mod MCP

Powered by Claude · Grounded in docs

I know everything about Gloss Mod MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

GlossModMCP - 3DM Mod API MCP 服务器

PythonMCPStatusLicense

3DM Mod 站的 MCP 服务器


✨ 项目简介

GlossModMCP 是一个完整的 MCP (Model Context Protocol) 服务器实现,为 Claude 和其他 LLM 应用提供 3DM Mod 网站的数据访问能力。

⚡ 快速开始 (3分钟)

前置条件

安装

pip install glossmod-mcp

更新

pip install --upgrade glossmod-mcp

配置

{
    "servers": {
        "glossmod-mcp": {
            "type": "stdio",
            "command": "uvx",
            "args": ["glossmod-mcp"],
            "env": {
                "GLOSSMOD_API_KEY": "${input:GLOSSMOD_API_KEY}"
            }
        }
    },
    "inputs": [
        {
            "type": "promptString",
            "id": "GLOSSMOD_API_KEY",
            "description": "输入你的Mod站 API",
            "default": "",
            "password": true
        }
    ]
}


README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Gloss Mod MCP

How do I install Gloss Mod MCP?

Run npx gloss-mod-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Gloss Mod MCP safe to use with an AI agent?

Its trust score is 51 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Gloss Mod MCP still maintained?

The last commit was 10 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.