Sign In

@mastyf_ai/tool-registry

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastyf_ai/tool-registry

Mastyf AI MCP Tool Registry — discover, score, and publish MCP servers with trust grades

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
75
22.95%
Maintainers
1
Weekly downloads
 
Created
Source

@mastyf_ai/tool-registry

Tool registry SDK for mastyf.ai — the open-source MCP runtime security proxy.

Register and manage MCP tools with trust scoring, policy enforcement, and fleet management.

Install

npm install @mastyf_ai/tool-registry

Usage

import { ToolRegistry } from '@mastyf_ai/tool-registry';

const registry = new ToolRegistry({
  apiKey: process.env.MASTYF_API_KEY,
});

// Check trust score before installing a tool
const score = await registry.getTrustScore('some-mcp-package');
console.log(score.grade); // 'A', 'B', 'C', etc.
  • mastyf.ai — Main project
  • Cloud dashboard — Policy editor and fleet management
  • Python SDK

Keywords

mcp

FAQs

Package last updated on 23 Jul 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