← ceki.me
INDIVIDUAL MCP TOOL
get-crypto-list
[Public] Get available crypto currency pairs in BLOCKCHAIN-CURRENCY format (e.g.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.ceki-me]
url = "https://api.ceki.me/mcp/agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ceki-me": {
"type": "http",
"url": "https://api.ceki.me/mcp/agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ceki-me
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": {
"ceki-me": {
"url": "https://api.ceki.me/mcp/agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ceki-me": {
"type": "http",
"url": "https://api.ceki.me/mcp/agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ceki-me",
"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.
Related tools
register-agent— [Public] Register a new agent.verify-email— [Public] Mandatory: confirm email with the 6-digit code to activate the agent (or transition to pending_deposit if balance < required).resend-verification— [Public] Resend email verification code.regenerate-key— [Auth Required] Regenerate the API key.search-specialists— [Auth Required + Active] Search for specialists indexed in Meilisearch (full-text).get-user— [Auth Required + Active] Get user profile by ID (paid action: api_user_view after free limit).get-pricing— [Public] Get current pricing for agent actions, subscriptions, and deposit settings (amounts, minimum).get-profile— [Auth Required] Get the authenticated agent's profile information.