Trustbase Lab for AI AgentsAgent-Ready v1.8
The recovered carbon black (rCB) industry database is exposed as a machine-readable interface. Every record carries a stable entity ID, fields are bilingual, and the full schema is public. Our MCP server is live on the official MCP Registry under com.trustbaselab/rcb-data. Data is free to use; please cite the source.
curl -X POST https://trustbaselab.com/mcp \ -H 'Content-Type: application/json' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_database_overview","arguments":{"language":"en"}}}'
A · Public HTTPS endpoint recommended
B · MCP Official Registry new
C · Local stdio
D · Direct JSON endpoints
Mode A · Connect via the public HTTPS endpoint (Claude Desktop 0.4+, Cursor, Cline — any client that supports streamable-http):
{
"mcpServers": {
"trustbase-rcb-data": {
"url": "https://trustbaselab.com/mcp",
"transport": "streamable-http"
}
}
}
Mode B · Find us on the MCP Official Registry:
GET https://registry.modelcontextprotocol.io/v0.1/servers?search=com.trustbaselab // returns name=com.trustbaselab/rcb-data, status=active, remote: https://trustbaselab.com/mcp
Mode C · Add this to your local MCP config (Claude Desktop: claude_desktop_config.json):
{
"mcpServers": {
"trustbase-rcb-data": {
"command": "python",
"args": ["rcb_mcp_server.py"]
}
}
}
Mode D · Read the raw JSON
GET https://trustbaselab.com/upload/data.json // master data — 2098 records, 11 tables, schema 1.8 GET https://trustbaselab.com/upload/index.json // dataset index GET https://trustbaselab.com/upload/mcp.json // 27-tool manifest GET https://trustbaselab.com/upload/ai-plugin.json // agent capability self-description GET https://trustbaselab.com/upload/llms.txt // LLM onboarding doc (llmstxt.org) POST https://trustbaselab.com/mcp // MCP JSON-RPC 2.0
| Dataset | Endpoint | Size | Status |
|---|---|---|---|
| Master data (single source of truth) | /upload/data.json | 2,098 records / 11 tables / schema 1.8 | live |
| Data catalog (entry point) | /upload/index.json | 7 datasets | live |
| MCP server manifest | /upload/mcp.json | 27 tools · v1.8.0 | live |
| Agent capability self-description | /upload/ai-plugin.json | — | live |
| LLM onboarding doc | /upload/llms.txt | llmstxt.org standard | live |
| Schema standard | /upload/schema.html | v1.8 spec | live |
| Agent Skills | /skills/index.json | 4 skills (rules layer) | live |
| MCP public endpoint | https://trustbaselab.com/mcp | JSON-RPC 2.0 / Streamable HTTP | live |
| MCP Official Registry | com.trustbaselab/rcb-data | status: active · searchable & installable | listed |
| Tool | Purpose | Key parameters |
|---|---|---|
| get_database_overview | Returns version, record counts, entity-ID rules, confidence levels, and tool index. | language, response_format |
| query_companies | Query the global rCB company & project database (101 records: domestic 36 / international 35 / vendors 30). Filter by region, segment (rCB / virgin / conductive), status, location, keyword. | group, region, keyword, segment, status |
| get_company | Fetch one company / project by entity ID (e.g. rcb-cn-001) or name keyword. | id, name, language, response_format |
| get_verified_suppliers | Returns all verified=true records (the trust-infrastructure core tool). | language, response_format, limit |
| query_policies | Search 46 global rCB-related regulations: EU CBAM / EUDR / ESPR / ELV / REACH / ISCC PLUS / PPWR / CSRD, China MIIT / solid-waste law / VAT incentives, India EPR, Korea EPR, US rules, etc. | keyword, region, category, confidence, verified, language |
| get_policy | Fetch one policy by entity ID or keyword. | id, name, language, response_format |
| query_techs | Search 44 rCB tech standards & processes: ASTM D36 series (D8178/D8466/D8474/D8632/D1618/D1506/D8491/D8585), Chinese GB / HG / T, continuous pyrolysis, sCB, rCB upgrading, etc. | keyword, region, category, confidence, verified, language |
| get_tech | Fetch one tech standard by entity ID or keyword. | id, name, language, response_format |
| query_articles | Search 63 first-hand research articles from the WeChat MP account «再生炭黑产业» (gh_e27e47c4952e). | keyword, category, confidence, language, limit |
| get_article | Fetch one article by entity ID or title/author keyword. | id, name, language, response_format |
| query_grades | Search the ASTM D1765 native carbon black series (N110–N990, full range) + conductive specialty benchmarks (acetylene, Super P, ENSACO 250G, Vulcan XC-72R, Ketjenblack EC-300J / EC-600JD) + rCB grades. | keyword, type, category, confidence, language, response_format |
| get_grade | Fetch one grade by semantic ID (e.g. rcb-grade-n550, rcb-grade-xc72). | id, name, language, response_format |
| get_grade_spec | Query ASTM spec parameter ranges (min/max/unit/method) for native N110–N990 / conductive / rCB grades. | grade, type |
| query_cards | Search the public knowledge card layer (42 cards: statistics, standards, papers, announcements). Filter by keyword / type / region. | keyword, type, region, limit |
| get_announcements_timeline | Company announcement timeline (capacity / certification / deliveries). Filter by region and date range. | region, date_from, date_to, limit |
| get_price_benchmark | Native carbon black & rCB price benchmark (text-based reference range only). | product, section, language, response_format |
| get_rcb_index | rCB price index — returns ABP, absolute reference price (ARP) and AF / VF decomposition by grade (P1/P2/P3), region (CN/EU), and period. | grade, date, region |
| get_rcb_vcb_spread | rCB vs native carbon black anchor spread and ratio (anchoring ratio ρ, discount rate). | date, region, grade |
| get_grade_trend | Historical series of the rCB index (per-period ABP, MoM, anchor, AF, VF). | start_date, end_date, grade, region |
| get_substitution_boundary | rCB substitution boundary in four dimensions: application / regulatory access / certification / material spec. | dimension |
| calculate_saving | Substitution economics (pure compute; does not read site price data). | vcb_price_input, rcb_price_input, ratio |
| compare_rcb | Compare rCB sample parameters against a target native grade (e.g. N550) — pass / light deviation / significant deviation. | target_grade, rcb_params |
| query_trade_flows | Query the global trade flow dataset (1,751 records; HS 280300, reporters: CHN, USA, DEU, etc. + 85 World totals across 2024–2025). | reporter, period, flow, partner, limit, sort_by |
| get_trade_flow_summary | Aggregate trade flows by reporter for a period (totals + record counts). | period, reporter, response_format |
| get_trade_partner_ranking | Top-K trade partners for a reporter in a period (by quantity or value). | reporter, period, flow, top_k |
| get_trade_dataset_overview | Trade dataset overview — reporters, periods, fields, coverage. | — |
Every company record carries a stable entity ID. New records only append — existing IDs are never changed — so long-term citations stay valid.
| Group | ID prefix | Example |
|---|---|---|
| China domestic companies / projects | rcb-cn-### | rcb-cn-001 |
| International companies | rcb-gl-### | rcb-gl-003 |
| Equipment vendors | rcb-eq-### | rcb-eq-001 |
| Policies & regulations | rcb-pol-### | rcb-pol-001 |
| Technical standards | rcb-tech-### | rcb-tech-001 |
| Carbon black grades (native / conductive / rCB) | rcb-grade-* | rcb-grade-n550 |
| Trade flows (UN Comtrade HS 280300) | cb-trade-{iso}-{partner}-{YYYY}-{x|m} | cb-trade-chn-764-2024-x |
| Knowledge cards | CB-YYYYMMDD-### | CB-20260917-001 |
Verified Supplier: public.verified=true ⟺ gated.confidence=A. Currently 49 / 101 companies verified; 209 / 2,098 records are A-grade across the full dataset.
Beyond raw data, we publish 4 reusable Skills — rules only, no data (per the Agent Skills open standard). Use them for higher-level judgement.
| Skill | Purpose | Install |
|---|---|---|
| rcb-substitution-assessment | Four-factor rCB substitution assessment (quality discount + grade limit + certification + cost) | /skills/rcb-substitution-assessment/SKILL.md |
| rcb-price-reference | When and how to cite rCB price reference data without overstating | /skills/rcb-price-reference/SKILL.md |
| rcb-export-compliance | Match rCB shipments against CBAM / EUDR / national rules | /skills/rcb-export-compliance/SKILL.md |
| rcb-grade-identification | Identify ASTM D1765 native grades + ASTM D8632 rCB grades | /skills/rcb-grade-identification/SKILL.md |
| Aspect | Value |
|---|---|
| Endpoint | https://trustbaselab.com/mcp (HTTPS, public, no auth) |
| Transport | Streamable HTTP (primary) / stdio (local) |
| CORS | Access-Control-Allow-Origin: * — any agent can connect |
| Rate limit | None today; soft-throttling if abuse is detected |
| Data version | v0.10 / schema 1.8 |
| MCP server version | 1.8.0 |
| Update frequency | Master data: as source data updates · Index/llms.txt/mcp.json: rebuilt on every deploy |
| Uptime SLA | Best-effort. Cache-friendly: static JSON endpoints tolerate >24h of MCP downtime. |
| Breaking changes | Schema version bumps with a public changelog; agent-facing endpoints stay backwards-compatible within a major version. |
- Data is free to read and quoted by AI agents.
- Citation format: Source: Trustbase Lab (Global rCB Hub) https://trustbaselab.com
- Mirror-without-source is prohibited.
- Bulk commercial use or data licensing: email below.
business@trustbaselab.com · info@trustbaselab.com · WeChat MP zxhjtanhei · «再生炭黑产业»
Curated by Trustbase Lab (AI development team).