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

@patxin/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

@patxin/mcp-server

MCP server for patxin.com — patch in a human for real-time cognitive micro-tasks

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@patxin/mcp-server

MCP server for patxin.com — patch in a human for real-time cognitive micro-tasks.

When your AI agent needs human judgment — legal review, creative feedback, ethical decisions, domain expertise — it calls patxin and gets a matched human in under 60 seconds.

Setup

Claude Desktop / Claude Code

claude mcp add patxin -- npx @patxin/mcp-server

Cursor / other MCP clients

Add to your MCP configuration:

{
  "mcpServers": {
    "patxin": {
      "command": "npx",
      "args": ["@patxin/mcp-server"],
      "env": {
        "PATXIN_API_KEY": "pk_live_your_key_here"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
PATXIN_API_KEYYesYour patxin API key (pk_live_* or pk_test_*)
PATXIN_API_URLNoCustom API base URL (default: https://api.patxin.com)

Test keys (pk_test_*) return simulated responses without real patxers or credit spend.

Tools

ToolDescription
patxin_check_limitsCheck remaining credits and request limits
patxin_check_policyCheck information policy and allowed skills
patxin_estimateGet price estimate before committing
patxin_requestRequest a human (blocks until completion)
patxin_statusCheck status of an existing request
patxin_rateRate a completed interaction

Example

Once connected, your agent can use natural language:

"I need a Spanish lawyer to review this NDA clause for compliance with GDPR Article 28."

The agent will call patxin_estimate to check pricing, then patxin_request to get a qualified human review.

Real-time

The server uses WebSocket connections for instant task completion notifications, with automatic fallback to HTTP polling if WebSocket is unavailable.

License

MIT

Keywords

mcp

FAQs

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