MCP.so
登录

Perspective MCP Server

@mtane0412

关于 Perspective MCP Server

A Model Context Protocol (MCP) server that provides tools for interacting with Perspective API

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

mtane0412

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "perspective": {
      "command": "npx",
      "args": [
        "-y",
        "@mtane0412/perspective-mcp-server"
      ],
      "env": {
        "PERSPECTIVE_API_KEY": "your-api-key"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Perspective MCP Server?

A Model Context Protocol (MCP) server that provides tools for interacting with the Perspective API. It enables text toxicity analysis, score suggestions, and supports multiple attributes and languages. Built for developers integrating content moderation into AI assistants or applications.

How to use Perspective MCP Server?

Add the server to your MCP settings file with the command npx -y @mtane0412/perspective-mcp-server and set the PERSPECTIVE_API_KEY environment variable to your Perspective API key. The server communicates over stdio.

Key features of Perspective MCP Server

  • Text toxicity analysis using Perspective API
  • Score suggestions for moderation decisions
  • Support for multiple attributes (TOXICITY, SEVERE_TOXICITY, IDENTITY_ATTACK, INSULT, PROFANITY, THREAT)
  • Multi-language support

Use cases of Perspective MCP Server

  • Analyze toxicity in user-generated comments or messages
  • Suggest moderation scores for content review workflows
  • Integrate content safety checks into AI chat interfaces
  • Support multilingual toxicity detection in global applications

FAQ from Perspective MCP Server

What API key is needed?

You need a Perspective API key from Google Cloud. Set it as the PERSPECTIVE_API_KEY environment variable in the MCP server configuration.

What attributes does the server support?

It supports TOXICITY, SEVERE_TOXICITY, IDENTITY_ATTACK, INSULT, PROFANITY, and THREAT.

Does it support multiple languages?

Yes, Perspective API’s multi-language support is available through this server.

How do I debug the server?

Use the MCP Inspector. Run npm run inspect to get a URL for debugging tools in your browser.

What transport does it use?

The server communicates over stdio, as is standard for MCP servers.

评论

其他 分类下的更多 MCP 服务器