Server data from the Official MCP Registry
Hosted MCP for IT桔子 primary market company, funding, investor and sector data.
Hosted MCP for IT桔子 primary market company, funding, investor and sector data.
Remote endpoints: streamable-http: https://mcp.itjuzi.com/mcp
This is a well-structured MCP client for querying venture capital/private market data. Authentication is properly handled via API keys stored in environment variables or secure config files (mode 0o600), and credentials are never logged in plaintext. Code quality is good with proper input validation, error handling, and no dangerous patterns detected. Permissions are appropriate for a developer tool that queries remote APIs. Supply chain analysis found 2 known vulnerabilities in dependencies (2 critical, 0 high severity).
7 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
IT桔子 MCP 是一个远程托管的 streamable-http MCP 服务,支持在 WorkBuddy、Claude、Cursor、Cherry Studio 等 MCP 客户端中通过自然语言查询一级市场结构化数据。
本项目是 IT桔子 MCP 的公开客户端项目,包含 npm CLI、公开工具目录、接入文档和使用案例。服务端由 IT桔子托管运行,后端源码、数据库结构、同步任务和专有数据集不在本仓库开源。
在支持 MCP 的客户端中添加:
{
"mcpServers": {
"itjuzi-mcp": {
"url": "https://mcp.itjuzi.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer YOUR_ITJUZI_MCP_API_KEY"
},
"disabled": false
}
}
}
接入后可以直接自然语言提问:
npm install -g itjuzi-mcp
配置 API Key:
itjuzi-mcp init --api-key YOUR_API_KEY
检查连接:
itjuzi-mcp doctor
生成 MCP 客户端配置:
itjuzi-mcp print-config --client workbuddy
查看自然语言案例:
itjuzi-mcp examples
查看公开工具:
itjuzi-mcp tools
CLI 主要用于配置、诊断、演示和复现工具调用。普通用户更推荐在 MCP 客户端中自然语言提问。
itjuzi-mcp tag search --keyword 具身智能 --limit 10
itjuzi-mcp company search --tag_ids 14956 --location in --page_size 20
itjuzi-mcp company investment-cases --investor_tag_ids 14956 --page_size 20
itjuzi-mcp funding events --tag_ids 14956 --location in --date_start 2026-01-01
itjuzi-mcp lookup options --lookup_type round
技术用户可以用 raw 命令复现单个工具调用:
itjuzi-mcp raw search_tags --json '{"keyword":"具身智能","limit":10}'
search_tags、search_investors、get_lookup_options 等工具查询。本仓库中的客户端代码、公开文档和示例使用 MIT License。
IT桔子托管 MCP 服务、后端实现、数据库结构、同步任务和专有数据集不在本仓库开源。
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.