building-mcp-server

handaas/building-mcp-server

3.2

If you are the rightful owner of building-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 Building Big Data Service MCP provides comprehensive building and office address information query functions, aiding users in geographic distribution analysis and building occupancy analysis.

The Building Big Data Service MCP is designed to offer a robust platform for querying and analyzing building and office address information. It supports a wide range of functionalities including enterprise keyword fuzzy search, office address queries, statistical analysis of office addresses, and building information queries. This service is particularly useful for businesses, government agencies, and real estate professionals who need to understand office layouts, building distributions, and enterprise locations. By leveraging this service, users can perform market geographic distribution analysis, verify enterprise information, and analyze building occupancy situations. The service is built on Python 3.10+ and requires specific dependencies such as python-dotenv, requests, and mcp. It can be deployed locally or used via an official remote service, providing flexibility in how it is accessed and utilized.

Features

  • Enterprise keyword fuzzy search
  • Office address query and analysis
  • Building information query
  • Statistical analysis of office addresses
  • Support for geographic distribution analysis

Usages

usage with local stdio

{
  "mcpServers": {
    "building-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 cursor cherry studio streamable http

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

usage with official remote service

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

Tools

  1. building_bigdata_fuzzy_search

    Enterprise keyword fuzzy search for related company lists.

  2. building_bigdata_office_address_details

    Query and return office address details for specific enterprises.

  3. building_bigdata_office_address_stats

    Statistical analysis of office address distribution across cities.

  4. building_bigdata_building_query

    Query building information by name, type, and location.