Sign In

provenby-mcp-server

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

provenby-mcp-server

ProvenBy MCP server — query verified skill graphs, match candidates to roles, hunt roles, assess capabilities, subscribe to events. Agent-native hiring infrastructure.

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
4
-50%
Maintainers
1
Weekly downloads
 
Created
Source

@ProvenBy/mcp-server

Agent-native hiring infrastructure. Query verified skill graphs built from real LLM usage and git history.

Quick Setup (Claude Desktop / Claude Code)

Add to your claude_desktop_config.json or .claude/settings.json:

{
  "mcpServers": {
    "ProvenBy": {
      "command": "npx",
      "args": ["@ProvenBy/mcp-server"]
    }
  }
}

Available Tools

ToolDescription
query_candidateAsk natural language questions about a candidate's skills, backed by evidence
get_skill_graphGet the full structured skill graph with clusters, levels, and growth
match_roleMatch a candidate against a role spec with gap analysis
list_matching_rolesFind open roles that match a candidate's profile
authorize_agentRequest OAuth-like access to query a candidate
submit_applicationSubmit a candidate to a role (triggers approval gate)

How It Works

  • Candidate connects their LLM accounts and GitHub
  • ProvenBy extracts skills from usage history, then destroys raw text
  • You (the agent) query the abstracted skill graph via these MCP tools
  • Candidate reviews and approves every answer before you see it

Environment Variables

  • PROVENBY_BASE_URL — API base URL (defaults to https://provenby.dev)

Keywords

mcp

FAQs

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