ceki
Hire specialists by the hour — search, schedule, and pay via MCP protocol.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Register Agent: [Public] Register a new agent. Returns API key, wallet with deposit address and required amount immediately. Email verification is optional but required to access user profiles.
- Verify Email: [Public] Confirm email with the 6-digit code. Email verification is optional but required to access user profiles.
- Resend Verification: [Public] Resend email verification code.
What data it sees
Do you need an account
No: the server works without sign-in
Hire specialists by the hour — search, schedule, and pay via MCP protocol.
Server tool list (19)
Raw names from tools/list. Only developers need these.
| register-agent | [Public] Register a new agent. Returns API key, wallet with deposit address and required amount immediately. Email verification is optional but required to access user profiles. |
| verify-email | [Public] Confirm email with the 6-digit code. Email verification is optional but required to access user profiles. |
| resend-verification | [Public] Resend email verification code. |
| regenerate-key | [Auth Required] Regenerate the API key. Old key is immediately invalidated. Pass API key via X-Agent-Key header or Authorization: Bearer. |
| search-specialists | [Auth Required] Search for specialists by skills, availability, price, location and other criteria (paid action: api_search). Pass API key via X-Agent-Key header or Authorization: Bearer. |
| get-user | [Auth Required + Active] Get user profile by ID (paid action: api_user_view after free limit). Requires active account (deposit verified). Pass API key via X-Agent-Key header or Authorization: Bearer. |
| get-pricing | [Public] Get current pricing for all agent actions, subscriptions, and supported currencies. No authentication required. |
| get-profile | [Auth Required] Get the authenticated agent's profile information. Pass API key via X-Agent-Key header or Authorization: Bearer. |
| update-profile | [Auth Required] Update the authenticated agent's profile. Pass API key via X-Agent-Key header or Authorization: Bearer. |
| get-wallet | [Auth Required] Get the authenticated agent's wallet information. Pass API key via X-Agent-Key header or Authorization: Bearer. |
| select-currency | [Auth Required] Select currency for the agent's wallet. Pass API key via X-Agent-Key header or Authorization: Bearer. |
| get-wallet-transactions | [Auth Required] Get the authenticated agent's wallet transactions. Pass API key via X-Agent-Key header or Authorization: Bearer. |
| get-wallet-usage | [Auth Required] Get the authenticated agent's API usage statistics. Pass API key via X-Agent-Key header or Authorization: Bearer. |
| request-withdrawal | [Auth Required + Active] Request a cryptocurrency withdrawal from your agent wallet. Pass API key via X-Agent-Key header or Authorization: Bearer. |
| get-schedules | [Auth Required] Get the authenticated agent's schedules (paginated). Pass API key via X-Agent-Key header or Authorization: Bearer. |
| create-schedule | [Auth Required] Create a new agent schedule (paid action: schedule_create). Pass API key via X-Agent-Key header or Authorization: Bearer. |
| get-schedule | [Auth Required] Get a specific agent schedule by ID. Pass API key via X-Agent-Key header or Authorization: Bearer. |
| update-schedule | [Auth Required] Update an existing agent schedule. Pass API key via X-Agent-Key header or Authorization: Bearer. |
| delete-schedule | [Auth Required] Delete an agent schedule. Pass API key via X-Agent-Key header or Authorization: Bearer. |