MCP.so
登录
O

Oathe Mcp

@oathe-ai

关于 Oathe Mcp

MCP server for https://oathe.ai security audits. Runtime behavioral analysis and security scanner for AI systems. Check trust scores before installing MCP servers, plugins, or AI agent skills.

基本信息

分类

其他

传输方式

stdio

发布者

oathe-ai

提交者

oathe

配置

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

{
  "mcpServers": {
    "oathe": {
      "command": "npx",
      "args": [
        "-y",
        "oathe-mcp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Oathe Mcp?

Oathe Mcp is an MCP server for Oathe AI security audits that checks trust scores before installing MCP servers, plugins, or AI agent skills. It is designed for developers and users who want to assess the security of third-party tools before integration.

How to use Oathe Mcp?

Oathe Mcp runs with a single command: npx oathe-mcp. No API key or configuration is required. It can be added to Claude Desktop via its configuration file or to Claude Code with claude mcp add. The server exposes five tools: submit_audit, check_audit_status, get_audit_report, get_skill_summary, and search_audits.

Key features of Oathe Mcp?

  • No API key or configuration needed
  • Submit GitHub or ClawHub URLs for audits
  • Poll audit status every 5 seconds
  • Retrieve full trust reports with findings
  • Search completed audits by verdict or score

Use cases of Oathe Mcp?

  • Check the trust score of an MCP server before installing it
  • Audit a GitHub repository for security vulnerabilities
  • Review lightweight summaries of past audits
  • Search for safe or high-scoring repositories
  • Integrate security checks into Claude workflows

FAQ from Oathe Mcp?

Is an API key required?

No API key is required. Oathe Mcp works out of the box with no configuration.

How do I submit a security audit?

Use the submit_audit tool with a skill_url pointing to a GitHub or ClawHub repository. It returns an audit_id for tracking.

How do I check audit status?

Use the check_audit_status tool with the audit_id from your submission. Poll every 5 seconds until the status is complete or failed.

What is the rate limit?

One audit submission per 60 seconds per IP address.

Can I use a custom API base URL?

Yes, set the OATHE_API_BASE environment variable to override the default https://audit-engine.oathe.ai. An invalid URL will produce a clear error at startup.

评论

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