MCP.so
登录

Yatis MCP Server

@tpp6me

关于 Yatis MCP Server

MCP Server for Yatis

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

tpp6me

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Yatis MCP Server?

A Node.js-based local MCP server that integrates Yatis Telematics APIs with AI agents like Cursor, VS Code, and Claude Desktop. It enables accessing vehicle, device, location, and EV battery data via natural language.

How to use Yatis MCP Server?

Install Node.js 20+, obtain a Yatis API key from your sales manager, then configure your MCP client (VS Code, Cursor, or Claude Desktop) with the path to Node, the server.js file, and the API key. The server runs locally over stdio.

Key features of Yatis MCP Server

  • Retrieve all groups associated with the API token
  • Get vehicles, devices, and meta information
  • Access location data
  • Fetch EV battery information (voltage, SoC)
  • Query distance traveled and power consumed
  • Calculate distance between coordinates using Haversine

Use cases of Yatis MCP Server

  • Ask an AI agent for real-time vehicle locations and device status
  • Monitor EV battery health and charge levels via natural language
  • Analyze historical distance and power consumption
  • Find distances between points for logistics or route planning
  • List all groups and vehicles in the fleet with a single query

FAQ from Yatis MCP Server

What are the requirements to run Yatis MCP Server?

Node.js version 20 or above is required. You also need a valid Yatis API key (contact your sales manager) and the @modelcontextprotocol/sdk npm package.

How do I integrate Yatis MCP Server with VS Code?

Create a .vscode/mcp.json file in your workspace (or use ~/.vscode for global access) with the server configuration, specifying the node path, server.js path, and YATIS_API_KEY environment variable.

Does Yatis MCP Server work with Cursor or Claude Desktop?

Yes. The same configuration files work for Cursor (using .cursor/ directories). For Claude Desktop, add the server to claude_desktop_config.json, typically located in ~/Library/Application Support/Claude/.

What data does the server access and where does it run?

The server runs locally and accesses Yatis Telematics cloud APIs using the provided API key. All data stays within your local MCP client session and is not stored permanently by the server.

Are there any external dependencies besides the MCP SDK?

No. The README states no other dependencies beyond the @modelcontextprotocol/sdk npm package.

评论

其他 分类下的更多 MCP 服务器