Provides comprehensive building and office address information queries, including enterprise office address search and building information queries.
该MCP服务提供全面的楼宇和办公地址信息查询功能,包括企业办公地址查询、楼宇信息查询等,帮助用户进行地理分布分析和楼宇入驻分析。
git clone https://github.com/handaas/building-mcp-server
cd building-mcp-server
python -m venv mcp_env && source mcp_env/bin/activate
pip install -r requirements.txt
复制环境变量模板并配置:
cp .env.example .env
编辑 .env
文件,配置以下环境变量:
INTEGRATOR_ID=your_integrator_id
SECRET_ID=your_secret_id
SECRET_KEY=your_secret_key
python server/mcp_server.py streamable-http
服务将在 http://localhost:8000
启动。
{
"mcpServers": {
"handaas-mcp-server": {
"type": "streamableHttp",
"url": "http://127.0.0.1:8000/mcp"
}
}
}
{
"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"
}
}
}
}
{
"mcpServers": {
"building-mcp-server":{
"type": "streamableHttp",
"url": "https://mcp.handaas.com/building/building_bigdata?token={token}"
}
}
}
功能: 企业关键词模糊查询
根据提供的企业名称、人名、品牌、产品、岗位等关键词模糊查询相关企业列表。
参数:
matchKeyword
(必需): 匹配关键词 - 查询各类信息包含匹配关键词的企业pageIndex
(可选): 分页开始位置pageSize
(可选): 分页结束位置 - 一页最多获取50条数据返回值:
total
: 总数功能: 企业办公地址详情查询
根据特定的企业标识信息,查询和返回企业的办公地址相关数据,包括办公地址总数、每个城市的办公地址详细信息等。
参数:
matchKeyword
(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业idaddress
(可选): 地区 - 支持筛选省/市,输入示例:"广东省,广州市"pageIndex
(可选): 分页开始位置keywordType
(可选): 主体类型 - name:企业名称,nameId:企业id,regNumber:注册号,socialCreditCode:统一社会信用代码pageSize
(可选): 分页结束位置 - 一页最多获取10条数据返回值:
total
: 总数resultList
: 列表结果
officeAddress
: 地址officeSourceType
: 地址来源officeSettleType
: 入驻方式 - 工商注册入驻,办公地址入驻estateName
: 所在楼宇estateId
: 楼宇id功能: 企业办公地址统计分析
根据特定的企业标识信息,查询和返回企业的办公地址相关数据,包括办公地址城市、每个城市的办公地址数量等。
参数:
matchKeyword
(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业idkeywordType
(可选): 主体类型 - name:企业名称,nameId:企业id,regNumber:注册号,socialCreditCode:统一社会信用代码返回值:
officeCityStats
: 办公地址分布统计
city
: 办公城市count
: 办公地址数量功能: 楼宇信息查询
支持通过楼宇名称、楼宇类型等查询指定地区的全部楼盘信息,包括楼宇名称、楼宇别名、楼宇地址、楼宇类型、楼宇入驻企业数量等。
参数:
matchKeyword
(可选): 查询关键词 - 查询楼宇名称/楼宇别名包含关键词的楼盘pageIndex
(可选): 分页开始位置address
(可选): 地区 - 支持筛选省/市,输入示例:"广东省,广州市"pageSize
(可选): 分页结束位置 - 一页最多获取10条数据estatePropertyType
(可选): 楼宇类型 - 写字楼,产业园,综合体,公寓酒店,展会中心返回值:
total
: 总数
estateName
: 楼宇名称estateId
: 楼宇idestateAliasName
: 楼宇别名estateAddress
: 楼宇地址estatePropertyType
: 楼宇类型estateEnterpriseCount
: 楼宇入驻企业数量A Model Context Protocol Server for MongoDB
Allows Claude AI to interact directly with MySQL databases.
An MCP server for querying data from the Kollect tool's API endpoints, such as /api/data, /api/snapshots, and /api/costs.
An MCP server for PostgreSQL providing index tuning, explain plans, health checks, and safe SQL execution.
Provides tools and resources for coding agents to interact with the Gel database, including automatic project configuration for query builders and ORMs.
Integrates AI assistants with the Metabase analytics platform.
Interact with the Stellar blockchain to manage wallets, list tokens, query balances, and transfer funds.
Provides natural language access to relational databases using advanced language models, supporting multiple database types.
Interact with Supabase databases, storage, and edge functions.
Connects to Supabase platform for database, auth, edge functions and more.