Agent Tools
Back to MCP servers

me.ceki/mcp-server

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

skills: {'id': 'register-agent', 'name': 'register-agent', 'description': '[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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'verify-email', 'name': 'verify-email', 'description': '[Public] Mandatory: confirm email with the 6-digit code to activate the agent (or transition to pending_deposit if balance < required).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'resend-verification', 'name': 'resend-verification', 'description': '[Public] Resend email verification code.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'regenerate-key', 'name': 'regenerate-key', 'description': '[Auth Required] Regenerate the API key. Old key is immediately invalidated. Pass API key via X-Agent-Key header or Authorization: Bearer.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'search-specialists', 'name': 'search-specialists', 'description': '[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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get-user', 'name': 'get-user', 'description': '[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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get-pricing', 'name': 'get-pricing', 'description': '[Public] Get current pricing for agent actions, subscriptions, and deposit settings (amounts, minimum). USD-denominated. Use get-crypto-list for available crypto pairs.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get-crypto-list', 'name': 'get-crypto-list', 'description': '[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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 698.3ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://api.ceki.me/mcp/agent
JSON-RPC initialize probe
curl -X POST https://api.ceki.me/mcp/agent \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://api.ceki.me/mcp/agent
Listed at (chiark)
https://chiark.ai/agents/2d933db9-d4ee-48bd-8872-a6cdb4bd362d