Skip to main content

MCP server for DataEyes web search and reader API

Project description

DataEyes MCP Server

PyPI version License

中文版说明

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dataeyes_mcp_server-1.1.0.tar.gz (38.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dataeyes_mcp_server-1.1.0-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

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

Hashes for dataeyes_mcp_server-1.1.0.tar.gz
Algorithm Hash digest
SHA256 a4ce8d57909befdafc01058e8893ffac792da2b5c2e2e80bd2f47469a20c7f62
MD5 c83ee398516f5bd5bfdf76dbad009817
BLAKE2b-256 5932296736e3276ec6bd456186f3a2db3cd28c6c966bb320015b73128cd45e77

See more details on using hashes here.

File details

Details for the file dataeyes_mcp_server-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for dataeyes_mcp_server-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 42a2908afa6993dd05c19420bdc3f15ab8c4697190c92c803821209398d9a361
MD5 0708261450993ebafbad6527ce32df46
BLAKE2b-256 931b085c86f3d9b446cffcfa1da745615e9f4045c43fb1cdf6ff753ce9bd1b0f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page