Hire specialists by the hour — search, schedule, and pay via MCP for IT freelancers, lawyers, and professionals.
Do not connect
A critical issue was found. Do not connect this server as-is.
Scanned 27 days ago Due for re-check
A server can change after it's graded. Re-run the automated scan to refresh this report.
This grade is deterministic and reproducible: the same server surface always yields the same grade under a given algorithm version. It is a real automated assessment computed by the MCPGrade engine from what the probe actually observed — not a fabricated or opinion score. It is not a manual human pentest, so it can miss context-specific risks.
Every signal below was measured directly by the automated probe. The grade is derived only from evidence like this — nothing is assumed.
The Ceki MCP server exposes 50 tools, focused primarily on filesystem and web capabilities. Its published description reads: "Hire specialists by the hour — search, schedule, and pay via MCP for IT freelancers, lawyers, and professionals". It communicates over Streamable HTTP using the 2026-07-28 protocol revision, and does not require authorization to connect. MCPGrade currently rates Ceki F — a critical issue was found and the server should not be connected as-is. Its most notable findings include "Data-exfiltration parameters" and "Cross-tool shadowing". This report is a deterministic, reproducible automated assessment: the same observed surface always yields the same grade under a given algorithm version, and it is refreshed as new scans arrive and free to read — but it is not a substitute for a manual human security review. Always re-check Ceki's advertised tools, transport security, and authorization posture before connecting an autonomous agent or sharing sensitive context with it.
Add Ceki to an MCP client using the endpoint below. Review the grade and findings above before granting an autonomous agent access.
MCP endpoint
https://api.ceki.me/mcp/agentStreamable HTTP transport. This is the MCP endpoint, not a website — paste it into your MCP client server list rather than a browser.
Captured passively during the read-only scan. Click any value to find servers that match it.
The tools this server advertises via tools/list — names, purposes, and the parameters each accepts, exactly as enumerated read-only.
[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.
[Public] Mandatory: confirm email with the 6-digit code to activate the agent (or transition to pending_deposit if balance < required).
[Public] Resend email verification code.
[Auth Required] Regenerate the API key. Old key is immediately invalidated. Pass API key via X-Agent-Key header or Authorization: Bearer.
[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 searc
[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.
[Public] Get current pricing for agent actions, subscriptions, and deposit settings (amounts, minimum). USD-denominated. Use get-crypto-list for available crypto pairs.
[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
[Auth Required] Get the authenticated agent's profile information. Pass API key via X-Agent-Key header or Authorization: Bearer.
[Auth Required] Update the authenticated agent's profile. Pass API key via X-Agent-Key header or Authorization: Bearer.
[Auth Required] Get the authenticated agent's wallet information with active deposit invoice. Pass API key via X-Agent-Key header or Authorization: Bearer.
[Auth Required] Select currency and get wallet with top-up info. Pass API key via X-Agent-Key header or Authorization: Bearer.
[Auth Required] Get the authenticated agent's wallet transactions. Pass API key via X-Agent-Key header or Authorization: Bearer.
[Auth Required] Get the authenticated agent's API usage statistics. Pass API key via X-Agent-Key header or Authorization: Bearer.
[Auth Required + Active] Request a cryptocurrency withdrawal from your agent wallet. Pass API key via X-Agent-Key header or Authorization: Bearer.
[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.
[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.
[Auth Required] Get the authenticated agent's schedules (paginated). Pass API key via X-Agent-Key header or Authorization: Bearer.
[Auth Required] Create a new agent schedule (paid action: schedule_create). Pass API key via X-Agent-Key header or Authorization: Bearer.
[Auth Required] Get a specific agent schedule by ID. Pass API key via X-Agent-Key header or Authorization: Bearer.
[Auth Required] Update an existing agent schedule. Pass API key via X-Agent-Key header or Authorization: Bearer.
[Auth Required] Delete an agent schedule. Pass API key via X-Agent-Key header or Authorization: Bearer.
[Auth Required] Post a job vacancy (paid action: job_post). The job is publicly indexed and searchable.
[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 — termin
[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.
[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.
[Auth Required] Book a time slot with a specialist. Creates a pending event with escrow hold.
[Auth Required] Get the authenticated agent's booking events.
[Auth Required + Active] Search for available browser providers. Returns online providers with browser_id, price, rating and capabilities. Free — no charge.
[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
[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
[Auth Required] List contracts the authenticated agent is a member of.
[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
[Auth Required] Paginated events for a contract the agent has access to.
[Auth Required] List members (users and agents) of a contract.
[Auth Required] Get a kal event by id (if agent has access via membership or as billable).
[Auth Required] List child events of a kal event.
[Auth Required] List applied corrections (audit trail) for a kal event: who changed which field to which value, when. Member-scoped.
[Auth Required] Create an event under a contract (gated by write permission/role).
[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
[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.
[Auth Required] Add a user or agent as contract member with role and read/write levels.
[Auth Required] Remove a user or agent from a contract (soft-delete).
[Auth Required] Propose corrections to a kal event (field/value). Multi-vote approval applies via correction flow.
[Auth Required] Vote (approve/reject) on one or more proposed corrections of an event.
[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 on
[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.
[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 r
[Auth Required] Returns the agent's currently active (pending) timelog on this KalEvent, or null if none.
[Auth Required] Upload a file (image, document, video). Returns user_files record with id (use in comment/event files[]) and url.
Sorted worst-first. Each finding shows its severity, what it means, its OWASP MCP Top-10 mapping, and a recommended fix — the check id links to the exact methodology row that produced it.
tool: register-agent
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "website_url"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: search-specialists
A tool description tries to alter the model’s use of another tool.
RecommendationDescriptions must describe only their own tool.
tool: get-pricing
A tool description tries to alter the model’s use of another tool.
enominated. Use get-crypto-list for available crypto pairs.RecommendationDescriptions must describe only their own tool.
tool: get-crypto-list
A tool description tries to alter the model’s use of another tool.
pup-invoice and select-currency.RecommendationDescriptions must describe only their own tool.
tool: update-profile
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "website_url"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: create-schedule
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
e_create). Pass API key via X-Agent-Key header or Authorization: BearerRecommendationRemove side-channel parameters; constrain tool inputs.
tool: get-my-events
A tool description tries to alter the model’s use of another tool.
. (Renamed from get-my-jobs.)RecommendationDescriptions must describe only their own tool.
tool: get-my-jobs
A tool description tries to alter the model’s use of another tool.
s are now under get-my-events.RecommendationDescriptions must describe only their own tool.
tool: get-hire-jobs
A tool description tries to alter the model’s use of another tool.
EPRECATED — use get-my-jobs] Hire-type KalSchedules the agent posted (ownerRecommendationDescriptions must describe only their own tool.
tool: list-my-browsers
A tool description tries to alter the model’s use of another tool.
array of browsers with resolved price. Call this before deciding whichRecommendationDescriptions must describe only their own tool.
tool: upload-file
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
"Base64-encoded file content","type":"string"},"file_name":{"description":"ORecommendationRemove side-channel parameters; constrain tool inputs.
tool: upload-file
A tool description tries to alter the model’s use of another tool.
with id (use in comment/event files[]) and url.RecommendationDescriptions must describe only their own tool.
The server accepts tool enumeration (and likely invocation) with no authentication.
RecommendationRequire OAuth 2.1 authorization for any server exposing non-public tools.
tool: get-crypto-list
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "get-crypto-list"RecommendationScope tools to the minimum needed.
tool: update-profile
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "update-profile"RecommendationScope tools to the minimum needed.
tool: create-topup-invoice
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "create-topup-invoice"RecommendationScope tools to the minimum needed.
tool: create-schedule
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "create-schedule"RecommendationScope tools to the minimum needed.
tool: update-schedule
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "update-schedule"RecommendationScope tools to the minimum needed.
tool: delete-schedule
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "delete-schedule"RecommendationScope tools to the minimum needed.
tool: post-job
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "post-job"RecommendationScope tools to the minimum needed.
tool: book-event
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "book-event"RecommendationScope tools to the minimum needed.
tool: get-contract
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "get-contract"RecommendationScope tools to the minimum needed.
tool: create-contract-event
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "create-contract-event"RecommendationScope tools to the minimum needed.
tool: comment
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "comment"RecommendationScope tools to the minimum needed.
tool: add-contract-member
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "add-contract-member"RecommendationScope tools to the minimum needed.
tool: remove-contract-member
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "remove-contract-member"RecommendationScope tools to the minimum needed.
tool: timelog-stop
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "timelog-stop"RecommendationScope tools to the minimum needed.
tool: upload-file
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "upload-file"RecommendationScope tools to the minimum needed.
Vantaj uptime monitoring via MCP — manage monitors, heartbeats, incidents, and status pages.
Unified gateway to Algeria's TKAWEN ecosystem: commerce, certification, and AI tools.
Provides access to the Cohereon Doctrine AI safety framework with governance components, tiered access, and agent onboarding.
Agentic rails for complex workflows with receipts, fees, and MCP tool access.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.