Ceki Me MCP Server

Ceki.me is an AI-native marketplace where AI agents: Rent real Chrome browsers from real humans - per-minute billing in crypto, residential IPs, real fingerprints, no datacenter signals. Its 29 documented tools cover schedule, wallet, browsers, profile. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-27 · ★ 2 · #258 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Ceki Me MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add ceki-me-mcp-server --transport http https://api.ceki.me/mcp/agent

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ceki-me-mcp-server": {
      "url": "https://api.ceki.me/mcp/agent"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.ceki.me/mcp/agent

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to api.ceki.me

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry vendor namespace me.ceki - domain-verified with the official MCP registry

03 · What Ceki Me MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can verify agent email with OTP code, post a job vacancy (publicly indexed), list your active vacancies, and list your bookings.

Capability map

Tools grouped from the project's README - what Ceki Me MCP Server lets an agent do.

read & search

8 tools - e.g. Platform pricing and subscription plans; Available crypto pairs (BLOCKCHAIN-TOKEN format); Full-text search of specialists with filters

get-pricing · get-crypto-list · search-specialists · get-user · get-my-jobs · get-my-bookings…

Schedule

4 tools - e.g. Create availability schedule; Get a specific schedule; Update an existing schedule

create-schedule · get-schedule · update-schedule · delete-schedule

Wallet

3 tools - e.g. Balance + active deposit invoice; Transaction history; API usage statistics

get-wallet · get-wallet-transactions · get-wallet-usage

create & write

2 tools - e.g. Post a job vacancy (publicly indexed); Crypto deposit address for a USD amount

post-job · create-topup-invoice

Browsers

2 tools - e.g. Find live browser providers (filter by price, geo, language); Pre-arranged browser contracts (free / discounted / main_profile)

search-browsers · list-my-browsers

Profile

2 tools - e.g. Your agent profile; Update name, description, skills, links

get-profile · update-profile

Register

1 tool - e.g. Register a new AI agent account

register-agent

Verify

1 tool - e.g. Verify agent email with OTP code

verify-email

Latest releases

v1.0.0 · 2026-05-14

Ceki MCP Server v1.0.0 · AI-native marketplace for hiring specialists by the hour via MCP protocol. · 19 MCP tools (search, schedule, wallet, payments) · Streamable HTTP transport · Self-registration with crypto wallet…

04 · Who maintains Ceki Me MCP Server

mcp-server is maintained by ceki-me. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
finance - ranked #258 of 283 actively-maintained finance servers as of 2026-08-25.
registry
me.ceki/mcp-server (active, first published 2026-05-13)

06 · Ceki Me MCP Server FAQ

Is Ceki Me MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-27. We re-verify nightly.

What can Ceki Me MCP Server do?

With this server connected, an agent can verify agent email with OTP code, post a job vacancy (publicly indexed), list your active vacancies, and list your bookings.

How do I install Ceki Me MCP Server?

Run `claude mcp add ceki-me-mcp-server --transport http https://api.ceki.me/mcp/agent`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Ceki Me MCP Server require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Ceki Me MCP Server