CNBizAPI MCP Server
Enables AI agents to query detailed information on 77M+ Chinese companies, including basic data, shareholders, legal risks, and more, through a pay-per-query MCP server.
README
CNBizAPI — China Business Intelligence MCP Server
Query any Chinese company with one API call. REST API + MCP Server for AI Agents.
Features
- 🇨🇳 77M+ Chinese enterprises — covers ALL registered companies in China
- ⚡ MCP Native — works with Claude Code, Cursor, OpenClaw out of the box
- 🔄 Daily updates — data synced from official government registries (SAMR)
- 💰 Pay-per-query — free 200 queries/month, then from $0.057/query
- 🌍 Bilingual — all responses in Chinese + English
- 🔑 Self-service — register → API key → start querying in 60 seconds
Quick Start
1. Get Your Free API Key
curl -X POST https://api.cnbizapi.com/v1/auth/register \
-H "Content-Type: application/json" \
-d '{"email":"you@example.com","password":"your_password"}'
Save the api_key from the response (format: cbz_xxxx).
2. Add to Claude Code / Cursor
Add to your MCP settings:
{
"mcpServers": {
"cnbizapi": {
"url": "https://mcp.cnbizapi.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
3. Ask Your AI
- "Search for Tencent's company information"
- "查一下华为技术有限公司的股东信息"
- "Verify if USCC 91440300708461136T matches 腾讯科技 (深圳) 有限公司"
12 Tools
| Tool | Description | Credits |
|---|---|---|
search_company |
Fuzzy search / 企业模糊搜索 | Free |
get_company_basic |
Basic info (30+ fields) / 基本工商信息 | Free |
verify_company |
2-element verification / 二要素验证 | Free |
get_shareholders |
Shareholders / 股东信息 | 1 |
get_executives |
Key personnel / 高管信息 | 1 |
get_investments |
Investments / 对外投资 | 1 |
get_legal_risks |
Legal risks / 法律风险 | 4 |
get_ip_pledge |
IP pledge / 知识产权出质 | 2 |
get_annual_report |
Annual report / 年报数据 | 4 |
get_branches |
Branches / 分支机构 | 1 |
get_changes |
Changes / 变更记录 | 1 |
get_company_full |
Full profile / 全量画像 | 8 |
REST API
Base URL: https://api.cnbizapi.com/v1
# Search
curl -H "Authorization: Bearer YOUR_KEY" \
"https://api.cnbizapi.com/v1/company/search?keyword=腾讯"
# Basic info
curl -H "Authorization: Bearer YOUR_KEY" \
"https://api.cnbizapi.com/v1/company/basic?q=91440300708461136T"
# Full profile
curl -H "Authorization: Bearer YOUR_KEY" \
"https://api.cnbizapi.com/v1/company/full?q=华为技术有限公司"
Pricing
| Tier | Credits | Price | Per Credit |
|---|---|---|---|
| Free | 200/month | $0 | — |
| Starter | 200 | $19.99 | $0.100 |
| Pro | 800 | $59.99 | $0.075 |
| Business | 3,500 | $199.99 | $0.057 |
Links
- 🌐 Website: cnbizapi.com
- 📖 API Docs: api.cnbizapi.com
- 🔌 MCP Server:
https://mcp.cnbizapi.com/mcp
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。