# IT桔子 MCP (remote · mcp.itjuzi.com)

Hosted MCP for IT桔子 primary market company, funding, investor and sector data.

- Trust score: 61/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.itjuzi.com`: 61/100 (this document), [markdown](https://verifymcp.io/servers/lgyers-itjuzi-mcp/mcp.md), [page](https://verifymcp.io/servers/lgyers-itjuzi-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.itjuzi.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 18 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 58/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2641 tokens (~146/item across 18 items; 18 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http lgyers-itjuzi-mcp https://mcp.itjuzi.com/mcp
```

### Codex

```toml
[mcp_servers.lgyers-itjuzi-mcp]
url = "https://mcp.itjuzi.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lgyers-itjuzi-mcp": {
      "type": "remote",
      "url": "https://mcp.itjuzi.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lgyers-itjuzi-mcp --url https://mcp.itjuzi.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  lgyers-itjuzi-mcp:
    url: "https://mcp.itjuzi.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "lgyers-itjuzi-mcp": {
      "type": "http",
      "url": "https://mcp.itjuzi.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 61, 0)

- [functional] New tool “search_person_investment_cases”

### 2026-08-02 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 60, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 58, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 56, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 55)

First indexed and scored.

## MCP tools (18)

### `search_companies` (~208 tokens)

按公司关键词、行业、标签、中国/海外地区、成立年份、发展阶段、千里马、独角兽、公司资质等条件分页查询对外可见公司，适合回答有哪些公司、按名称找公司和补充项目背景；工商名称、工商注册名称、工商全称对应字段 registered_name。如用户只问总数、多少家、数量，优先使用 count_companies。

Input parameters:

- `born_year_end`
- `born_year_start`
- `cities`
- `cursor`
- `fields`
- `fund_status_ids`
- `is_horse_club`
- `is_unicorn`
- `keyword` (string)
- `location`
- `page_size`
- `provinces`
- `qualification_type_ids`
- `scope_ids`
- `sub_scope_ids`
- `tag_ids`
- `tag_match_mode` (string)

Output parameters:

- `result` (object)

### `count_companies` (~170 tokens)

按公司关键词、行业、标签、中国/海外地区、成立年份、发展阶段、千里马、独角兽、公司资质等条件统计对外可见公司总数。适合回答多少家公司、总计几家、数量是多少；不要为了计数遍历 search_companies 分页。

Input parameters:

- `born_year_end`
- `born_year_start`
- `cities`
- `fund_status_ids`
- `is_horse_club`
- `is_unicorn`
- `keyword` (string)
- `location`
- `provinces`
- `qualification_type_ids`
- `scope_ids`
- `sub_scope_ids`
- `tag_ids`
- `tag_match_mode` (string)

Output parameters:

- `result` (object)

### `search_closed_companies` (~258 tokens)

分页查询死亡/关闭公司库。按公司关键词、行业、标签、中国/海外地区、成立年份、发展阶段、千里马、独角兽、公司资质、关闭日期、关闭原因或一级关闭原因筛选，返回公司画像、最新融资摘要、关闭日期和死亡原因。适合回答最近倒闭了哪些公司、某赛道死亡公司清单、某关闭原因下有哪些公司。如用户只问总数、多少家、数量，优先使用 count_closed_companies。

Input parameters:

- `born_year_end`
- `born_year_start`
- `cities`
- `close_date_end`
- `close_date_start`
- `closure_parent_type_ids`
- `closure_type_ids`
- `cursor`
- `fields`
- `fund_status_ids`
- `is_horse_club`
- `is_unicorn`
- `keyword` (string)
- `location`
- `page_size`
- `provinces`
- `qualification_type_ids`
- `scope_ids`
- `sub_scope_ids`
- `tag_ids`
- `tag_match_mode` (string)

Output parameters:

- `result` (object)

### `count_closed_companies` (~207 tokens)

按行业、标签、地区、成立年份、发展阶段、公司资质、关闭日期、关闭原因或一级关闭原因统计死亡/关闭公司数量。适合回答某赛道倒闭公司有多少家、某年度关闭公司数量、某原因下关闭公司总数；不要为了计数遍历 search_closed_companies 分页。

Input parameters:

- `born_year_end`
- `born_year_start`
- `cities`
- `close_date_end`
- `close_date_start`
- `closure_parent_type_ids`
- `closure_type_ids`
- `fund_status_ids`
- `is_horse_club`
- `is_unicorn`
- `keyword` (string)
- `location`
- `provinces`
- `qualification_type_ids`
- `scope_ids`
- `sub_scope_ids`
- `tag_ids`
- `tag_match_mode` (string)

Output parameters:

- `result` (object)

### `resolve_companies` (~116 tokens)

批量把用户给出的公司简称或工商全称解析为 IT桔子 company_id，返回每个输入名称的候选匹配；工商名称、工商注册名称、工商全称对应字段 registered_name。适合处理用户给定的一批公司名单，例如先解析19家独角兽公司，再调用 get_company_funding_events 查询融资历史。

Input parameters:

- `exact_only` (boolean)
- `fields`
- `limit_per_name` (integer)
- `names` (array, required)

Output parameters:

- `result` (object)

### `get_company_profile` (~67 tokens)

按公司ID查询公司画像，包括公司简称、工商全称 registered_name、行业、标签、地区、简介、最新融资和历史投资方等字段；工商名称、工商注册名称均对应 registered_name。

Input parameters:

- `company_id` (integer, required)
- `fields`

Output parameters:

- `result` (object)

### `get_company_funding_events` (~71 tokens)

按公司ID分页查询公司融资历史，返回轮次、金额、币种、投资方、FA和估值等信息。

Input parameters:

- `company_id` (integer, required)
- `cursor`
- `fields`
- `is_underwater`
- `page_size`

Output parameters:

- `result` (object)

### `search_events` (~187 tokens)

按时间、行业、标签、轮次等条件分页查询事件。event_type 表示物理来源：invse 融资/轮次事件、merger 并购事件；event_category 表示业务分类：investment 投资轮次、listing 上市相关、merger 并购；is_underwater 可筛选未披露水下事件，尝鲜版和标准版不可查看水下事件明细。

Input parameters:

- `cities`
- `cursor`
- `date_end`
- `date_start`
- `event_category`
- `event_type`
- `fields`
- `is_underwater`
- `location`
- `page_size`
- `provinces`
- `round_ids`
- `scope_ids`
- `sub_scope_ids`
- `tag_ids`

Output parameters:

- `result` (object)

### `rank_companies_by_funding` (~165 tokens)

按公司动态汇总融资事件等值人民币金额并排序，支持公司标签、行业、地区、时间和轮次过滤；适合回答某赛道公司融资总额TOP排名，并可排除IPO上市、IPO上市后等轮次；统计默认包含未披露水下事件。

Input parameters:

- `cities`
- `company_tag_ids`
- `company_tag_match_mode` (string)
- `date_end`
- `date_start`
- `exclude_round_ids`
- `fields`
- `include_round_ids`
- `is_underwater`
- `limit`
- `location`
- `provinces`
- `scope_ids`
- `sub_scope_ids`

Output parameters:

- `result` (object)

### `aggregate_funding_by_tags` (~153 tokens)

按公司标签、时间段和地区聚合融资事件数、披露金额事件数、获投公司数和融资总额，适合回答某赛道或标签集合在全国/城市之间的融资统计和同比、环比对比；统计默认包含未披露水下事件。

Input parameters:

- `date_ranges` (array, required)
- `event_category` (string)
- `exclude_round_ids`
- `include_round_ids`
- `is_underwater`
- `location`
- `regions` (array, required)
- `scope_ids`
- `sub_scope_ids`
- `tag_ids`
- `tag_match_mode` (string)

Output parameters:

- `result` (object)

### `search_investors` (~88 tokens)

按机构名称关键词搜索投资机构，返回机构ID、案例数、最近投资时间和活跃行业。

Input parameters:

- `cursor`
- `fields`
- `is_fa`
- `is_government_guidance_fund`
- `is_state_owned`
- `keyword` (string)
- `page_size`
- `prop_ids`

Output parameters:

- `result` (object)

### `get_investor_profile` (~46 tokens)

按机构ID查询投资机构画像，包括投资案例数、最近投资时间和活跃行业摘要。

Input parameters:

- `fields`
- `investor_id` (integer, required)

Output parameters:

- `result` (object)

### `search_investor_cases` (~134 tokens)

按机构ID分页查询机构投资案例，可按被投公司标签、行业和轮次筛选，适合回答某机构投过哪些具身智能、机器人、AI等标签公司；高权限套餐可查看未披露水下事件标识。

Input parameters:

- `company_tag_ids`
- `company_tag_match_mode` (string)
- `cursor`
- `fields`
- `investor_id` (integer, required)
- `is_underwater`
- `page_size`
- `round_ids`
- `scope_ids`
- `sub_scope_ids`

Output parameters:

- `result` (object)

### `search_person_investment_cases` (~137 tokens)

按人物ID或人物姓名分页查询人物投资案例，可按被投公司标签、行业和轮次筛选，适合回答某位投资人个人参与投资过哪些公司；高权限套餐可查看未披露水下事件标识。

Input parameters:

- `company_tag_ids`
- `company_tag_match_mode` (string)
- `cursor`
- `fields`
- `is_underwater`
- `page_size`
- `person_id`
- `person_keyword`
- `round_ids`
- `scope_ids`
- `sub_scope_ids`

Output parameters:

- `result` (object)

### `search_company_investment_cases` (~152 tokens)

查询企业对外投资案例，按组织关系归并公司和机构投资主体；适合回答某赛道企业做过哪些对外投资，例如具身智能企业投了哪些公司；高权限套餐可查看未披露水下事件标识。

Input parameters:

- `cursor`
- `date_end`
- `date_start`
- `fields`
- `investor_company_ids`
- `investor_scope_ids`
- `investor_sub_scope_ids`
- `investor_tag_ids`
- `is_underwater`
- `page_size`
- `round_ids`
- `target_scope_ids`
- `target_sub_scope_ids`

Output parameters:

- `result` (object)

### `search_fa_cases` (~117 tokens)

查询结构化FA服务案例，返回FA机构、被服务公司、融资轮次、金额、时间和行业等信息；高权限套餐可查看未披露水下事件标识。

Input parameters:

- `company_ids`
- `cursor`
- `date_end`
- `date_start`
- `fa_ids`
- `fields`
- `is_underwater`
- `page_size`
- `round_ids`
- `scope_ids`
- `sub_scope_ids`

Output parameters:

- `result` (object)

### `get_lookup_options` (~95 tokens)

查询小型字典选项，用于把自然语言条件映射为ID，例如行业、子行业、融资轮次、省份、发展阶段、机构类型、公司资质和死亡原因。不传 lookup_type 时只返回字典类型和数量摘要。标签数量较大，不要用本工具获取标签全集；赛道或标签词映射请调用 search_tags。

Input parameters:

- `lookup_type`

Output parameters:

- `result` (object)

### `search_tags` (~52 tokens)

按关键词搜索标签，适合把用户输入的赛道词如人工智能、机器人、低空经济映射为 tag_id。

Input parameters:

- `keyword` (string)
- `limit` (integer)

Output parameters:

- `result` (object)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/lgyers-itjuzi-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 60
- 2026-07-31: 60
- 2026-07-30: 58
- 2026-07-29: 57
- 2026-07-28: 57
- 2026-07-27: 56
- 2026-07-26: 55

## Links

- Remote endpoint: https://mcp.itjuzi.com/mcp
- Repository: https://github.com/lgyers/itjuzi-mcp
- Website: https://www.itjuzi.com/
- Changelog RSS feed: https://verifymcp.io/servers/lgyers-itjuzi-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/lgyers-itjuzi-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/lgyers-itjuzi-mcp/mcp
