Skip to main content

CUHKSZ Site Search MCP

Project description

mcp_server_site_search

Site Search MCP Server

A Model Context Protocol server that provides additional information from CUHKSZ's official websites.

Note: This server is currently in development and may not be fully functional. If you encounter issues like keep wating for the mcp response, try using school network and close your VPN.

Available Tools

  • site_search: Get relative information from CUHKSZ based on query
    • Required arguments:
      • query: query related to CUHKSZ
  • search_document: Get specific document based on id
    • Required arguments:
      • id: id of the document

Installation

Using uv (recommended)

When using uv no specific installation is needed. We will use uvx to directly run mcp-server-site-search.

Using PIP

Alternatively you can install mcp-server-site-search via pip:

pip install mcp-server-site-search

After installation, you can run it as a script using:

python -m mcp_server_site_search

Configuration

Add to your settings:

Using uvx
{
  "mcpServers": {
    "CUHKSZ-Site-Search": {
      "command": "uvx",
      "args": ["mcp-server-site-search"]
    }
  }
}
Using docker
{
  "mcpServers": {
    "CUHKSZ-Site-Search": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "masonwen/mcp-cuhksz-search:latest"]
    }
  }
}
Using pip
{
  "mcpServers": {
    "CUHKSZ-Site-Search": {
      "command": "python",
      "args": ["-m", "mcp_server_site_search"]
    }
  }
}

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

mcp_server_site_search-0.1.3.tar.gz (16.4 kB view details)

Uploaded Source

Built Distribution

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

mcp_server_site_search-0.1.3-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_site_search-0.1.3.tar.gz.

File metadata

File hashes

Hashes for mcp_server_site_search-0.1.3.tar.gz
Algorithm Hash digest
SHA256 d9044e27c5c66819348d1b4e53f04a1502cc314ec13c3521303fbf92b72f2920
MD5 1bab270734d94682ea5e433d7244c653
BLAKE2b-256 b54f2397efe4230abe4dbd02428e05ec666a1bd7db38b4a6a514e4a2736b28c9

See more details on using hashes here.

File details

Details for the file mcp_server_site_search-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_site_search-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 396c818dc5e60cb56c3f7082ff2acd9fb0bafcf57452d80ec1c0c087082cf300
MD5 6f30db1100af2d1fc68c88307094a82b
BLAKE2b-256 4568012c21eb04285215bd4b7830f9f8fbf722dbf500603ee1f40a0f564995fa

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