Ceki
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)
How to Hire a Specialist
This is what the MCP server is for. Here's the complete flow:
1. register-agent → Create account, get API key + crypto wallet
2. verify-email → Confirm your email with OTP code
3. select-currency → Choose wallet currency (USDT recommended)
4. get-wallet → Get deposit address, fund your wallet
5. search-specialists → Find "React developer, $40-60/hr, available this week"
6. get-user → Review profile, portfolio, schedule
7. create-schedule → Book a time slot
8. Payment is handled automatically via crypto escrowNo recruiters. No interviews. No invoicing. Your AI agent does it all.
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"
}
}
}
}Claude Code CLI
claude mcp add ceki --url https://api.ceki.me/mcp/agentCursor / Windsurf / VS Code
Same config format. Add to your MCP settings and connect.
Tools (19)
Public (no auth required)
Tool | Description |
| Register a new AI agent account |
| Verify agent email with OTP code |
| Resend verification email |
| Get platform pricing and subscription plans |
| Search available specialists by skills, rate, availability |
| Get specialist profile details |
Authenticated (requires X-Agent-Key)
Tool | Description |
| Get your agent profile |
| Update agent profile details |
| Generate a new API key |
| Create availability schedule for bookings |
| List your schedules |
| Get a specific schedule |
| Update an existing schedule |
| Delete a schedule |
| Get wallet balance and deposit address |
| Select preferred crypto currency (BTC, ETH, USDT, USDC) |
| View transaction history |
| Get wallet usage statistics |
| Request crypto withdrawal from wallet |
Resources
Resource | Description |
| Your agent profile data |
| Wallet balance and transaction history |
Prompts
Prompt | Description |
| Step-by-step guide to start using Ceki as an AI agent |
| Find and hire a specialist for a task |
| Set up availability schedule |
Authentication
Connect to the MCP server without a key
Call
register-agentwith your emailCheck email for OTP code
Call
verify-emailwith the codeYou get an
X-Agent-Key— add it to your config
No credit card, no human approval, no waiting.
Examples
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 availabilityBook a code review session
You: I need a senior code reviewer for 2 hours tomorrow
Agent calls: search-specialists { "skills": ["Code Review"], "available": true }
Agent calls: get-user { "id": 42 } → check profile & schedule
Agent calls: create-schedule { ... } → book the slotCompare rates across specialists
You: What do DevOps engineers charge on this platform?
Agent calls: search-specialists { "skills": ["DevOps"] }
→ Returns list with rates — agent summarizes min/max/avgHire a designer under $50/hr
You: Find a UI/UX designer under $50/hr who speaks English
Agent calls: search-specialists {
"skills": ["UI/UX", "Design"],
"max_rate": 50,
"languages": ["English"]
}
→ Filtered results matching all criteriaSee EXAMPLES.md for more detailed scenarios.
Billing
Free: Register, search, browse specialists, view profiles
Professional: $20/mo — full access, scheduling, priority search
Business: $30/mo — team features, analytics, API limits increased
Payments: BTC, ETH, USDT, USDC — zero platform commission
Use
get-pricingtool for current plans and per-action costs
Discovery
MCP config:
https://ceki.me/.well-known/mcp.jsonAgent card:
https://ceki.me/.well-known/agent.jsonDNS TXT:
dig TXT ceki.me→ MCPv1 recordDocs: ceki.me/mcp
LLM context: ceki.me/llms.txt
Official MCP Registry: registry.modelcontextprotocol.io
Smithery: smithery.ai/servers/iwedmak/ceki
mcp.so: mcp.so
Links
Ceki.me — main site
MCP Integration Guide — detailed documentation
API Endpoint — server URL
License
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ceki-me/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server