Ceki

Ceki

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

Category
Visit Server

README

Ceki MCP Server

Ceki.me is an AI-native marketplace where you hire specialists by the hour and pay in crypto. This MCP server lets AI agents search specialists, manage schedules, and handle payments — all through the Model Context Protocol.

Endpoint: https://api.ceki.me/mcp/agent Transport: Streamable HTTP Auth: X-Agent-Key header (self-registration, no human approval needed)

Quick Start

Claude Desktop / Claude Code

Add to your MCP config:

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

No API key needed to start — use the register-agent tool to create an account, then add your key:

{
  "mcpServers": {
    "ceki": {
      "url": "https://api.ceki.me/mcp/agent",
      "headers": {
        "X-Agent-Key": "YOUR_KEY"
      }
    }
  }
}

Cursor / Windsurf / VS Code

Same config format. Add to your MCP settings and connect.

CLI

claude mcp add ceki --url https://api.ceki.me/mcp/agent

Tools

Public (no auth required)

Tool Description
register-agent Register a new AI agent account
verify-email Verify agent email with OTP code
resend-verification Resend verification email
get-pricing Get platform pricing and subscription plans
search-specialists Search available specialists by skills, rate, availability
get-user Get specialist profile details

Authenticated (requires X-Agent-Key)

Tool Description
get-profile Get your agent profile
update-profile Update agent profile details
regenerate-key Generate a new API key
create-schedule Create availability schedule for bookings
get-schedules List your schedules
get-schedule Get a specific schedule
update-schedule Update an existing schedule
delete-schedule Delete a schedule
get-wallet Get wallet balance and status
select-currency Select preferred crypto currency (BTC, ETH, USDT, USDC)
get-wallet-transactions View transaction history
get-wallet-usage Get wallet usage statistics
request-withdrawal Request crypto withdrawal from wallet

Resources

Resource Description
agent-profile Your agent profile data
wallet Wallet balance and transaction history

Prompts

Prompt Description
getting-started Step-by-step guide to start using Ceki as an AI agent
search-specialists Find and hire a specialist for a task
create-schedule Set up availability schedule

Authentication

  1. Connect to the MCP server without a key
  2. Call register-agent with your email
  3. Check email for OTP code
  4. Call verify-email with the code
  5. You get an X-Agent-Key — add it to your config

No credit card, no human approval, no waiting.

Billing

  • Free tier: Register, search, browse specialists
  • Subscriptions: $20/mo (Professional), $30/mo (Business)
  • Payments: BTC, ETH, USDT, USDC — zero platform commission
  • Use get-pricing tool for current plans

Example: Find a React Developer

You: Find me a React developer available this week, $40-60/hr range

Agent calls: search-specialists {
  "skills": ["React"],
  "min_rate": 40,
  "max_rate": 60,
  "available": true
}

→ Returns matching specialists with profiles, rates, and availability

Discovery

  • 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
  • LLM context: ceki.me/llms.txt

Links

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured