1. Conduid
  2. Developer Tools
  3. Mcpservertools
MCP server · Developer Tools

Mcpservertools

Tool manifests for MCP Server tool registry

Unclaimed last commit 6 months ago devtools
51Fair

Scored 3 months ago · breakdown

About Mcpservertools

Mcpservertools is an MCP server published by sharpninja in the Developer Tools category: tool manifests for MCP Server tool registry. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit 6 months ago. 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 mcpservertools

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 Mcpservertools

Powered by Claude · Grounded in docs

I know everything about Mcpservertools. 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

McpServerTools

Tool manifests for the MCP Server tool registry. This repository acts as the primary tool bucket — a collection of tool definitions that can be browsed, installed, and synced via the MCP Server's tool registry API.

Structure

Each tool is defined as a JSON manifest file in the root directory:

tool-name.json

Manifest Format

{
  "name": "tool-name",
  "description": "Human-readable description of what this tool does",
  "tags": ["keyword1", "keyword2"],
  "parameterSchema": "{ ... optional JSON schema ... }",
  "commandTemplate": "command --arg {{param1}}"
}

Usage

Register this bucket with MCP Server

curl -X POST http://localhost:7147/mcpserver/tools/buckets \
  -H "Content-Type: application/json" \
  -d '{
    "name": "official",
    "owner": "sharpninja",
    "repo": "McpServerTools",
    "branch": "main",
    "manifestPath": "/"
  }'

Browse available tools

curl http://localhost:7147/mcpserver/tools/buckets/official/browse

Install a tool from this bucket

curl -X POST "http://localhost:7147/mcpserver/tools/buckets/official/install?toolName=screenshot"

Sync to pick up updates

curl -X POST http://localhost:7147/mcpserver/tools/buckets/official/sync

Contributing

Add a new .json manifest file following the format above and submit a pull request.

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

Questions

About Mcpservertools

How do I install Mcpservertools?

Run npx mcpservertools, 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 Mcpservertools 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 Mcpservertools still maintained?

The last commit was 6 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.