MCP server for DataEyes web search and reader API
Project description
DataEyes MCP Server
An MCP server that provides web search and page reading capabilities through the DataEyes API.
Tools
- search — Search the web and get structured results.
- read — Fetch a web page and extract its content.
Getting Your API Key
Register at shuyanai.com (中国站) or dataeyes.ai (Global) to obtain your API key.
Usage
stdio
For local MCP clients (Cursor, Claude Desktop, etc.) using uvx:
Global
{
"mcpServers": {
"dataeyes": {
"command": "uvx",
"args": ["dataeyes-mcp-server"],
"env": {
"DATAEYES_API_KEY": "your-api-key"
}
}
}
}
中国站
{
"mcpServers": {
"dataeyes": {
"command": "uvx",
"args": ["dataeyes-mcp-server"],
"env": {
"DATAEYES_API_KEY": "your-api-key",
"DATAEYES_API_BASE_URL": "https://api.shuyanai.com"
}
}
}
}
| Environment Variable | Default | Description |
|---|---|---|
DATAEYES_API_KEY |
— | API key (required) |
DATAEYES_API_BASE_URL |
https://api.dataeyes.ai |
API base URL |
Streamable HTTP
No installation required. Connect directly to the hosted MCP endpoint:
Global
{
"mcpServers": {
"dataeyes": {
"url": "https://mcp.dataeyes.ai/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}
中国站
{
"mcpServers": {
"dataeyes": {
"url": "https://mcp.shuyanai.com/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dataeyes_mcp_server-1.1.0.tar.gz.
File metadata
- Download URL: dataeyes_mcp_server-1.1.0.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4ce8d57909befdafc01058e8893ffac792da2b5c2e2e80bd2f47469a20c7f62
|
|
| MD5 |
c83ee398516f5bd5bfdf76dbad009817
|
|
| BLAKE2b-256 |
5932296736e3276ec6bd456186f3a2db3cd28c6c966bb320015b73128cd45e77
|
File details
Details for the file dataeyes_mcp_server-1.1.0-py3-none-any.whl.
File metadata
- Download URL: dataeyes_mcp_server-1.1.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42a2908afa6993dd05c19420bdc3f15ab8c4697190c92c803821209398d9a361
|
|
| MD5 |
0708261450993ebafbad6527ce32df46
|
|
| BLAKE2b-256 |
931b085c86f3d9b446cffcfa1da745615e9f4045c43fb1cdf6ff753ce9bd1b0f
|