humanpages 1.2.0 → 1.2.1

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 CHANGED
@@ -68,7 +68,7 @@ register_agent → get_payment_activation → send payment → verify_payment_ac
68
68
  | Tier | Rate Limit | How to Activate |
69
69
  |------|-----------|-----------------|
70
70
  | BASIC | 1 job offer/2 days, 1 profile view/day | Post activation code on social media (free) |
71
- | PRO | 15 jobs/day, 50 profile views/day | On-chain payment ($10 USDC, 60 days) |
71
+ | PRO | 15 jobs/day, 50 profile views/day | On-chain payment ($5 USDC, 60 days) |
72
72
 
73
73
  ### Launch Promo — Free PRO for First 100 Agents
74
74
 
@@ -234,7 +234,7 @@ Check the humanity verification status for a specific human.
234
234
  - `human_id` (string, required): The human's ID
235
235
 
236
236
  ### create_listing
237
- Post a job listing on the job board for humans to discover and apply to. **Requires an ACTIVE agent or x402 payment ($0.10).** Rate limits: BASIC = 1 listing/week, PRO = 5/day.
237
+ Post a job listing on the job board for humans to discover and apply to. **Requires an ACTIVE agent or x402 payment ($0.50).** Rate limits: BASIC = 1 listing/week, PRO = 5/day.
238
238
 
239
239
  **Parameters:**
240
240
  - `agent_key` (string, required): Your agent API key
package/dist/index.js CHANGED
@@ -553,7 +553,7 @@ server.setRequestHandler(ListToolsRequestSchema, async () => ({
553
553
  },
554
554
  {
555
555
  name: 'create_listing',
556
- description: 'Post a job listing on the Human Pages job board for humans to discover and apply to. Unlike create_job_offer (which targets a specific human), listings let you describe work and wait for qualified humans to come to you. Requires an ACTIVE agent or x402 payment ($0.10 USDC). RATE LIMITS: BASIC = 1 listing/week, PRO = 5 listings/day. x402 bypasses limits.',
556
+ description: 'Post a job listing on the Human Pages job board for humans to discover and apply to. Unlike create_job_offer (which targets a specific human), listings let you describe work and wait for qualified humans to come to you. Requires an ACTIVE agent or x402 payment ($0.50 USDC). RATE LIMITS: BASIC = 1 listing/week, PRO = 5 listings/day. x402 bypasses limits.',
557
557
  inputSchema: {
558
558
  type: 'object',
559
559
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "humanpages",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "MCP Server for AI agents to discover and hire humans for real-world tasks via humanpages.ai",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",