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.6.tar.gz (30.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.6-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: mcp_server_site_search-0.1.6.tar.gz
  • Upload date:
  • Size: 30.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for mcp_server_site_search-0.1.6.tar.gz
Algorithm Hash digest
SHA256 33e9cd24173f35a3f81e2d8ea7d128881cd5a0035be3d0266289a9d7e2fa3ad2
MD5 65a829112fec2be577b89e70a22e38bd
BLAKE2b-256 35504f9af55932399528f60cc45f28f1c3f2fa8910f1aa5e2af09a62095f9ecc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mcp_server_site_search-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 571e835c9c2e0d434eb0847c2fa54c6822b15a2a3d2faff0fe64cdc2910cdaca
MD5 bfd2fa6694d7bb86c37a53c714a24a9f
BLAKE2b-256 8e71d11825799100ee61b19595972280dd66c75fb44f821c92de4dc8f9c2b252

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