Catalog
io.github.agraciag/patxin
OfficialRequest qualified humans for real-time cognitive micro-tasks on demand.
Request qualified humans to perform real-time cognitive micro-tasks on demand.
README not available yet.
Install
Configuration
Environment variables
PATXIN_API_KEYrequiredsecretYour patxin.com API key (starts with pk_live_ or pk_test_)
claude_desktop_config.json
{
"mcpServers": {
"patxin": {
"command": "npx",
"args": [
"-y",
"@patxin/mcp-server@0.1.1"
],
"env": {
"PATXIN_API_KEY": "<YOUR_PATXIN_API_KEY>"
}
}
}
}