Activate an accepted directory listing — one-time x402 listing fee, then your en
Activate an accepted directory listing — one-time x402 listing fee, then your endpoint is live in the curated DE/EU marketplace
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$3.00listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agent.connskill.com/v1/directory-activate
| Category | Everything else |
|---|---|
| Provider host | agent.connskill.com |
| Networks | base |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"description": "Activate an accepted directory listing \u2014 one-time x402 listing fee, then your endpoint is live in the curated DE/EU marketplace",
"example": {
"id": "m1abc2def3gh"
},
"inputSchema": {
"properties": {
"id": {
"description": "Submission id returned by /v1/directory-submit; must be in status \"accepted\" (human review passed) \u2014 check GET /v1/directory-status?id=\u2026",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"properties": {
"body": {
"properties": {
"id": {
"description": "Submission id returned by /v1/directory-submit; must be in status \"accepted\" (human review passed) \u2014 check GET /v1/directory-status?id=\u2026",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}
}
},
"output": {
"properties": {
"example": {
"id": "m1abc2def3gh",
"liveAt": "https://agent.connskill.com/directory",
"status": "activated"
}
}
}
}
}