🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

clarvia-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clarvia-mcp-server

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

latest
Source
npmnpm
Version
1.2.12
Version published
Maintainers
1
Created
Source

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

ToolDescription
search_servicesSearch 27,906+ indexed AI tools (MCP servers, APIs, CLIs) by keyword, category, or minimum AEO score
list_categoriesList all tool categories in the directory with service counts
get_statsGet platform-wide statistics — total services, average scores, distributions

Scanning & Evaluation

ToolDescription
scan_serviceRun a full AEO audit on any URL — evaluates agent discoverability, API quality, docs, MCP readiness
get_service_detailsGet detailed scoring breakdown for a previously scanned service
register_serviceSubmit a new service for indexing and AEO scoring

Agent Safety & Gating

ToolDescription
clarvia_gate_checkQuick pass/fail safety check — returns agent grade (NATIVE/FRIENDLY/POSSIBLE/HOSTILE) with boolean result
clarvia_batch_checkBatch-check up to 10 URLs in one call — compare tool candidates side-by-side
clarvia_find_alternativesFind higher-rated alternative tools in a category, ranked by agent-readiness
clarvia_probeLive accessibility probe — HTTP reachability, latency, OpenAPI, MCP server-card, agents.json

Setup Management

ToolDescription
register_my_setupRegister your tool setup to get AEO scores and category rankings for each tool
compare_my_setupCompare your setup against higher-scored alternatives in each category
recommend_upgradesGet personalized upgrade recommendations based on your registered setup

Feedback & Support

ToolDescription
clarvia_submit_feedbackReport tool usage outcomes (success/failure/partial) to improve reliability data
clarvia_report_issueReport bugs, request features, or flag security issues
clarvia_list_issuesList 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

License

MIT

Keywords

aeo

FAQs

Package last updated on 01 Apr 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