Provides comprehensive queries for policy-related information, including government subsidies, benefits, and support for enterprises.
该MCP服务提供全面的政策相关信息查询功能,包括政府补贴、政策优惠、政策支持等信息,帮助用户了解企业的政策扶持情况。
git clone https://github.com/handaas/policy-mcp-server
cd policy-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": {
"policy-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": {
"policy-mcp-server":{
"type": "streamableHttp",
"url": "https://mcp.handaas.com/policy/policy_bigdata?token={token}"
}
}
}
功能: 企业关键词模糊查询
根据提供的企业名称、人名、品牌、产品、岗位等关键词模糊查询相关企业列表。
参数:
matchKeyword
(必需): 匹配关键词 - 查询各类信息包含匹配关键词的企业pageIndex
(可选): 分页开始位置pageSize
(可选): 分页结束位置 - 一页最多获取50条数据返回值:
total
: 总数resultList
: 结果列表,包含企业基本信息功能: 获批项目统计分析
查询企业所获批项目的统计信息,包括不同级别的申报项目数量、项目级别分布、归口主管机构信息,以及近年项目获批趋势和补贴金额变化趋势。
参数:
matchKeyword
(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业idkeywordType
(可选): 主体类型枚举 - name/nameId/regNumber/socialCreditCode返回值:
count
: 总项目数量ppeLevelStat
: 项目级别分布
nationalProjectCount
: 国家级项目数量provincialProjectCount
: 省级项目数量municipalProjectCount
: 市级项目数量districtProjectCount
: 区级项目数量ppeAgencyStat
: 项目归口分布
agency
: 主管机构count
: 项目数量ppeYearProjectStat
: 获批项目趋势
year
: 年份count
: 项目数量ppeYearAmountStat
: 补贴金额趋势
year
: 年份amount
: 补贴金额功能: 政策详情查询
根据政策id查询特定政策的详细信息,包括发布机构、内容、相关项目、资助金额、申报时间等。
参数:
matchKeyword
(必需): 政策id返回值:
pnTitle
: 政策标题pnAgency
: 发布机构pnType
: 政策类型pnPublishDate
: 发布时间pnRegion
: 发布地区pnText
: 政策正文pnOriginUrl
: 政策原文链接pnFileList
: 附件列表
filename
: 文件名称url
: 文件链接relatedProjects
: 可能关联项目
name
: 项目名称agency
: 主管机构maxGrantMount
: 资助金额(元)declaredLevel
: 项目级别(1:国家级,2:省级,3:市级,4:区级)projectProgress
: 项目进展(1:未开始,2:申报中,3:申报结束,4:已公示,5:已公开)declaredStartTime
: 申报开始时间declaredEndTime
: 申报结束时间region
: 地区功能: 政策搜索功能
根据关键词、政策类型和地区信息,检索符合条件的政策法规、申报指南或公示公告。
参数:
matchKeyword
(必需): 匹配关键词 - 政策法规/申报指南/公示公告关键词pnType
(可选): 政策类型 - 全部/申报指南/公示公开/其他政策agency
(可选): 发布机构address
(可选): 地区 - 支持省份/城市/区县,格式:[["省份"],["省份","市","区县"]]policyPubStartTime
(可选): 发布开始日期policyPubEndTime
(可选): 发布结束日期pageSize
(可选): 分页大小 - 一页最多获取50条数据pageIndex
(可选): 页码 - 从1开始返回值:
total
: 总数
pnId
: 政策idpnTitle
: 政策标题pnAgency
: 发布机构pnType
: 政策类型pnPublishDate
: 发布时间pnRegion
: 发布地区pnText
: 政策内容Access step-by-step drawing tutorials and guides from easydrawingguides.com for artists of all skill levels.
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Access Australian Pharmaceutical Benefits Scheme data for medicine information, pricing, and availability. Built with Python and FastAPI.
Provides comprehensive patent search and statistical analysis for intelligence analysis, technological innovation, and intellectual property management.
Search and buy products across thousands of online stores using the SearchAgora universal product search engine.
Provides the Ferengi Rules of Acquisition with powerful search and retrieval capabilities.
A full-text search server for Jewish texts and literature.
Best people search engine that reduces the time spent on talent discovery.
Local RAG (on-premises) with MCP server.
Provides knowledge base search and dialogue completion using the Volcengine Knowledge Base service. Requires external credential configuration.