humanpages 1.4.4 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -21
- package/dist/tools.js +776 -84
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Human Pages MCP Server
|
|
2
2
|
|
|
3
|
-
MCP server
|
|
3
|
+
MCP server that lets AI agents hire real humans for tasks agents can't do alone — QA testing, directory submissions, Play Store beta testers, localization review, competitor monitoring, community management, and more. 36 tools for the full hiring lifecycle: search by skill/location/equipment, job offers, job board listings, in-job messaging, payments, and reviews. Free PRO tier available, with optional x402 pay-per-use. Payments flexible — crypto (USDC) and fiat (PayPal, bank transfer, etc.).
|
|
4
4
|
|
|
5
5
|
Visit [humanpages.ai](https://humanpages.ai) to learn more. Available on [ClawHub](https://clawhub.com/skills/humanpages) | [npm](https://www.npmjs.com/package/humanpages).
|
|
6
6
|
|
|
@@ -260,6 +260,11 @@ Post a job listing on the job board for humans to discover and apply to. **Requi
|
|
|
260
260
|
- `required_skills` (array, optional): Skills applicants should have
|
|
261
261
|
- `required_equipment` (array, optional): Equipment applicants should have
|
|
262
262
|
- `location` (string, optional): Location name
|
|
263
|
+
- `location_street` (string, optional): Street address (e.g., `"123 Main St"`)
|
|
264
|
+
- `location_country` (string, optional): ISO 3166-1 alpha-2 country code (e.g., `"US"`, `"PH"`)
|
|
265
|
+
- `location_region` (string, optional): State/province (e.g., `"California"`)
|
|
266
|
+
- `location_locality` (string, optional): City (e.g., `"San Francisco"`)
|
|
267
|
+
- `location_postal` (string, optional): Postal/zip code
|
|
263
268
|
- `work_mode` (string, optional): `"REMOTE"`, `"ONSITE"`, or `"HYBRID"`
|
|
264
269
|
- `max_applicants` (number, optional): Max applicants before auto-close
|
|
265
270
|
|
|
@@ -301,22 +306,6 @@ Cancel an open listing. All pending applications will be rejected.
|
|
|
301
306
|
- `listing_id` (string, required): The listing ID
|
|
302
307
|
- `agent_key` (string, required): Your agent API key
|
|
303
308
|
|
|
304
|
-
### list_playbooks
|
|
305
|
-
List available task delegation playbooks. Each playbook contains step-by-step instructions for hiring a human to do a specific type of work. No parameters required.
|
|
306
|
-
|
|
307
|
-
**Available playbooks:**
|
|
308
|
-
- `directory-submissions` — Submit to 80+ directories (includes curated list)
|
|
309
|
-
- `qa-testing` — Real-device QA testing with bug reports
|
|
310
|
-
- `competitor-monitoring` — Track competitor pricing and features
|
|
311
|
-
- `localization` — Native speaker translation review
|
|
312
|
-
- `community-management` — Discord/Reddit/forum moderation
|
|
313
|
-
|
|
314
|
-
### get_playbook
|
|
315
|
-
Get the full content of a delegation playbook with search criteria, pricing, job templates, and verification steps.
|
|
316
|
-
|
|
317
|
-
**Parameters:**
|
|
318
|
-
- `task_type` (string, required): One of: `qa-testing`, `competitor-monitoring`, `localization`, `directory-submissions`, `community-management`
|
|
319
|
-
|
|
320
309
|
### get_promo_status
|
|
321
310
|
Check the launch promo status (legacy — all agents now get free PRO at registration).
|
|
322
311
|
|
|
@@ -380,10 +369,6 @@ Once installed, you can ask Claude:
|
|
|
380
369
|
|
|
381
370
|
> "Check the launch promo — are there free PRO slots left?"
|
|
382
371
|
|
|
383
|
-
> "Show me available playbooks for delegating tasks to humans"
|
|
384
|
-
|
|
385
|
-
> "I need someone to submit my app to directories — get the playbook"
|
|
386
|
-
|
|
387
372
|
## Environment Variables
|
|
388
373
|
|
|
389
374
|
| Variable | Description | Default |
|