exhibition-mcp-server

handaas/exhibition-mcp-server

3.2

If you are the rightful owner of exhibition-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP service provides comprehensive exhibition information query functions, including company participation records, exhibition venue information, and exhibition search, helping users understand company participation in exhibitions and industry exhibition information.

The Exhibition MCP Server is a robust platform designed to offer detailed insights into exhibition data, catering to businesses, exhibition organizers, and data analysts. It provides a suite of tools to search for company participation records, venue information, and exhibition details. The server is built on Python 3.10+ and requires specific dependencies like python-dotenv, requests, and mcp. Users can quickly set up the server locally by cloning the project, setting up a virtual environment, and configuring environment variables. The server supports multiple startup methods, including streamable-http, stdio, and sse, ensuring flexibility in deployment. Additionally, it integrates seamlessly with platforms like Cursor and Cherry Studio, allowing users to configure MCP settings for both local and remote services. The service is particularly beneficial for exhibition management, strategic planning, data analysis, and commercial intelligence, providing a comprehensive view of the exhibition landscape.

Features

  • Company keyword fuzzy search
  • Company participation record query
  • Exhibition venue information query
  • Exhibition search
  • Supports multiple startup methods

Usages

usage with cursor cherry studio streamable http

{
  "mcpServers": {
    "handaas-mcp-server": {
      "type": "streamableHttp",
      "url": "http://127.0.0.1:8000/mcp"
    }
  }
}

usage with cursor cherry studio stdio

{
  "mcpServers": {
    "exhibition-mcp-server": {
      "command": "uv",
      "args": ["run", "mcp", "run", "{workdir}/server/mcp_server.py"],
      "env": {
        "PATH": "{workdir}/mcp_env/bin:$PATH",
        "PYTHONPATH": "{workdir}/mcp_env",
        "INTEGRATOR_ID": "your_integrator_id",
        "SECRET_ID": "your_secret_id",
        "SECRET_KEY": "your_secret_key"
      }
    }
  }
}

usage with official remote service

{
  "mcpServers": {
    "exhibition-mcp-server":{
      "type": "streamableHttp",
      "url": "https://mcp.handaas.com/exhibition/exhibition_bigdata?token={token}"
    }
  }
}

Tools

  1. exhibition_bigdata_fuzzy_search

    Performs fuzzy search for companies based on keywords like company name, brand, product, etc.

  2. exhibition_bigdata_exhibition_participation

    Queries company participation records in exhibitions, providing detailed information about the exhibitions attended.

  3. exhibition_bigdata_exhibition_venue_search

    Searches for exhibition venues based on region and city, returning detailed venue information.

  4. exhibition_bigdata_exhibition_search

    Searches for exhibition information based on user-provided keywords.