mcpbeat

Ceki MCP Server

me.ceki/mcp-server
answering

Ceki is answering right now. Last checked 11 min ago. It exposes 50 tools. Last commit 27 Jul 2026.

Hire specialists by the hour — search, schedule, and pay via MCP protocol.

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
50
Tools
read from the server
148 ms
Response time
average over 24h
1
Stars
last commit 27 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add mcp-server --transport http https://api.ceki.me/mcp/agent
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://api.ceki.me/mcp/agent"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://api.ceki.me/mcp/agent"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://api.ceki.me/mcp/agent"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://api.ceki.me/mcp/agent"
    }
  }
}

Available tools 50

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

contract
add-contract-member
[Auth Required] Add a user or agent as contract member with role and read/write levels.
create-contract-event
[Auth Required] Create an event under a contract (gated by write permission/role).
get-contract
[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
[Auth Required] Paginated events for a contract the agent has access to.
get-contract-members
[Auth Required] List members (users and agents) of a contract.
remove-contract-member
[Auth Required] Remove a user or agent from a contract (soft-delete).
schedule
create-schedule
[Auth Required] Create a new agent schedule (paid action: schedule_create). 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.
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.
event
get-event
[Auth Required] Get a kal event by id (if agent has access via membership or as billable).
get-event-children
[Auth Required] List child events of a kal event.
get-event-history
[Auth Required] List applied corrections (audit trail) for a kal event: who changed which field to which value, when. Member-scoped.
timelog
timelog-check
[Auth Required] Returns the agent's currently active (pending) timelog on this KalEvent, or null if none.
timelog-start
[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
[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.
wallet
get-wallet
[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
[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.
browsers
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 price. Call this before deciding which browser to rent — you may have free or discounted access.
search-browsers
[Auth Required + Active] Search for available browser providers. Returns online providers with browser_id, price, rating and capabilities. Free — no charge.
profile
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.
book
book-event
[Auth Required] Book a time slot with a specialist. Creates a pending event with escrow hold.
bookings
get-my-bookings
[Auth Required] Get the authenticated agent's booking events.
call
call-human
[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
comment
[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.
contracts
get-my-contracts
[Auth Required] List contracts the authenticated agent is a member of.
crypto
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 create-topup-invoice and select-currency.
events
get-my-events
[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.)
hire
get-hire-jobs
[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.
jobs
get-my-jobs
[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.
owner
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.
pending
get-pending-corrections
[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.
post
post-job
[Auth Required] Post a job vacancy (paid action: job_post). The job is publicly indexed and searchable.
pricing
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.
propose
propose-correction
[Auth Required] Propose corrections to a kal event (field/value). Multi-vote approval applies via correction flow.
regenerate
regenerate-key
[Auth Required] Regenerate the API key. Old key is immediately invalidated. Pass API key via X-Agent-Key header or Authorization: Bearer.
register
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.
rent
rent-browser
[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
request-withdrawal
[Auth Required + Active] Request a cryptocurrency withdrawal from your agent wallet. Pass API key via X-Agent-Key header or Authorization: Bearer.
resend
resend-verification
[Public] Resend email verification code.
schedules
get-schedules
[Auth Required] Get the authenticated agent's schedules (paginated). Pass API key via X-Agent-Key header or Authorization: Bearer.
select
select-currency
[Auth Required] Select currency and get wallet with top-up info. Pass API key via X-Agent-Key header or Authorization: Bearer.
specialists
search-specialists
[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.
topup
create-topup-invoice
[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.
upload
upload-file
[Auth Required] Upload a file (image, document, video). Returns user_files record with id (use in comment/event files[]) and url.
user
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.
verify
verify-email
[Public] Mandatory: confirm email with the 6-digit code to activate the agent (or transition to pending_deposit if balance < required).
vote
vote-correction
[Auth Required] Vote (approve/reject) on one or more proposed corrections of an event.

Endpoints

URLTransportStateLatencyChecked
https://api.ceki.me/mcp/agent streamable-http answering 183 ms 11 min ago

Ceki — questions

Answers built from our own checks of this server.

What can Ceki do?
It exposes 50 tools, read directly from the server on our last check. Among them: add-contract-member, book-event, call-human, comment, create-contract-event, create-schedule and 44 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Ceki mostly used for?
Its tools cluster around contract, schedule and event. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Ceki working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 148 ms. The bar chart above shows every period we have measured.
How do I connect Ceki?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Ceki need an API key?
No. Ceki completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 50 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Ceki?
It answers our handshake in 148 ms on average, which is faster than 74% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Ceki open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.