Content
## Introduction
Yushan Data API service is now fully compatible with the MCP protocol, creating the data service MCP Server. The mcp-server-unsense-corp-npm project serves as an enterprise-level data query service server, allowing users to quickly access Yushan Data's enterprise data services through LLM with simple configuration. It relies on the MCP Typescript SDK, enabling quick integration into agent assistants that support the MCP protocol.
## Tool List
To be determined
## Environment
### Obtain Usense UserID and Key
Please contact Yushan Data to obtain your user account and key.
### Install node.js
Successful installation is confirmed when the version number can be retrieved in the terminal. On macOS, it must be installed using brew.
```
node -v
npm -v
```
### Install Dependencies
```
npm install
```
### TypeScript Build
```
npm run build
```
### Update Version
First, log in to your npm account and update the version number in package.json.
```
npm login
npm publish --access public
```
### Configure MCP Server Config
macOS/Linux
```
"mcpServers": {
"usense-corp": {
"command": "npx",
"args": [
"-y",
"mcp-server-usense-corp"
],
"env": {
"YUSHAN_API_KEY": "your_api_key",
"YUSHAN_API_USERID": "your_api_userid"
}
}
}
```
Windows
```
"mcpServers": {
"usense-corp": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"mcp-server-usense-corp"
],
"env": {
"YUSHAN_API_KEY": "your_api_key",
"YUSHAN_API_USERID": "your_api_userid"
}
}
}
```
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
markitdown
Python tool for converting files and office documents to Markdown.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.