dataeyes-mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dataeyes-mcp-serversearch for latest breakthroughs in renewable energy"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| — | API key (required) |
|
| 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dataeyesai/dataeyes-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server