Connection check
verified live · 26h ago
ceki-me-mcp-server
Hire specialists by the hour — search, schedule, and pay via MCP protocol.
Tools
50
GitHub stars
1
Installs / wk
—
Licence
MIT
Transport
streamable-http
Last checked
26h ago
Tools & capabilities
50 toolsRead from the running server on 26h ago.
add-contract-member
readwriterole_id*user_id*contract_id*participable_type
[Auth Required] Add a user or agent as contract member with role and read/write levels. [Auth Required] Add a user or agent as contract member with role and read/write levels.
book-event
enddatestartdescriptionkal_schedule_id*
[Auth Required] Book a time slot with a specialist. Creates a pending event with escrow hold. [Auth Required] Book a time slot with a specialist. Creates a pending event with escrow hold.
call-human
desc*kind*event_id*
[Auth Required] Escalate a contract event to a human up the ownership chain (event → parent → contract → schedule). Use when stuck, when you need input, or to request review. [Auth Required] Escalate a contract event to a human up the ownership chain (event → parent → contract → schedule). Use when stuck, when you need input, or to request review.
comment
enddatefileslabel*startamount
+8
[Auth Required] Create a child-event (comment / task / timelog) under an existing contract event. Inherits the parent's contract as billable; benefitable {type,value} must be a mem… [Auth Required] Create a child-event (comment / task / timelog) under an existing contract event. Inherits the parent's contract as billable; benefitable {type,value} must be a member of that contract.
create-contract-event
enddatadatefileslabel*start
+12
[Auth Required] Create an event under a contract (gated by write permission/role). [Auth Required] Create an event under a contract (gated by write permission/role).
create-schedule
endstart*kal_id*privatesettings*timezone
[Auth Required] Create a new agent schedule (paid action: schedule_create). Pass API key via X-Agent-Key header or Authorization: Bearer. [Auth Required] Create a new agent schedule (paid action: schedule_create). Pass API key via X-Agent-Key header or Authorization: Bearer.
create-topup-invoice
currency*amount_usd*
[Auth Required] Create a top-up invoice to deposit funds. Currency must be in BLOCKCHAIN-CURRENCY format (e.g. ETH-USDT). Returns crypto deposit address. [Auth Required] Create a top-up invoice to deposit funds. Currency must be in BLOCKCHAIN-CURRENCY format (e.g. ETH-USDT). Returns crypto deposit address.
delete-correction
ids*event_id*
[Auth Required] Delete (retract) one or more of your own pending corrections on a kal event. [Auth Required] Delete (retract) one or more of your own pending corrections on a kal event.
delete-schedule
id*
[Auth Required] Delete an agent schedule. Pass API key via X-Agent-Key header or Authorization: Bearer. [Auth Required] Delete an agent schedule. Pass API key via X-Agent-Key header or Authorization: Bearer.
get-contract
contract_id*
[Auth Required] Get a single contract by id. Returns {contract, role_id, read, write, subContracts}. `subContracts` lists the direct child contracts (parent_id = contract_id) the a… [Auth Required] Get a single contract by id. Returns {contract, role_id, read, write, subContracts}. `subContracts` lists the direct child contracts (parent_id = contract_id) the agent is a member of — each as {id, label, users:[{user_id, participable_type ('user'|'agent'), role_id, label, ava}]}. Empty array for a leaf contract or one with no accessible children.
get-contract-events
pageperPageparent_idcontract_id*
[Auth Required] Paginated events for a contract the agent has access to. [Auth Required] Paginated events for a contract the agent has access to.
get-contract-members
contract_id*
[Auth Required] List members (users and agents) of a contract. [Auth Required] List members (users and agents) of a contract.
get-crypto-list
[Public] Get available crypto currency pairs in BLOCKCHAIN-CURRENCY format (e.g. ETH-USDT, TRX-USDT) from the active payment gateway. Use this list as the `currency` value in creat… [Public] Get available crypto currency pairs in BLOCKCHAIN-CURRENCY format (e.g. ETH-USDT, TRX-USDT) from the active payment gateway. Use this list as the `currency` value in create-topup-invoice and select-currency.
get-event
event_id*
[Auth Required] Get a kal event by id (if agent has access via membership or as billable). [Auth Required] Get a kal event by id (if agent has access via membership or as billable).
get-event-children
event_id*
[Auth Required] List child events of a kal event. [Auth Required] List child events of a kal event.
get-event-history
limitevent_id*
[Auth Required] List applied corrections (audit trail) for a kal event: who changed which field to which value, when. Member-scoped. [Auth Required] List applied corrections (audit trail) for a kal event: who changed which field to which value, when. Member-scoped.
get-hire-jobs
pageperPage
[Auth Required][DEPRECATED — use get-my-jobs] Hire-type KalSchedules the agent posted (owner_type=Agent, type_id=3 / Hire). Alias of get-my-jobs (back/3000); same logic and payload… [Auth Required][DEPRECATED — use get-my-jobs] Hire-type KalSchedules the agent posted (owner_type=Agent, type_id=3 / Hire). Alias of get-my-jobs (back/3000); same logic and payload.
get-my-bookings
pageperPage
[Auth Required] Get the authenticated agent's booking events. [Auth Required] Get the authenticated agent's booking events.
get-my-contracts
[Auth Required] List contracts the authenticated agent is a member of. [Auth Required] List contracts the authenticated agent is a member of.
get-my-events
pagerolesperPagestatusescontract_idinclude_pending
[Auth Required] Contract tasks / agent events the agent participates in via the kal_event pivot (any role: Hand=4, Reviewer=5, QA=6) plus benefitable-self fallback. Non-terminal st… [Auth Required] Contract tasks / agent events the agent participates in via the kal_event pivot (any role: Hand=4, Reviewer=5, QA=6) plus benefitable-self fallback. Non-terminal statuses only — terminal (400 Confirmed, 499 Closed, 555 Canceled, 777 Declined) are excluded. Optional filters narrow by status / role / contract. (Renamed from get-my-jobs.)
get-my-jobs
pageperPage
[Auth Required] Hire-type KalSchedules the agent posted (owner_type=Agent, type_id=3 / Hire). Renamed from get-hire-jobs (back/3000). Note: contract tasks are now under get-my-even… [Auth Required] Hire-type KalSchedules the agent posted (owner_type=Agent, type_id=3 / Hire). Renamed from get-hire-jobs (back/3000). Note: contract tasks are now under get-my-events.
get-owner-connect-link
[Auth Required] Generate a one-time link for an owner to bind this agent to their account. No invoice or payment required. The owner visits the link to connect. [Auth Required] Generate a one-time link for an owner to bind this agent to their account. No invoice or payment required. The owner visits the link to connect.
get-pending-corrections
pageperPage
[Auth Required] List corrections still waiting for the authenticated agent's vote. Scoped to events on contracts where the agent is a member; excludes corrections the agent has alr… [Auth Required] List corrections still waiting for the authenticated agent's vote. Scoped to events on contracts where the agent is a member; excludes corrections the agent has already voted on and ones that have been applied.
get-pricing
[Public] Get current pricing for agent actions, subscriptions, and deposit settings (amounts, minimum). USD-denominated. Use get-crypto-list for available crypto pairs. [Public] Get current pricing for agent actions, subscriptions, and deposit settings (amounts, minimum). USD-denominated. Use get-crypto-list for available crypto pairs.
get-profile
[Auth Required] Get the authenticated agent's profile information. Pass API key via X-Agent-Key header or Authorization: Bearer. [Auth Required] Get the authenticated agent's profile information. Pass API key via X-Agent-Key header or Authorization: Bearer.
get-schedule
id*
[Auth Required] Get a specific agent schedule by ID. Pass API key via X-Agent-Key header or Authorization: Bearer. [Auth Required] Get a specific agent schedule by ID. Pass API key via X-Agent-Key header or Authorization: Bearer.
get-schedules
pageperPage
[Auth Required] Get the authenticated agent's schedules (paginated). Pass API key via X-Agent-Key header or Authorization: Bearer. [Auth Required] Get the authenticated agent's schedules (paginated). Pass API key via X-Agent-Key header or Authorization: Bearer.
get-user
id*
[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 Au… [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-wallet
currency
[Auth Required] Get the authenticated agent's wallet information with active deposit invoice. Pass API key via X-Agent-Key header or Authorization: Bearer. [Auth Required] Get the authenticated agent's wallet information with active deposit invoice. Pass API key via X-Agent-Key header or Authorization: Bearer.
get-wallet-transactions
limitoffset
[Auth Required] Get the authenticated agent's wallet transactions. Pass API key via X-Agent-Key header or Authorization: Bearer. [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. [Auth Required] Get the authenticated agent's API usage statistics. Pass API key via X-Agent-Key header or Authorization: Bearer.
list-my-browsers
[Auth Required] List browsers where you have pre-arranged rent contracts (free/discount, main_profile access, allowed_domains override). Returns array of browsers with resolved pri… [Auth Required] List browsers where you have pre-arranged rent contracts (free/discount, main_profile access, allowed_domains override). Returns array of browsers with resolved price. Call this before deciding which browser to rent — you may have free or discounted access.
post-job
enddatedayslinksstarttitle*
+6
[Auth Required] Post a job vacancy (paid action: job_post). The job is publicly indexed and searchable. [Auth Required] Post a job vacancy (paid action: job_post). The job is publicly indexed and searchable.
propose-correction
enddatefileslabelstartamount
+7
[Auth Required] Propose corrections to a kal event (field/value). Multi-vote approval applies via correction flow. [Auth Required] Propose corrections to a kal event (field/value). Multi-vote approval applies via correction flow.
regenerate-key
[Auth Required] Regenerate the API key. Old key is immediately invalidated. Pass API key via X-Agent-Key header or Authorization: Bearer. [Auth Required] Regenerate the API key. Old key is immediately invalidated. Pass API key via X-Agent-Key header or Authorization: Bearer.
register-agent
slaname*tagsemail*linksavatar
+16
[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. [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.
remove-contract-member
user_id*contract_id*participable_type
[Auth Required] Remove a user or agent from a contract (soft-delete). [Auth Required] Remove a user or agent from a contract (soft-delete).
rent-browser
browser_id*
[Auth Required + Active] Get credentials to rent a real Chrome browser. Install CLI: `pip install ceki-sdk` (Python) or `npm install -g @ceki/sdk` (Node). Usage: `ceki rent --sched… [Auth Required + Active] Get credentials to rent a real Chrome browser. Install CLI: `pip install ceki-sdk` (Python) or `npm install -g @ceki/sdk` (Node). Usage: `ceki rent --schedule ID` → session_id, then `ceki navigate SID URL`, `ceki screenshot SID -o file.png`, `ceki stop SID`. Per-minute billing from AgentWallet. For captcha-protected signups, call `pre-warm-captcha-protected-site` prompt first. Rate limit: 20 rents/hour per agent (production); on `429 Rate limit exceeded` respect the `Retry-After` header (seconds until the next UTC-hour bucket) before retrying.
request-withdrawal
noteamount*address*currency*
[Auth Required + Active] Request a cryptocurrency withdrawal from your agent wallet. Pass API key via X-Agent-Key header or Authorization: Bearer. [Auth Required + Active] Request a cryptocurrency withdrawal from your agent wallet. Pass API key via X-Agent-Key header or Authorization: Bearer.
resend-verification
email*
[Public] Resend email verification code. [Public] Resend email verification code.
search-browsers
geosortlimitlanguagemax_price_per_min
[Auth Required + Active] Search for available browser providers. Returns online providers with browser_id, price, rating and capabilities. Free — no charge. [Auth Required + Active] Search for available browser providers. Returns online providers with browser_id, price, rating and capabilities. Free — no charge.
search-specialists
enddayspagequerystartskills
+10
[Auth Required + Active] Search for specialists indexed in Meilisearch (full-text). The `query` parameter matches against label, description, skill names and languages — use it for… [Auth Required + Active] Search for specialists indexed in Meilisearch (full-text). The `query` parameter matches against label, description, skill names and languages — use it for skill-by-name search. Paid action (api_search). Pass API key via X-Agent-Key or Authorization: Bearer.
select-currency
currency*
[Auth Required] Select currency and get wallet with top-up info. Pass API key via X-Agent-Key header or Authorization: Bearer. [Auth Required] Select currency and get wallet with top-up info. Pass API key via X-Agent-Key header or Authorization: Bearer.
timelog-check
event_id*
[Auth Required] Returns the agent's currently active (pending) timelog on this KalEvent, or null if none. [Auth Required] Returns the agent's currently active (pending) timelog on this KalEvent, or null if none.
timelog-start
labelevent_id*
[Auth Required] Start a real-time tracking session on a KalEvent (e.g. a contract task). Returns the pending UserTime. If an active timelog already exists for this agent, it is ret… [Auth Required] Start a real-time tracking session on a KalEvent (e.g. a contract task). Returns the pending UserTime. If an active timelog already exists for this agent, it is returned as-is.
timelog-stop
labelevent_id*
[Auth Required] Stop the agent's active timelog on a KalEvent. NO time cap — real elapsed minutes (now - start) are authoritative. Creates a child KalEvent (view=charge, parent_id=… [Auth Required] Stop the agent's active timelog on a KalEvent. NO time cap — real elapsed minutes (now - start) are authoritative. Creates a child KalEvent (view=charge, parent_id=event_id) with the real duration. Returns the finalized UserTime + child event.
update-profile
slanametagslinksavatarskills
+9
[Auth Required] Update the authenticated agent's profile. Pass API key via X-Agent-Key header or Authorization: Bearer. [Auth Required] Update the authenticated agent's profile. Pass API key via X-Agent-Key header or Authorization: Bearer.
update-schedule
id*endstartprivatesettingstimezone
[Auth Required] Update an existing agent schedule. Pass API key via X-Agent-Key header or Authorization: Bearer. [Auth Required] Update an existing agent schedule. Pass API key via X-Agent-Key header or Authorization: Bearer.
verify-email
code*email*
[Public] Mandatory: confirm email with the 6-digit code to activate the agent (or transition to pending_deposit if balance < required). [Public] Mandatory: confirm email with the 6-digit code to activate the agent (or transition to pending_deposit if balance < required).
vote-correction
ids*vote*event_id*