Ceveto Server
БесплатноНе проверенEnables AI agents to interact with the Ceveto business management API through MCP, with permission-filtered tools and secure Ed25519 authentication.
Описание
Enables AI agents to interact with the Ceveto business management API through MCP, with permission-filtered tools and secure Ed25519 authentication.
README
MCP (Model Context Protocol) server for AI agent access to the Ceveto business management API.
Quick Start
uvx --from git+https://github.com/Ceveto/mcp-server ceveto-mcp
Claude Code Setup
Add to your .mcp.json:
{
"mcpServers": {
"ceveto": {
"command": "uvx",
"args": ["--from", "git+https://github.com/Ceveto/mcp-server", "ceveto-mcp"],
"env": {
"CEVETO_MCP_BASE_URL": "https://api.ceveto.com",
"CEVETO_MCP_USERNAME": "<your-api-username>",
"CEVETO_MCP_PRIVATE_KEY": "<your-api-private-key>"
}
}
}
}
Or install the Ceveto Claude Plugin for automated setup.
Getting Credentials
- Log in to your Ceveto dashboard
- Go to Settings → API Keys
- Click Create API Key
- Save the username and private key (shown once)
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
CEVETO_MCP_USERNAME |
Yes | — | API user username |
CEVETO_MCP_PRIVATE_KEY |
Yes | — | Ed25519 private key (hex) |
CEVETO_MCP_BASE_URL |
No | https://api.ceveto.com |
API base URL |
CEVETO_MCP_DEFAULT_ACCOUNT |
No | — | Default account slug/UUID |
CEVETO_MCP_MODULES |
No | — | Comma-separated OpenAPI tags to filter |
CEVETO_MCP_TRANSPORT |
No | stdio |
Transport: stdio or sse |
CEVETO_MCP_PORT |
No | 8500 |
Port for SSE mode |
How It Works
- On startup, fetches the OpenAPI schema from the Ceveto API
- Checks your permissions via
/company-api/me/ - Generates MCP tools for each permitted API endpoint
- Tools include parameter schemas, descriptions, and permission limits
Docker (SSE mode)
docker build -t ceveto-mcp .
docker run -p 8500:8500 \
-e CEVETO_MCP_USERNAME=... \
-e CEVETO_MCP_PRIVATE_KEY=... \
-e CEVETO_MCP_BASE_URL=https://api.ceveto.com \
ceveto-mcp
Hosted Instances
| Environment | MCP Server | Backend API |
|---|---|---|
| Production | https://mcp.ceveto.com |
https://api.ceveto.com |
| Staging | https://mcp.ceveto.dev |
https://api.ceveto.dev |
Hosted mode (multi-tenant, no credentials needed on server):
ceveto-mcp --hosted --transport sse --port 8500
Security
- Ed25519 signatures — every API request is cryptographically signed
- OAuth 2.1 — browser-based authorization with PKCE
- Permission-filtered tools — only endpoints you have access to become tools
- Method-level filtering — read-only keys don't see write operations
- No secrets stored — credentials only in environment variables
Установка Ceveto Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Ceveto/mcp-serverFAQ
Ceveto Server MCP бесплатный?
Да, Ceveto Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ceveto Server?
Нет, Ceveto Server работает без API-ключей и переменных окружения.
Ceveto Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Ceveto Server в Claude Desktop, Claude Code или Cursor?
Открой Ceveto Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Ceveto Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
