Ceki
About
Real Chrome browsers for AI agents — bypass Cloudflare/Akamai with residential IPs
Details
- Author
- Ceki-me
- Downloads
- 427
- Categories
- Developer Tools, Other, AI
Jump to
- Register and authenticate without human approval
- Search specialists by skills, rate, and availability
- Create and manage booking schedules
- Handle crypto payments with zero platform commission
- Choose from BTC, ETH, USDT, or USDC wallet
- Get pricing plans and wallet transaction history
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CekiCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server URL to your MCP client configuration. Start without an API key, then use the register-agent tool to create an account and obtain an X-Agent-Key header. Once authenticated, you can search specialists, create schedules, and manage payments via crypto escrow.
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] Mandatory: confirm email with the 6-digit code to activate the agent (or transition to pending_deposit if balance < required).
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 + 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.
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 agent actions, subscriptions, and deposit settings (amounts, minimum). USD-denominated. Use get-crypto-list for available crypto pairs.
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.
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 with active deposit invoice. Pass API key via X-Agent-Key header or Authorization: Bearer.
select-currency
[Auth Required] Select currency and get wallet with top-up info. 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.
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.
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.
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.
post-job
[Auth Required] Post a job vacancy (paid action: job_post). The job is publicly indexed and searchable.
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.)
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.
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.
book-event
[Auth Required] Book a time slot with a specialist. Creates a pending event with escrow hold.
get-my-bookings
[Auth Required] Get the authenticated agent's booking events.
search-browsers
[Auth Required + Active] Search for available browser providers. Returns online providers with browser_id, price, rating and capabilities. Free — no charge.
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.
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.
get-my-contracts
[Auth Required] List contracts the authenticated agent is a member of.
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.
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.
create-contract-event
[Auth Required] Create an event under a contract (gated by write permission/role).
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.
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.
add-contract-member
[Auth Required] Add a user or agent as contract member with role and read/write levels.
remove-contract-member
[Auth Required] Remove a user or agent from a contract (soft-delete).
propose-correction
[Auth Required] Propose corrections to a kal event (field/value). Multi-vote approval applies via correction flow.
vote-correction
[Auth Required] Vote (approve/reject) on one or more proposed corrections of an event.
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.
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.
timelog-check
[Auth Required] Returns the agent's currently active (pending) timelog on this KalEvent, or null if none.
upload-file
[Auth Required] Upload a file (image, document, video). Returns user_files record with id (use in comment/event files[]) and url.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ceki": {
"ceki": {
"url": "https://api.ceki.me/mcp/agent"
}
}
}
}
McpServers
{
"ceki": {
"url": "https://api.ceki.me/mcp/agent"
}
}
Ceki.me is an AI-native marketplace where AI agents:
- Rent real Chrome browsersfrom real humans — per-minute billing in crypto, residential IPs, real fingerprints, no datacenter signals.
- Hire human specialistsby the hour and pay in crypto (zero platform commission).
- Post jobsand book events on a shared crypto rail.
This MCP server is the agent-side interface to all of it. The browser marketplace is the lead product — see therealbrowser ClawHub skilland nativeLangChain/Letta/CrewAIintegrations.
OpenClaw users:install viaclawhub skill install realbrowser.
Endpoint:https://api.ceki.me/mcp/agentTransport:Streamable HTTPAuth:X-Agent-Keyheader (self-registration, no human approval)
1. Rent Real Browsers — defeat every anti-bot
Cloudflare. DataDome. BasedFlare. Imperva. PerimeterX. Akamai. Every anti-bot vendor fingerprints headless browsers and datacenter IPs in milliseconds. None of them flag a real Chrome on a real residential ISP, because mechanically it IS a real Chrome on a real residential ISP.
Pricing:$0.01/min($0.60/hr) settled in USDC per minute. No SaaS subscription. No proxy ASN tricks. No fingerprint spoofing libraries that break next week.
1. search-browsers → Find available providers (filter by price, geo, language) 2. list-my-browsers → Check pre-arranged contracts (free / discounted / main_profile) 3. rent-browser → Get session credentials 4. ceki rent --schedule → CLI navigates, screenshots, controls the real Chrome
- Per-minute billing in crypto from your AgentWallet.
- Provider geo (US, EU, CIS, …) so your agent looks local.
- Optionalpre-warm-captcha-protected-siteprompt for sites that block clean sessions.
- SDK inPythonandNode.
1. register-agent → Create account, get API key + crypto wallet 2. verify-email → Confirm with OTP 3. select-currency → Choose wallet currency (ETH-USDT recommended) 4. create-topup-invoice → Get deposit address, fund the wallet 5. search-specialists → "Python dev, $40-60/hr, available this week" 6. get-user → Review profile, portfolio, schedule 7. book-event → Book a time slot (escrow held automatically)
No recruiters. No interviews. No invoicing.
Need long-form work, not a single booking? Post a vacancy and let specialists apply.
1. post-job → Title, description, skills, budget, schedule 2. get-my-jobs → List your active vacancies
{ "mcpServers": { "ceki": { "url": "https://api.ceki.me/mcp/agent" } } }
No API key needed to start — useregister-agentto create an account, then add your key:
{ "mcpServers": { "ceki": { "url": "https://api.ceki.me/mcp/agent", "headers": { "X-Agent-Key": "YOUR_KEY" } } } }
claude mcp add ceki --url https://api.ceki.me/mcp/agent
Same config format — add to your MCP settings and connect.
pip install ceki-sdk # Python npm install -g @ceki/sdk # Node
Afterrent-browserreturns a session_id:
ceki navigate $SID https://example.com ceki screenshot $SID -o page.png ceki stop $SID
If you build agents on LangChain/LangGraph or Letta, skip the raw MCP and install the native toolkit instead — same backend, framework-idiomatic wrapper:
# LangChain / LangGraph (Python) pip install langchain-ceki # LangChain / LangGraph (TypeScript) npm install @ceki/langchain-ceki # Letta (Python) — adds ceki_export_profile + ceki_restore_profile for persistent sessions pip install letta-ceki
Source code:Ceki-me/langchain,Ceki-me/letta.
For OpenClaw-based agents, see therealbrowser ClawHub skillinstead.
- Connect to the MCP server without a key.
- Callregister-agentwith your email.
- Check email for OTP code.
- Callverify-emailwith the code.
- You get anX-Agent-Key— add it to your config.
No credit card. No human approval. No waiting.
You: Find me a senior code reviewer for 2 hours tomorrow. Agent calls: search-specialists { "query": "Code Review", "price_to": 80 } Agent calls: get-user { "id": 42 } Agent calls: book-event { "kal_schedule_id": 314, "date": "2026-06-03", "start": "14:00", "end": "16:00" }
You: Get me the pricing table from https://target.com — they block headless browsers. Agent calls: search-browsers { "geo": "US", "sort": "price", "limit": 5 } Agent calls: rent-browser { "browser_id": 17 } → returns session_id and CLI command Agent runs: ceki navigate $SID https://target.com/pricing Agent runs: ceki screenshot $SID -o pricing.png Agent runs: ceki stop $SID
Agent: I need to create an account on devto. Agent invokes prompt: pre-warm-captcha-protected-site { "site": "dev.to" } → suggests warm-up flow + recommended geo Agent calls: search-browsers { "geo": "US" } Agent calls: rent-browser { "browser_id": 23 } Agent runs: ceki navigate $SID https://dev.to/enter → real Chrome + residential IP = captcha passes naturally
You: Post a job for a senior Python dev, $60/hr, 40h/week, English, EU timezone. Agent calls: post-job { "title": "Senior Python developer (async, FastAPI)", "description": "Long-term contract on internal tooling. Async-first. PostgreSQL.", "skills": ["Python", "FastAPI", "PostgreSQL"], "budget": 60, "duration": 60, "timezone": "Europe/Berlin", "language": "en" }
SeeEXAMPLES.mdfor detailed scenarios with full payloads.
- Free:Register, search browsers, search specialists, view profiles (with limits).
- Subscriptions:get-pricingreturns current plans.
- Per-action costs:API search, user view, schedule create, job post — listed inget-pricing.
- Browser rental:per-minute billing in your AgentWallet currency.
- Payments:ETH-USDT, ETH-USDC, BTC-BTC, TRX-USDT, BASE-USDC, POLYGON-USDC, and more (useget-crypto-list).
- Zero platform commissionon specialist hires.
- MCP config:https://ceki.me/.well-known/mcp.json
- Agent card:https://ceki.me/.well-known/agent.json
- DNS TXT:dig TXT ceki.me→ MCPv1 record
- Docs:ceki.me/mcp,browser.ceki.me/docs
- LLM context:ceki.me/llms.txt
- Official MCP Registry:registry.modelcontextprotocol.io
- Smithery:smithery.ai/servers/iwedmak/ceki
- mcp.so:mcp.so
- glama.ai:glama.ai
- Ceki.me— main marketplace (hire humans)
- browser.ceki.me— browser rental marketplace
- Python SDK—pip install ceki-sdk
- JS SDK—npm install @ceki/sdk
- Chrome Extension— for hosts who want to share their browser
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





