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.4.tar.gz (17.2 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.4-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for mcp_server_site_search-0.1.4.tar.gz
Algorithm Hash digest
SHA256 487840b2e997fe8e104b6fb34d0606e1cadd6c25253ffcd22e6969a8e70a5417
MD5 025cb2f46e5d2913c57e2d727adccbff
BLAKE2b-256 a60f38e6472a24c2a32350d2a1247d147d1a277d3d336fd26562450d5d1b370b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mcp_server_site_search-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9ebc87948fccd610fddd9c5b9d30e533406afab5e7bfd3fffb6eedf6ef0fb801
MD5 834f785c71eb3be1d2c92d66730b8b71
BLAKE2b-256 4fe1366bf326edc6dc1cf5346ce2a44a961ae86625828ac334a65510deff8b2e

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