Google PageRank for AI agents. 25,000+ tools indexed.

zkpmcp MCP Server

opencolin/zkpmcp

Score: 23.7 Rank #17529 MCP Server
Are you the maintainer of opencolin/zkpmcp? Claim this listing →

Zero Knowledge Proofs MCP Server

Add AgentRank to Claude Code Discover and compare tools like opencolin/zkpmcp — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

opencolin/zkpmcp is a JavaScript MCP server licensed under MIT. Zero Knowledge Proofs MCP Server

Ranked #17529 out of 30046 indexed tools.

Ecosystem

JavaScript MIT

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 9

9 stars → early stage

Freshness 25% 1y ago

Last commit 1y ago → stale

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 0

0 contributors → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 1
Description Brief
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 387 days ago — a recent commit would boost your freshness score

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for opencolin/zkpmcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/opencolin--zkpmcp)](https://agentrank-ai.com/tool/opencolin--zkpmcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/opencolin--zkpmcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/opencolin--zkpmcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="opencolin/zkpmcp"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# zkMCP

A Model Context Protocol (MCP) server for zero-knowledge proofs using circom. This repository provides tools for building circuits, performing trusted setup, generating proofs, and verifying proofs.

## Repository Structure

- `server/`: The MCP server implementation
- `examples/`: Example use cases for zero-knowledge proofs
  - `age-verification/`: An example that demonstrates how to verify a person's age without revealing their birth date

## Installation

### Server Installation

1. Clone this repository:
   ```bash
   git clone https://github.com/yourusername/zkMCP.git
   cd zkMCP/server
   ```

2. Install dependencies:
   ```bash
   npm install
   ```

3. Build the server:
   ```bash
   npm run build
   ```

4. Add the server to your MCP settings configuration file:
   ```json
   {
     "mcpServers": {
       "zkproof": {
         "command": "node",
         "args": ["/path/to/zkMCP/server/build/index.js"],
         "env": {
           "ZKINTRO_DIR": "/path/to/circom/proj
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.