Sentio Server
БесплатноНе проверенThis MCP server integrates with Sentio's API services to provide web, data, price, processor, and alerts tools, enabling users to manage and query Sentio resour
Описание
This MCP server integrates with Sentio's API services to provide web, data, price, processor, and alerts tools, enabling users to manage and query Sentio resources through natural language.
README
This is the Model Context Protocol (MCP) server for Sentio, providing a standardized interface for interacting with Sentio's API services.
Features
- Web Tools Integration
- Data Tools Integration
- Price Tools Integration
- Processor Tools Integration
- Alerts Tools Integration
- Project Resource Management
- Authentication Support (API Key and Token-based)
Prerequisites
- Node.js (Latest LTS version recommended)
- pnpm (Package manager)
- TypeScript
Installation
- Clone the repository:
git clone <repository-url>
cd sentio-mcp
- Install dependencies:
pnpm install
- Build the project:
pnpm build
Configuration
The server can be configured using environment variables or command-line arguments:
--host: The Sentio API host URL, default to https://app.sentio.xyz--api-key: Your Sentio API key--token: Your Sentio authentication token (alternative to API key)
Usage
Claud Desktop Configuration
To use this MCP server in Claud Desktop, add the following configuration to your Claud settings:
{
"mcpServers": {
"sentio-api": {
"command": "bun",
"args": [
"--watch",
"<project_dir>/src/cli.ts",
"-k",
"<your sentio api key>"
]
}
}
}
or use nodejs (v22 or later)
{
"mcpServers": {
"sentio-api": {
"command": "node",
"args": [
"--watch",
"<project_dir>/build/cli.js",
"-k",
"<your sentio api key>"
]
}
}
}
Available Tools
The server provides access to the following tool categories:
- Web Tools: General web-related operations
- Data Tools: Data management and querying
- Price Tools: Price-related operations
- Processor Tools: Data processing operations
- Alerts Tools: Alert management and configuration
Development
Running Tests
pnpm test
Project Structure
src/: Source code directorytools/: Tool implementationsstart.ts: Server startup configurationcli.ts: Command-line interfaceapikey.ts: API key managementindex.ts: Main entry point
Установить Sentio Server в Claude Desktop, Claude Code, Cursor
unyly install sentio-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add sentio-mcp-server -- npx -y @sentio/mcpFAQ
Sentio Server MCP бесплатный?
Да, Sentio Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Sentio Server?
Нет, Sentio Server работает без API-ключей и переменных окружения.
Sentio Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Sentio Server в Claude Desktop, Claude Code или Cursor?
Открой Sentio Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Sentio Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
