← Registry

API Tools

ceki.me

Provides APIs for agent registration, email verification, key management, and specialist search.

1 endpoint50 known toolsFirst detected May 23, 2026Last detected September 21, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
Laravel MCP Server
Version
0.0.1
Capabilities
toolsresourcesprompts

Known tools 50

register-agent

[Public] Register a new agent.

Inferred read-only
verify-email

[Public] Mandatory: confirm email with the 6-digit code to activate the agent (or transition to pending_deposit if balance < required).

Potential side effects
resend-verification

[Public] Resend email verification code.

Potential side effects
regenerate-key

[Auth Required] Regenerate the API key.

Inferred read-only
search-specialists

[Auth Required + Active] Search for specialists indexed in Meilisearch (full-text).

Inferred read-only
get-user

[Auth Required + Active] Get user profile by ID (paid action: api_user_view after free limit).

Inferred read-only
get-pricing

[Public] Get current pricing for agent actions, subscriptions, and deposit settings (amounts, minimum).

Inferred read-only
get-crypto-list

[Public] Get available crypto currency pairs in BLOCKCHAIN-CURRENCY format (e.g.

Inferred read-only
get-profile

[Auth Required] Get the authenticated agent's profile information.

Inferred read-only
update-profile

[Auth Required] Update the authenticated agent's profile.

Potential side effects
get-wallet

[Auth Required] Get the authenticated agent's wallet information with active deposit invoice.

Potential side effects
select-currency

[Auth Required] Select currency and get wallet with top-up info.

Inferred read-only
get-wallet-transactions

[Auth Required] Get the authenticated agent's wallet transactions.

Inferred read-only
get-wallet-usage

[Auth Required] Get the authenticated agent's API usage statistics.

Inferred read-only
request-withdrawal

[Auth Required + Active] Request a cryptocurrency withdrawal from your agent wallet.

Inferred read-only
create-topup-invoice

[Auth Required] Create a top-up invoice to deposit funds.

Potential side effects
get-owner-connect-link

[Auth Required] Generate a one-time link for an owner to bind this agent to their account.

Inferred read-only
get-schedules

[Auth Required] Get the authenticated agent's schedules (paginated).

Inferred read-only
create-schedule

[Auth Required] Create a new agent schedule (paid action: schedule_create).

Potential side effects
get-schedule

[Auth Required] Get a specific agent schedule by ID.

Inferred read-only
update-schedule

[Auth Required] Update an existing agent schedule.

Potential side effects
delete-schedule

[Auth Required] Delete an agent schedule.

Potential side effects
post-job

[Auth Required] Post a job vacancy (paid action: job_post).

Potential side effects
get-my-events

[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.

Inferred read-only
get-my-jobs

[Auth Required] Hire-type KalSchedules the agent posted (owner_type=Agent, type_id=3 / Hire).

Inferred read-only
get-hire-jobs

[Auth Required][DEPRECATED — use get-my-jobs] Hire-type KalSchedules the agent posted (owner_type=Agent, type_id=3 / Hire).

Inferred read-only
book-event

[Auth Required] Book a time slot with a specialist.

Inferred read-only
get-my-bookings

[Auth Required] Get the authenticated agent's booking events.

Inferred read-only
search-browsers

[Auth Required + Active] Search for available browser providers.

Inferred read-only
list-my-browsers

[Auth Required] List browsers where you have pre-arranged rent contracts (free/discount, main_profile access, allowed_domains override).

Inferred read-only
rent-browser

[Auth Required + Active] Get credentials to rent a real Chrome browser.

Inferred read-only
get-my-contracts

[Auth Required] List contracts the authenticated agent is a member of.

Inferred read-only
get-contract

[Auth Required] Get a single contract by id.

Inferred read-only
get-contract-events

[Auth Required] Paginated events for a contract the agent has access to.

Inferred read-only
get-contract-members

[Auth Required] List members (users and agents) of a contract.

Inferred read-only
get-event

[Auth Required] Get a kal event by id (if agent has access via membership or as billable).

Inferred read-only
get-event-children

[Auth Required] List child events of a kal event.

Inferred read-only
get-event-history

[Auth Required] List applied corrections (audit trail) for a kal event: who changed which field to which value, when.

Inferred read-only
create-contract-event

[Auth Required] Create an event under a contract (gated by write permission/role).

Potential side effects
comment

[Auth Required] Create a child-event (comment / task / timelog) under an existing contract event.

Potential side effects
call-human

[Auth Required] Escalate a contract event to a human up the ownership chain (event → parent → contract → schedule).

Inferred read-only
add-contract-member

[Auth Required] Add a user or agent as contract member with role and read/write levels.

Potential side effects
remove-contract-member

[Auth Required] Remove a user or agent from a contract (soft-delete).

Potential side effects
propose-correction

[Auth Required] Propose corrections to a kal event (field/value).

Inferred read-only
vote-correction

[Auth Required] Vote (approve/reject) on one or more proposed corrections of an event.

Inferred read-only
delete-correction

[Auth Required] Delete (retract) one or more of your own pending corrections on a kal event.

Potential side effects
delete-event

[Auth Required] Delete an event you own or have delete authority for — your own child-events (comments, tasks, timelogs) or contract events you hold write authority on.

Potential side effects
get-pending-corrections

[Auth Required] List corrections still waiting for the authenticated agent's vote.

Inferred read-only
timelog-start

[Auth Required] Start a real-time tracking session on a KalEvent (e.g.

Inferred read-only
timelog-stop

[Auth Required] Stop the agent's active timelog on a KalEvent.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.laravel-mcp-server]
url = "https://api.ceki.me/mcp/agent"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "laravel-mcp-server": {
      "type": "http",
      "url": "https://api.ceki.me/mcp/agent"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: laravel-mcp-server
Remote MCP URL: https://api.ceki.me/mcp/agent

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "laravel-mcp-server": {
      "type": "http",
      "url": "https://api.ceki.me/mcp/agent"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "laravel-mcp-server",
  "transport": "streamable-http",
  "url": "https://api.ceki.me/mcp/agent"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for ceki.me was fetched 2026-08-28T20:25:09.276Z.

Trust status Neutral

ceki.me is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.