supplygraph_data

SupplyGraph.AI Data MCP Server This is the data-access MCP server for SupplyGraph.AI.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Poi Data Shopping: 基于明确的市级或区县级行政区名称,查询该行政区范围内的购物 POI 明细列表。覆盖:超市、商场、购物中心、便利店、专卖店等。不回答超市/商场数量统计(请用兴趣点数量指标)。典型问法:某区超市分布、有哪些购物中心、便利店列表。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'mete
  • Gov Data Population: 查询地区人口宏观统计指标(数量/占比/增长率)。覆盖:常住与户籍人口、年龄代际人口(60/70/80/90后等统称人口数量与占比)、劳动力/老年/儿童人口、城镇化率、人口增长。不回答企业数量或 POI 门店明细。典型问法:某区常住人口、劳动力人口占比、80后人口数量、人口TOP城市。 Pricing: {'unit': 'credits', 'billin
  • Company Branch: 基于明确指定的企业名称,查询该企业在全国各地的分支机构(包含分公司)信息,包括分支机构名称、负责人、成立日期、经营状态等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

SupplyGraph.AI Data MCP Server

This is the data-access MCP server for SupplyGraph.AI.

Clients call tools to fetch data from SupplyGraph. What you can fetch is listed below. This repository is the source of the hosted endpoint for China-region access. Hostnames under daasmart.com are only used to register for an API key and to send MCP requests; they are not a separate product.

Role URL
Public MCP https://mcp.daasmart.com/mcp
Upstream Agent API https://agent.daasmart.com/api/v1/agents
Console (API keys) https://www.daasmart.com/zk_chat_os/dashboard/dashboard.html

What this MCP is for

This is a read-only data MCP for SupplyGraph.AI. Clients list tools with tools/list and fetch data with tools/call. It does not write to the graph, does not require uploading supplier lists, and does not store user credentials.

Tools query places, regions, parks, industries, and companies on SupplyGraph’s continuously updated data. Typical questions: which firms sit in a park, how a city/district is doing, who is in a named industry chain, or what is around a specific address.

Live tool names and input schemas come from tools/list. Use that list; do not hard-code agent ids.

What you can query

Scope English You ask about You get Not for
选点 POI A named, map-located facility in an administrative area (school, hospital, gas station, bank/ATM, pharmacy, restaurant, brand outlet) The matching places (names/locations), not a count “How many schools in this city?”
园区 Park A named industrial park or development zone Enterprises and attributes of that park An unnamed city-wide firm dump
区域 Region A province / city / district Aggregate indicators and trends: population, GDP, fiscal, investment, employment, land, housing, traffic, public services Name-level company lists
产业 Industry A named industry chain (e.g. NEV, low-altitude economy, ICs), optionally scoped by region Enterprise lists or counts under that chain A chain name you do not have
企业 Company One known firm (name or USCC), or a filter by region + registration conditions (capital, industry, status, abnormal operations, dishonesty, listing, social-insurance headcount, founding year, keywords) A single-firm profile, or a filtered firm set — no park/chain name required
地址周边 Address nearby A specific address, landmark, road, community, or park gate Nearby population, housing prices, facilities, and similar indicators The same metrics for an admin region alone (use Region)

The same server also exposes supply-chain tools (risk prediction, enterprise-change monitoring, tariff/HS) when those agents are mcp.enabled. Prefer the table above for China geo and registry questions.

How to choose a tool

  • Named facility on a map → POI / 选点
  • Named park or zone → Park / 园区
  • Province / city / district totals or trends → Region / 区域
  • Named industry chain → Industry / 产业
  • One company, or firms matching registration filters → Company / 企业
  • Around a street address or landmark → Address nearby / 地址周边

Connect

Hosted endpoint: https://mcp.daasmart.com/mcp
Transport: MCP Streamable HTTP.

1. Get an API key

  1. Open the SupplyGraph.AI Console. If you are not signed in, you will be redirected to the login page. New users can register there.
  2. After you sign in, you land on the Console. Open A2A / MCP and click Create Production Key or Create Sandbox Key.
  3. Copy the key and keep it private. Use it as Authorization: Bearer .

The same SupplyGraph.AI key works for MCP, A2A, and the Agent API.
Sandbox keys (no credit consumption) are also created in that Console page.
Account, billing, and key management stay in the Console — this repository does not issue keys.

2. Add the server to an MCP client

{
  "mcpServers": {
    "supplygraph": {
      "url": "https://mcp.daasmart.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_API_KEY with the raw key from the Console. If your client config already prefixes Bearer (for example Cursor .mcp.json with "Authorization": "Bearer ${env:SUPPLYGRAPH_API_KEY}"), put only the raw key in the variable — do not add a second Bearer.

tools/call requires the Bearer token. initialize and tools/list do not.

Список инструментов сервера (60)

Технические названия из tools/list. Нужны только разработчикам.

poi_data_shopping基于明确的市级或区县级行政区名称,查询该行政区范围内的购物 POI 明细列表。覆盖:超市、商场、购物中心、便利店、专卖店等。不回答超市/商场数量统计(请用兴趣点数量指标)。典型问法:某区超市分布、有哪些购物中心、便利店列表。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one POI type (example: Wuhou District × metro station). Not charged per POI store/row.'}}
gov_data_population查询地区人口宏观统计指标(数量/占比/增长率)。覆盖:常住与户籍人口、年龄代际人口(60/70/80/90后等统称人口数量与占比)、劳动力/老年/儿童人口、城镇化率、人口增长。不回答企业数量或 POI 门店明细。典型问法:某区常住人口、劳动力人口占比、80后人口数量、人口TOP城市。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one indicator × one date version (example: Chengdu × permanent population × 2023). Charged by returned units after query, capped by the user request.'}}
company_branch基于明确指定的企业名称,查询该企业在全国各地的分支机构(包含分公司)信息,包括分支机构名称、负责人、成立日期、经营状态等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_certlist基于明确指定的企业名称,查询该企业拥有的资质证书信息,包括证书编号、证书类型、发证日期、证书失效日期、证书撤销日期、证书注销日期、证书状态、证书详情等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_can_apply_subsidy基于明确指定的企业名称,查询该企业可申领的政策补贴信息,包括项目名称、项目类型、政策奖励等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
enterprise_change_legal_compliance_risk基于具体企业名称,按企业查询企业风险方面的周期变化,用于查询劳动仲裁、重大诉讼处罚、高管合规及未结案诉讼等风险。不用于失信限高、经营异常、欠税等主体违规违法画像。 涉及指标/类型:企业高管是否违反过竞业禁止协议;企业是否涉及未解决的劳动仲裁或集体诉讼案件;是否有涉及劳动纠纷或仲裁败诉的记录;近两年是否存在重大法律诉讼或行政处罚;高管是否有过往违规或负面历史记录;是否存在员工内部举报的生产或管理问题;是否有未结案的民事/行政诉讼 不包含:非本分类指标;按园区/产业链批量筛企业名单 典型问法:中国比亚迪股份有限公司企业高管是否违反过竞业禁止协议;美国Tesla, Inc.企业是否涉及未解决的劳动仲裁或集体诉讼案件;日本丰田自动车株式会社是否有涉及劳动纠纷或仲裁败诉的记录 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 70, 'unit_description': 'optional'}
company_chattel_mortgage基于明确指定的企业名称,查询该企业涉及的动产抵押信息,包括登记日期、状态、被担保债权数额、登记机关、登记编号等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
poi_data_automotive基于明确的市级或区县级行政区名称,查询该行政区范围内的汽车与摩托相关 POI 明细列表。覆盖:加油站、充电站、4S店、汽修洗车、摩托车服务等。不回答加油站数量等统计(请用兴趣点数量指标)。典型问法:某区加油站分布、充电站列表、洗车场有哪些。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one POI type (example: Wuhou District × metro station). Not charged per POI store/row.'}}
company_competing基于明确指定的企业名称,查询该企业的竞品信息,包括竞品项目名称、竞品项目标签、最新融资轮次、成立时间、所属地、项目简介、所属企业、品牌介绍、联系电话、邮箱、官方网址、地址等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_equity_freeze基于明确指定的企业名称,查询该企业涉及的股权冻结信息,包括被执行人、股权数额、执行通知文书号、类型、状态等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_change_record基于明确指定的企业名称,查询该企业的变更记录信息,信息维度包括变更前、变更后、变更内容、变更日期等。比如可以查询企业的法定代表人变更、注册资本变更、经营范围变更等各种企业工商信息变更。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
gov_data_economy查询地区宏观经济统计指标。覆盖:GDP/产业增加值、居民收入与消费、产业活跃度、消费价格、营商环境。不含单行业企业数量(请用市场主体规模/异动)与 POI 明细。典型问法:某市GDP、人均可支配收入、GDP过万亿的城市。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one indicator × one date version (example: Chengdu × permanent population × 2023). Charged by returned units after query, capped by the user request.'}}
gov_data_transport查询地区交通运行宏观统计指标。覆盖:公交线路与覆盖、高峰通行速度、铁路/民航班次与吞吐量等统计值。不返回地铁站/公交站等具体点位列表与分布(明细请用「地铁站公交站等交通设施分布」poi_data_transport)。典型问法:某区早高峰通行速度、机场吞吐量TOP城市。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one indicator × one date version (example: Chengdu × permanent population × 2023). Charged by returned units after query, capped by the user request.'}}
company_executed_person基于明确指定的企业名称,查询该企业是否有被判定为被执行人的记录,包括被执行人、案号、执行标的、执行法院、执行状态、立案日期等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_executive基于明确指定的企业名称,查询该企业的高管信息,包括所属公司、姓名、性别、职务、学历、任职时间、简介等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_filing_information基于明确指定的企业名称,查询该企业涉及的立案信息,包括案号、公告/法院、立案日期、开庭日期、结束日期、承办法官、助理法官、当事人、原告、被告、案件状态等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_financing基于明确指定的企业名称,查询该企业的融资信息,包括发布日期、融资轮次、融资金额、投资方等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
gov_data_land查询地区土地成交与地价宏观指标。覆盖:工业/商业/住宅等用地成交面积、宗数、总价、单价。不含房价明细挂牌列表或企业数量主口径。典型问法:某区工业用地成交单价、土地成交面积TOP城市。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one indicator × one date version (example: Chengdu × permanent population × 2023). Charged by returned units after query, capped by the user request.'}}
company_import_export基于明确指定的企业名称,查询该企业拥有的进出口信用信息,包括海关注册编码、注册海关、是否注销、行业类别、经营类别、注册日期、报关有效期、海关信用等级等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
gov_data_enterprise_change查询地区企业/个体户新增注册、注销、吊销与增长等异动指标。覆盖:新增数量/占比、注销吊销、近2年增长、存续年限结构。不含存量规模点查主口径(请用市场主体规模)。典型问法:某区本年度新增注册企业数量、新增企业最多的城市。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one indicator × one date version (example: Chengdu × permanent population × 2023). Charged by returned units after query, capped by the user request.'}}
company_copyright基于明确指定的企业名称,查询该企业拥有的软件著作权信息,包括登记号、软件名称、软件简介、版本号、软件著作分类、行业分类、登记日期、软件著作人、国籍等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_invest基于明确指定的企业名称,查询该企业的对外投资信息,包括被投资方公司名字、被投资方公司开业时间、投资金额、公司状态、投资比例等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_judgement基于明确指定的企业名称,查询该企业涉及的裁判文书信息,包括案号、日期、案件名称、案由、案件身份等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
gov_data_enterprise_scale查询地区企业/个体户/上市企业存量规模指标。覆盖:注册企业数量、密度、行业结构占比、平均注册资本等。不含新增注册/注销/吊销(请用市场主体异动)。典型问法:某区本地注册企业数量、制造业企业占比、企业数量TOP城市。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one indicator × one date version (example: Chengdu × permanent population × 2023). Charged by returned units after query, capped by the user request.'}}
gov_data_innovation查询地区创新与知识产权宏观指标。覆盖:高新技术/创新产业企业数量、专利与研发、科技服务等。不含普通全行业企业存量总览(请用市场主体规模)。典型问法:某区高新技术企业数量、专利相关指标TOP城市。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one indicator × one date version (example: Chengdu × permanent population × 2023). Charged by returned units after query, capped by the user request.'}}
company_patent基于明确指定的企业名称,查询该企业拥有的专利信息,包括专利名称、申请号公布、专利类型、公布日期等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_punish基于明确指定的企业名称,查询该企业受到的行政处罚记录,包括决定文书号、决定日期、行政处罚种类、决定机关、处罚事由、处罚结果等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
poi_data_transport基于明确的市级或区县级行政区名称,查询该行政区范围内的交通设施 POI 明细列表(名称、坐标、分布、有哪些)。覆盖:机场、火车站、地铁站、公交站、停车场等。不回答「有多少个地铁站」等数量统计(数量请用医院超市等兴趣点数量指标 gov_data_poi_amenity;通行速度/吞吐量请用通行速度运量等交通运行指标)。典型问法:某区地铁站分布、有哪些火车站、公交站列表。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one POI type (example: Wuhou District × metro station). Not charged per POI store/row.'}}
company_illegal基于明确指定的企业名称,查询该企业涉及的严重违法信息,包括列入日期、列入严重违法名录的原因、列入决定机关、移出日期、移出严重违法名录的原因、移出决定机关等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_randomin_spection基于明确指定的企业名称,查询该企业涉及的抽查检查信息,包括检查机构、抽查类型、抽查日期、抽查结果等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_session_announcement基于明确指定的企业名称,查询该企业涉及的法院公告信息,包括公告日期、公告类型、案由(纠纷类型)、法院、当事人、公告内容等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_supplier基于明确指定的企业名称,查询该企业从招投标中分析得到的供应商列表,包括信息来源、供应商、合作日期等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_tax_violation基于明确指定的企业名称,查询该企业涉及的税收违法信息,包括案件上报日期、案件性质、违法事实、处罚情况等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
gov_data_public_opinion查询地区舆情与安全感知宏观指标。覆盖:网络热度/口碑/抱怨影响力、官媒宣传影响力、社会与生态安全事件影响。不含环境物理监测值主口径(空气质量等请用生态环境)或 POI 明细。典型问法:某区空气污染网络热度、垃圾治理舆情较高的城市。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one indicator × one date version (example: Chengdu × permanent population × 2023). Charged by returned units after query, capped by the user request.'}}
gov_data_urban_facility查询地区城市设施与公共服务配套宏观指标。覆盖:幼儿园/医疗等配置完备度与可达性、公共设施管理等配套统计。不是超市/医院等 POI 个数(个数请用兴趣点数量指标)也不是门店明细(请用 poi_data_*)。典型问法:某区幼儿园配置完备度、公共设施配套较好的城市。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one indicator × one date version (example: Chengdu × permanent population × 2023). Charged by returned units after query, capped by the user request.'}}
company_licensing基于明确指定的企业名称,查询该企业获得的行政许可信息,包括行政许可证号、许可名称、许可内容、有效期自、有效期至、许可机关等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_web基于明确指定的企业名称,查询该企业的网站备案信息,包括首页地址、网站名称、域名、备案号等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
company_works基于明确指定的企业名称,查询该企业拥有的作品著作权信息,包括登记号、作品类别、作品名称、创作完成日期、首次发表日期、登记日期等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
gov_data_environment查询地区生态环境宏观指标。覆盖:空气质量(AQI/PM)、优良天数、地表水等级、环保治理相关统计。不含舆情热度(请用舆情主题)或 POI 明细。典型问法:某区空气质量优良天数比例、PM2.5、空气质量最好的城市。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one indicator × one date version (example: Chengdu × permanent population × 2023). Charged by returned units after query, capped by the user request.'}}
poi_data_education_culture基于明确的市级或区县级行政区名称,查询该行政区范围内的科教文化 POI 明细列表。覆盖:小学/中学/高校、博物馆、图书馆、科技馆等。不回答学校/场馆数量统计(请用兴趣点数量指标)。典型问法:某区小学分布、有哪些高等院校、博物馆列表。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one POI type (example: Wuhou District × metro station). Not charged per POI store/row.'}}
gov_data_poi_amenity查询地区 POI 宏观计数指标(有多少/数量/密度/增长)。覆盖:餐饮、购物、生活服务、文体休闲、科教文化、医疗、汽车服务、住宿景区、金融商务等兴趣点统计。不返回具体门店名称与坐标分布列表(明细请用 poi_data_*)。典型问法:某区综合医院数量、肯德基门店数量、超市数量TOP城市。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one indicator × one date version (example: Chengdu × permanent population × 2023). Charged by returned units after query, capped by the user request.'}}
due_diligence_reportGenerates comprehensive supplier due diligence reports using global enterprise data, benchmarking ownership, legal, and financial risk for compliance and procurement decisions. Pricing: {'unit': 'credits', 'options': [{'chapter_name': 'Company Registration Information', 'per_run': 1518}, {'chapter_name': 'Branch Offices', 'per_run': 1650}, {'chapter_name': 'Corporate Brand Initiatives', 'per_run': 2079}, {'chapter_name': 'Administrative Sanctions', 'per_run': 1485}, {'chapter_name': 'Software Copyright Details', 'per_run': 1551}, {'chapter_name': 'Outbound Investments', 'per_run': 1650}, {'chapter_name': 'Financing Activities', 'per_run': 1452}, {'chapter_name': 'Competitor Analysis', 'per_run': 1485}, {'chapter_name': 'Subsidiary Companies', 'per_run': 1848}, {'chapter_name': 'Trademark Portfolio', 'per_run': 4059}, {'chapter_name': 'Patent Holdings', 'per_run': 12045}, {'chapter_name': 'Website Registrations', 'per_run': 1419}, {'chapter_name': 'Court Judgments', 'per_run': 1584}, {'chapter_name': 'Shareholder Structure', 'per_run': 1386}, {'chapter_name': 'Senior Management Team', 'per_run': 1452}, {'chapter_name': 'Administrative Permits', 'per_run': 1749}, {'chapter_name': 'Court Hearing Notices', 'per_run': 3696}, {'chapter_name': 'Court Notices', 'per_run': 3597}, {'chapter_name': 'Equity Pledges', 'per_run': 1419}, {'chapter_name': 'Mobile Applications', 'per_run': 1386}, {'chapter_name': 'Copyrighted Works', 'per_run': 1749}, {'chapter_name': 'Equity Freezes', 'per_run': 1419}, {'chapter_name': 'Chattel Mortgages', 'per_run': 1419}, {'chapter_name': 'WeChat Official Accounts', 'per_run': 1386}, {'chapter_name': 'Tendering and Bidding Activities', 'per_run': 2145}, {'chapter_name': 'Qualification Certificates', 'per_run': 2310}, {'chapter_name': 'Engineering Irregularities', 'per_run': 1419}, {'chapter_name': 'Major Regulatory Violations', 'per_run': 1452}, {'chapter_name': 'Compensation and Benefits', 'per_run': 1386}, {'chapter_name': 'Enforcement Targets', 'per_run': 1452}, {'chapter_name': 'Supplier Network', 'per_run': 1584}, {'chapter_name': 'Credit Ratings', 'per_run': 1419}, {'chapter_name': 'Tax Offenses', 'per_run': 1419}, {'chapter_name': 'Regulatory Spot Checks', 'per_run': 1485}, {'chapter_name': 'Import-Export Credit Records', 'per_run': 1386}, {'chapter_name': 'Regulatory Actions', 'per_run': 1617}, {'chapter_name': 'Granted Government Subsidies', 'per_run': 1551}, {'chapter_name': 'Eligible Government Subsidies', 'per_run': 1584}, {'chapter_name': 'Consolidated Statements of Operations', 'per_run': 1749}, {'chapter_name': 'Income Statement', 'per_run': 1947}, {'chapter_name': 'Statement of Cash Flows', 'per_run': 2442}, {'chapter_name': 'Consolidated Balance Sheets', 'per_run': 2145}, {'chapter_name': 'ALL', 'per_run': 26400}]}
poi_data_life_service基于明确的市级或区县级行政区名称,查询该行政区范围内的生活服务与休闲娱乐 POI 明细列表。覆盖:美容美发、维修、物流、健身房、电影院、娱乐场所等。不回答这类设施的数量统计(请用兴趣点数量指标)。典型问法:某区健身房分布、电影院列表、美容美发店有哪些。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one POI type (example: Wuhou District × metro station). Not charged per POI store/row.'}}
poi_data_medical基于明确的市级或区县级行政区名称,查询该行政区范围内的医疗保健 POI 明细列表。覆盖:综合医院、三甲医院、专科医院、卫生院、药店等。不回答医院/药店数量(请用兴趣点数量指标)。典型问法:某区综合医院分布、有哪些三甲医院、药店列表。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one POI type (example: Wuhou District × metro station). Not charged per POI store/row.'}}
tariff_calcCalculates U.S. customs duties by combining HTS base rates with applicable Chapter 99 measures, providing transparent, rule-based tariff outcomes. Pricing: {'unit': 'credits', 'per_run': 10}
poi_data_finance_business基于明确的市级或区县级行政区名称,查询该行政区范围内的金融商务与住宅 POI 明细列表。覆盖:银行、写字楼、产业园区、住宅小区等。不回答银行/小区数量统计(请用兴趣点数量指标)。典型问法:某区银行分布、商务写字楼列表、住宅小区分布。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one POI type (example: Wuhou District × metro station). Not charged per POI store/row.'}}
enterprise_change_competitor_moves基于具体企业名称,按企业查询市场竞争方面的周期变化,用于查询竞争对手在补贴处罚、渠道、新品、技术与定价上的动向。不用于查询本企业自身产品或经营指标。 涉及指标/类型:竞争对手是否获得政府补贴或受到处罚;竞争对手是否拓展了新的销售渠道;竞争对手是否有新产品发布;竞争对手是否有新的技术进展;竞争对手是否调整了产品或服务的价格 不包含:非本分类指标;按园区/产业链批量筛企业名单 典型问法:中国比亚迪股份有限公司竞争对手是否获得政府补贴或受到处罚;美国Tesla, Inc.竞争对手是否拓展了新的销售渠道;日本丰田自动车株式会社竞争对手是否有新产品发布 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 50, 'unit_description': 'optional'}
company_shareholder基于明确指定的企业名称,查询该企业的股东信息,包括发起人/股东、持股比例、认缴出资额、实际出资额等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
poi_data_public_facility基于明确的市级或区县级行政区名称,查询该行政区范围内的公共与政务 POI 明细列表。覆盖:政府机关、派出所、社会团体、公共厕所等。不回答这类设施的数量统计(请用兴趣点数量指标)。典型问法:某区派出所分布、有哪些政府机关、公共厕所列表。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one POI type (example: Wuhou District × metro station). Not charged per POI store/row.'}}
company_data_search查询满足过滤条件的企业名单、列表或数量。过滤条件分两类:(1)行政区可选——若提供,必须是明确的省/市/区县名称;(2)工商条件必填——如注册资本(万元)门槛、行业、存续/注销/吊销、经营异常、失信、上市、参保人数、成立年份、经营范围或名称关键词等,可组合。结果返回的是这些工商相关数据项。不用于按企业名称查某一已知企业的信息;也不用于仅问某地区有多少家企业这类地区企业总量(此类请走 gov_data_enterprise_scale / enterprise_change)。典型问法:成都市注册资金5000万以上的企业;武侯区制造业存续企业名单;高新区2023年新成立的企业。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one company in the returned list (example: each enterprise row). Charged by returned rows, capped by the requested limit.'}}
enterprise_change_capital_brand_innovation基于具体企业名称,按企业查询资本品牌方面的周期变化,用于查询研发投入、专利申报、线上销售占比与管理数字化程度。不用于专利软著持有件数等创新成果数量统计。 涉及指标/类型:研发投入额度;研发投入营收占比;专利申报数量;企业销售线上占比;企业管理数字化程度 不包含:非本分类指标;按园区/产业链批量筛企业名单 典型问法:中国比亚迪股份有限公司研发投入额度;美国Tesla, Inc.研发投入营收占比;日本丰田自动车株式会社专利申报数量 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 50, 'unit_description': 'optional'}
poi_data_dining基于明确的市级或区县级行政区名称,查询该行政区范围内的餐饮 POI 明细列表(门店名称与坐标)。覆盖:中餐厅、快餐、咖啡厅、茶饮、甜品等。不回答餐饮门店数量/密度(请用兴趣点数量指标)。典型问法:某区星巴克分布、有哪些中餐厅、肯德基门店列表。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one POI type (example: Wuhou District × metro station). Not charged per POI store/row.'}}
company_trademark基于明确指定的企业名称,查询该企业拥有的商标信息,包括商标注册号、商标名称、国际分类、申请时间等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
park_listed_company_num基于具体园区名称上市企业数量查询。 涉及指标/类型:上市企业数量 不包含:其他企业分类的统计;企业名单明细 典型问法:中关村软件园上市企业有多少;张江高科技园区上市企业数量;苏州工业园区上市企业有多少家 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 100, 'unit_description': 'optional'}
poi_data_lodging_scenic基于明确的市级或区县级行政区名称,查询该行政区范围内的酒店与景区 POI 明细列表。覆盖:星级宾馆、经济型酒店、公园、动物园、风景名胜等。不回答酒店/公园数量统计(请用兴趣点数量指标)。典型问法:某区五星级宾馆分布、有哪些公园、风景名胜列表。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'meter': {'credits_per_unit': 1, 'unit_description': 'One data unit = one region × one POI type (example: Wuhou District × metro station). Not charged per POI store/row.'}}
cbd_surrounding_population基于中国范围内的具体地址或地点(如门牌、地标、路名、小区名、园区出入口等,必须是中国境内可定位的具体点,不能是市名或区县名本身;不支持境外地址),查询其附近/周边的人口分析(返回人口结构/密度指数与描述,不是户籍统计明细或人口名单)。 涉及指标/类型:人口结构指数与描述/详情;居住密度指数与描述/详情;商务密度指数与描述/详情 不包含:户籍/常住人口数量与增长率;代际人口占比明细;企业数量;POI门店名称与坐标明细列表 典型问法:北京市朝阳区阜通东大街6号周边人口结构怎么样;成都高新区天府大道中段666号周边居住密度如何;苏州工业园区星湖街328号周边商务密度怎么样 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 100, 'unit_description': 'optional'}
chain_high_tech_company_num基于具体地区(国家,省份,城市,区县)以及具体产业链名称高新技术企业数量查询(合并返回总量/生产型/销售型/依赖型文本)。 涉及指标/类型:高新技术企业数量;生产型高新技术企业数量;销售型高新技术企业数量;依赖型高新技术企业数量 不包含:其他企业分类的统计;企业名单明细 典型问法:2024年全国集成电路高新技术企业有多少;成都市新能源产业链高新技术企业数量;海淀区人工智能高新技术企业有多少家 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 100, 'unit_description': 'optional'}
chain_tech_oriented_company_num基于具体地区(国家,省份,城市,区县)以及具体产业链名称科技型中小型企业数量查询(合并返回总量/生产型/销售型/依赖型文本)。 涉及指标/类型:科技型中小型企业数量;生产型科技型中小型企业数量;销售型科技型中小型企业数量;依赖型科技型中小型企业数量 不包含:其他企业分类的统计;企业名单明细 典型问法:2024年全国集成电路科技型中小型企业有多少;成都市新能源产业链科技型中小型企业数量;海淀区人工智能科技型中小型企业有多少家 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 100, 'unit_description': 'optional'}
chain_a_taxpayer_company_num基于具体地区(国家,省份,城市,区县)以及具体产业链名称A级纳税人企业数量查询(合并返回总量/生产型/销售型/依赖型文本)。 涉及指标/类型:A级纳税人企业数量;生产型A级纳税人企业数量;销售型A级纳税人企业数量;依赖型A级纳税人企业数量 不包含:其他企业分类的统计;企业名单明细 典型问法:2024年全国集成电路A级纳税人企业有多少;成都市新能源产业链A级纳税人企业数量;海淀区人工智能A级纳税人企业有多少家 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 100, 'unit_description': 'optional'}
chain_have_no_patent_company_num基于具体地区(国家,省份,城市,区县)以及具体产业链名称没有专利的企业数量查询(合并返回总量/生产型/销售型/依赖型文本)。 涉及指标/类型:没有专利的企业数量;生产型没有专利的企业数量;销售型没有专利的企业数量;依赖型没有专利的企业数量 不包含:其他企业分类的统计;企业名单明细 典型问法:2024年全国集成电路没有专利的企业有多少;成都市新能源产业链没有专利的企业数量;海淀区人工智能没有专利的企业有多少家 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 100, 'unit_description': 'optional'}
supplygraph_data: подключить к Claude, ChatGPT, Cursor · Connectors.fun