全球海关贸易数据 Mcp 服务
@topease020
About 全球海关贸易数据 Mcp 服务
`topease-customs-data` 是一个 MCP(Model Context Protocol)服务器,对接 [tradee.topease.net](https://tradee.topease.net/) 海关智能体贸易数据平台,支持按**进出口企业名称**、**产品关键字**、**HS编码**、**贸易时间**、**进出口类型**及**国家/市场/地区**进行多维度联合查询,帮助大模型快速获取真实的全球贸易情报数据。
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"topease-customs-data": {
"command": "uvx",
"args": [
"topease-mcp"
],
"env": {
"TOPEASE_MCP_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 全球海关贸易数据 Mcp 服务?
该服务器是一个基于 MCP 协议的数据查询工具,对接 tradee.topease.net 海关智能体贸易数据平台,提供 238 个国家/地区的进出口贸易数据查询,适用于需要实时获取真实全球贸易情报的大模型应用。
How to use 全球海关贸易数据 Mcp 服务?
通过 pip、uv 或 uvx 安装 topease-mcp 包,在 MCP 客户端配置文件中设置命令和环境变量 TOPEASE_MCP_API_KEY。也支持 streamable-http 模式,使用公共服务 URL https://mcp.topease.net/mcp 并添加 Authorization: Bearer <API_KEY> 请求头。
Key features of 全球海关贸易数据 Mcp 服务
- 覆盖 238 个国家/地区的贸易数据
- 支持企业、产品、HS 编码等多维度联合查询
- 支持 API Key 认证,保障数据安全
- 支持 stdio 和 streamable-http 两种传输模式
- 返回丰富字段:金额、数量、重量、企业名称等
Use cases of 全球海关贸易数据 Mcp 服务
- 按产品关键字查询某国进口数据(如 “LED 产品 2025 年从美国的进口”)
- 按企业名称查询其出口记录(如 “IKEA SUPPLY AG 公司 2025 年从美国的出口”)
- 按 HS 编码和国家联合筛选贸易数据(如 “日本 8415 类目下的进口”)
- 结合大模型快速获取真实贸易情报,辅助市场分析
FAQ from 全球海关贸易数据 Mcp 服务
支持哪些国家/地区?
全球 238 个国家和地区,支持中文名、英文名、ISO 2/3 位编码查询。
如何获取 API Key?
访问 https://tradee.topease.net/ 注册账号即可获取。
查询有什么限制?
API 有请求频率限制,page_size 最大值为 20。
数据更新频率是多少?
数据定期更新,具体请参考 topease.net 官网说明。
为什么工具参数中没有 api_key?
API Key 通过环境变量或 HTTP 请求头配置,简化大模型调用。
Frequently asked questions
支持哪些国家/地区?
全球 238 个国家和地区,支持中文名、英文名、ISO 2/3 位编码查询。
如何获取 API Key?
访问 https://tradee.topease.net/ 注册账号即可获取。
查询有什么限制?
API 有请求频率限制,`page_size` 最大值为 20。
数据更新频率是多少?
数据定期更新,具体请参考 topease.net 官网说明。
为什么工具参数中没有 `api_key`?
API Key 通过环境变量或 HTTP 请求头配置,简化大模型调用。
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments