streamable-httpMITupdated 16d ago
Pay-per-call recruiting expertise for AI agents and developers: POST a role description, get back production-grade boolean/x-ray search strings the way a 20-year recruiter actually writes them.
sourcers desk で何ができる?
Sourcer's Desk API — documentation
Pay-per-call recruiting expertise for AI agents and developers: POST a role description, get back production-grade boolean/x-ray search strings the way a 20-year recruiter actually writes them.
Live endpoint: POST https://sourcerdesk.com/api/v1/boolean
- What you get: expanded title variants (OR'd, capped where noise starts), practitioner "shibboleth" skill terms, LinkedIn x-ray strings with exact-phrase locations, open-web resume strings with area-code location groups, iteration advice.
- Pricing: 3 free calls/day/IP, then ~$0.02 per call via x402 on three rails — 0.05 XNO (feeless Nano), or $0.025 USDC on Base or Polygon.
- Quality: blind A/B-evaluated against a bare same-model LLM before launch — the playbook engine was preferred 10/10. Methodology and caveats: EVAL.md.
- For recruiters using Claude or ChatGPT: add it as an MCP connector in about 30 seconds, no wallet needed — MCP.md.
| Doc | Contents |
|---|---|
| API.md | Request/response schema, the 402 payment flow, curl and client examples |
| MCP.md | The MCP connector for Claude, ChatGPT, and Claude Code |
| EVAL.md | How the blind evaluation was run, the result, and its honest limits |
| examples/ | Real request, 402 quote, and response JSON |
What this repo is (and is not)
This is the public documentation. The playbook itself — the encoded judgment the API sells — is private and is not in this repository or any public one. The engine's outputs are yours to use freely; the rules that produce them are the product.
Links
- Product site: https://sourcerdesk.com
- Machine docs: https://sourcerdesk.com/api · https://sourcerdesk.com/llms.txt
- MCP registry:
com.sourcerdesk/sourcers-desk - Nano x402 client: https://github.com/Feeless402/feeless402
- Contact: support@sourcerdesk.com
インストール
sourcers desk をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http sourcers-desk https://sourcerdesk.com/mcpcodex mcp add sourcers-desk --url https://sourcerdesk.com/mcp{
"mcpServers": {
"sourcers-desk": {
"url": "https://sourcerdesk.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"sourcers-desk": {
"type": "http",
"url": "https://sourcerdesk.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"sourcers-desk": {
"url": "https://sourcerdesk.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"sourcers-desk": {
"serverUrl": "https://sourcerdesk.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント7/25
- メンテナンス19/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 8 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.1最新 | 2026年8月23日 |
| 1.0.0 | 2026年8月23日 |