npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

clarvia-mcp-server

v1.2.12

Published

MCP quality scanner and tool discovery for autonomous agents. Search 27,843+ indexed tools, check AEO (answer-engine-optimization) readiness scores, validate MCP server quality, find alternatives — the standard tool-validation layer before any agent calls

Readme

clarvia-mcp-server

MCP server for Clarvia — search, evaluate, and gate-check 27,843+ AI agent tools

npm version Smithery License: MIT MCP Tools


Quick Start

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

Or use the remote endpoint (no install needed):

https://clarvia-api.onrender.com/mcp/

Configure

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

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

Claude Code

claude mcp add clarvia -- npx -y clarvia-mcp-server

Cursor

Add to .cursor/mcp.json:

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

Windsurf

Add to .windsurf/mcp.json:

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

Cline

Add to VS Code settings or .cline/mcp.json:

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

Tools

Discovery & Search

| Tool | Description | |------|-------------| | search_services | Search 27,906+ indexed AI tools (MCP servers, APIs, CLIs) by keyword, category, or minimum AEO score | | list_categories | List all tool categories in the directory with service counts | | get_stats | Get platform-wide statistics — total services, average scores, distributions |

Scanning & Evaluation

| Tool | Description | |------|-------------| | scan_service | Run a full AEO audit on any URL — evaluates agent discoverability, API quality, docs, MCP readiness | | get_service_details | Get detailed scoring breakdown for a previously scanned service | | register_service | Submit a new service for indexing and AEO scoring |

Agent Safety & Gating

| Tool | Description | |------|-------------| | clarvia_gate_check | Quick pass/fail safety check — returns agent grade (NATIVE/FRIENDLY/POSSIBLE/HOSTILE) with boolean result | | clarvia_batch_check | Batch-check up to 10 URLs in one call — compare tool candidates side-by-side | | clarvia_find_alternatives | Find higher-rated alternative tools in a category, ranked by agent-readiness | | clarvia_probe | Live accessibility probe — HTTP reachability, latency, OpenAPI, MCP server-card, agents.json |

Setup Management

| Tool | Description | |------|-------------| | register_my_setup | Register your tool setup to get AEO scores and category rankings for each tool | | compare_my_setup | Compare your setup against higher-scored alternatives in each category | | recommend_upgrades | Get personalized upgrade recommendations based on your registered setup |

Feedback & Support

| Tool | Description | |------|-------------| | clarvia_submit_feedback | Report tool usage outcomes (success/failure/partial) to improve reliability data | | clarvia_report_issue | Report bugs, request features, or flag security issues | | clarvia_list_issues | List existing tickets — check status or find known issues |


Usage Examples

Search for AI tools:

Use search_services with query "code assistant" to find coding tools

Gate-check before calling a tool:

Use clarvia_gate_check with url "https://api.example.com" and min_rating "AGENT_FRIENDLY"

Scan a new service:

Use scan_service with url "https://example.com" to get a full AEO audit

Find alternatives when a tool fails:

Use clarvia_find_alternatives with category "payment" and min_score 70

Benchmark your agent's toolchain:

Use register_my_setup with tools ["dune-mcp", "notion-mcp", "telegram-bot"]
Then use compare_my_setup with the returned setup_id

Report usage outcome:

Use clarvia_submit_feedback with profile_id, outcome "success", and latency_ms

Add Your AEO Score Badge

If you're an MCP server developer, add your Clarvia AEO score to your README:

[![AEO Score](https://clarvia.art/api/badge/YOUR-TOOL-NAME)](https://clarvia.art/profile/YOUR-TOOL-NAME)

Example output: Clarvia: AEO 87/100 — shows your agent-readiness score, auto-updates when scores change.

Check your tool's score →


Development

npm install
npm run dev    # Watch mode
npm run build  # Production build
npm start      # Run server

Links

License

MIT