招投标大数据服务

by handaas

Not rated
GitHub

About

Provides comprehensive trademark information, including search, profile statistics, and status tracking.

Details

Author
handaas
Categories
Search, Other, Knowledge Base

Setup

Install 招投标大数据服务 in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/handaas/trademark-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

该MCP服务提供全面的商标信息查询功能,包括商标搜索、商标概况统计等,帮助用户进行商标查询、情况分析和状态跟踪。

- 🔍 企业关键词模糊搜索
- 📄 商标信息搜索
- 📊 企业商标概况统计
- 📈 商标统计分析

- Python 3.10+
- 依赖包:python-dotenv, requests, mcp

git clone https://github.com/handaas/trademark-mcp-server cd trademark-mcp-server
python -m venv mcp_env && source mcp_env/bin/activate pip install -r requirements.txt
INTEGRATOR_ID=your_integrator_id SECRET_ID=your_secret_id SECRET_KEY=your_secret_key
python server/mcp_server.py streamable-http
{ "mcpServers": { "handaas-mcp-server": { "type": "streamableHttp", "url": "http://127.0.0.1:8000/mcp" } } }
{ "mcpServers": { "trademark-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": { "trademark-mcp-server":{ "type": "streamableHttp", "url": "https://mcp.handaas.com/trademark/trademark_bigdata?token={token}" } } }

注意:integrator_id、secret_id、secret_key及token需要登录https://www.handaas.com/进行注册开通平台获取

- matchKeyword(必需): 匹配关键词 - 查询各类信息包含匹配关键词的企业
- pageIndex(可选): 分页开始位置
- pageSize(可选): 分页结束位置 - 一页最多获取50条数据

根据商标名称、申请号、申请人名称或代理机构名称等条件进行查询,并通过商标状态进一步过滤结果。

- matchKeyword(必需): 匹配关键词 - 商标名称/申请号/申请人名称/代理机构名称
- keywordType(可选): 搜索方式 - 商标名称,申请号,申请人,代理机构,默认匹配全部
- pageIndex(可选): 页码 - 从1开始
- pageSize(可选): 分页大小 - 一页最多获取50条数据
- tmStatus(可选): 商标状态 - 驳回复审中,撤销/无效宣告申请审查中,初审公告等

- resultList: 商标列表

- _id: 商标id
- tmAgentName: 代理机构名称
- tmAgentNameId: 代理机构id
- tmCompanyNameId: 申请人id
- tmName: 商标名称
- tmImage: 商标图片链接
- tmApplicationTime: 申请日期
- tmCompanyName: 申请人名称
- tmRegNum: 申请号
- tmRegTime: 注册日期
- tmServiceContents: 商品服务项
- tmStatus: 商标状态
- tmTrialTime: 初审公告日期

根据输入的企业标识信息,返回与该企业相关的商标概况信息,包括商标总数、商标类别、商标状态列表等。

- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型 - name:企业名称,nameId:企业id,regNumber:注册号,socialCreditCode:统一社会信用代码

- tmTypeList: 涵盖商标类别
- tmCount: 商标数量
- tmNumberThisYear: 最近一年申请商标数
- tmInvalidNumber: 无效商标数
- tmStatusList: 商标状态列表
- tmValidNumber: 有效商标数
- tmStatusStat: 商标状态统计

根据输入的企业相关信息,返回该企业的商标申请趋势、商标注册趋势、商标状态统计及商标类别统计等信息。

- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型 - name:企业名称,nameId:企业id,regNumber:注册号,socialCreditCode:统一社会信用代码

- tmRegTimeStat: 商标注册趋势

- year: 年份
- count: 商标数量
- 商标代理机构: 查询竞争对手的商标布局情况
- 企业品牌保护: 监控自己的商标资产,评估品牌保护情况
- 竞争对手分析: 了解竞争对手的商标布局判断其市场策略
- 法律咨询: 进行商标查询、情况分析和状态跟踪
- 市场研究: 进行市场竞争分析和品牌研究
- 企业全称要求: 在调用需要企业全称的接口时,如果没有企业全称则先调取trademark_bigdata_fuzzy_search接口获取企业全称
- 分页限制: 一页最多获取50条数据
- 商标状态: 支持按多种商标状态进行筛选查询
- 搜索方式: 支持精确匹配和模糊匹配多种搜索方式

trademark_bigdata_fuzzy_search (企业关键词模糊搜索)

- 帮我查找包含"华为"关键词的企业信息 - 搜索与"小米"相关的企业列表 - 查询名称中包含"苹果"的公司

trademark_bigdata_trademark_search (商标信息搜索)

- 查询"华为"商标的详细信息 - 搜索苹果公司申请的所有商标 - 查找申请号为"80206640"的商标信息

trademark_bigdata_trademark_profile (企业商标概况统计)

- 华为技术有限公司的商标概况如何? - 查询腾讯科技的商标总数和分类情况 - 阿里巴巴集团有多少个注册商标?

trademark_bigdata_trademark_stats (企业商标统计分析)

- 分析华为近几年的商标申请趋势 - 查询苹果公司的商标注册趋势分析 - 腾讯的商标类别分布统计情况

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.

Live Austin-area MLS listings in your AI assistant — active listings, property details, schools, taxes, and neighborhood data for the Austin metro. Free remote MCP server, no install.

Search scientific papers from any MCP tool. Raw experimental data from full-text papers — methods, results, quality scores. 50 free searches, then $0.01/result.

A server for Retrieval-Augmented Generation (RAG) using the Contextual AI platform.

Australian development application and property intelligence queries for AI agents.

Search distressed auction properties for investors

Provides comprehensive enterprise information query and analysis, including business info, risk analysis, intellectual property, and operational insights.

Local RAG system for Claude Code with hybrid search (semantic + BM25), cross-encoder reranking, markdown-aware chunking, 9 file formats, file watcher, and 12 MCP tools. Zero external servers. pip install knowledge-rag

Search 1000+ Russian construction companies and real estate agencies for AI agents

Semantic quote search - 600K quotes with source transparency

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.