Skip to content
Apeiron

Apeiron Bioenergy · Private

A dated shelf for two books.

ApeironData MCP is a private, read-only connector. Cursor and Claude send a personal API key to this host. The default read is a dated Parquet snapshot. A Business Central tool reads current ERP only when live=true is set. China cn-tplus stays lake-only until OpenAPI exists. A browser visit is not a query, and this page does not show ledger lines.

Business Central cash

bc-cash · 17 companies

Dated shelf of Business Central cash and shipments in container bc-cash. Each call reads one company. The default is that lake snapshot. Pass live=true only for right now, today, or current ERP, or when that shelf date is too old for the decision. live_bc in the response is true for that live read and false for the shelf. A live call does not merge companies and does not refresh China.

Path
apeirondatalake / bc-cash / bc
Default as of
2026-09-22

China Chanjet T+

cn-tplus · separate book

Dated shelf of Chanjet T+ books in container cn-tplus. Purchase due, sales due, and stock stay in that container. cn-tplus stays lake-only until OpenAPI exists. These rows are not merged into Business Central cash, and a blank currency code is not labeled CNY or converted.

Path
apeirondatalake / cn-tplus / (container root)
Default as of
2026-09-22

Auth

Microsoft sign-in

Lake

Azure Data Lake

BC shelf

2026-09-22

Row cap

500 / 5000

Connect

The full walkthrough for a person or another AI is on Setup. Sign in at /keys with your Apeiron Microsoft account and create a personal key. The URL is this host plus the path below. Send that key on every request. The secret is not stored in this repo.

Keys
/keys
Path
/api/mcp
Header
Authorization: Bearer <personal key>

Shelf paths

bc-cash / bc/company=<slug>/
  entity=<entity>/LATEST
  entity=<entity>/as_of=YYYY-MM-DD/part-000.parquet

cn-tplus / company=<slug>/
  entity=<entity>/LATEST
  entity=<entity>/as_of=YYYY-MM-DD/part-000.parquet

One company folder is one book. There is no company=all shelf, and China totals are not added into Business Central totals.

Default for agents is the lake snapshot (dated Parquet). Pass live=true on a Business Central tool only when the ask is right now, today, or current ERP, or when the shelf date is stale. live_bc in the response says which path ran. China cn-tplus stays lake-only until OpenAPI exists. A live call does not refresh China.

Business Central tools

  • list_companiesSlugs on the bc-cash shelf. Call this before any Business Central cash tool.
  • get_gl_movementsG/L entries for one company.
  • get_bank_ledgerBank account ledger lines for one company.
  • get_open_arOpen customer ledger items for one company.
  • get_open_apOpen vendor ledger items for one company.
  • get_bank_balancePer-account bank balance from the bank ledger shelf.
  • get_cash_due_summarySame-company open AR and AP due buckets. Not a group forecast.
  • get_bc_sales_shipmentsGoods already shipped to customers for one Business Central company (posted sales shipments).
  • get_bc_sales_shipment_linesItem and quantity lines for posted sales shipments of one Business Central company. Sum these lines for shipped volume, and keep the unit of measure explicit, such as MT or KG. Do not invent metric tons from the shipment header.

China Chanjet T+ tools

  • list_cn_tplus_companiesChina 账套 slugs on cn-tplus. Call this before any China tool.
  • get_cn_purchase_dueUnpaid purchase invoices for one China company.
  • get_cn_sales_dueUnpaid sales invoices for one China company.
  • get_cn_stock_on_handStock rows for one China company. Null quantities stay null.
  • get_cn_cash_due_summaryPurchase due and sales due, returned separately. Not added together.
  • get_cn_sales_outboundGoods already shipped out for one China company (销售出库单). The row includes item_name, uom, and quantity when the shelf has them.
  • get_cn_sales_pending_outboundSales orders waiting to leave the warehouse for one China company (待出库).

Recall tools

  • cash_snapshotOne-company cash brief. Business Central and China are never added.
  • search_lakeKeyword over entity cards. Hits are ids and tool hints, not amounts.
  • shipment_volumeBusiness Central shipment count and quantity. China slugs are refused.