Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions integrations/catalog/bilig-workpaper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"id": "bilig-workpaper",
"name": "Bilig WorkPaper",
"description": "Edit formula workbook inputs, recalculate, verify readback, and export JSON-backed WorkPaper state.",
"docsUrl": "https://github.com/proompteng/bilig/tree/main/packages/workpaper#readme",
"iconBg": "#0F766E",
"keywords": [
"spreadsheet",
"workbook",
"formula",
"recalculation",
"xlsx",
"readback",
"finance",
"agents"
],
"kind": "mcp",
"defaultConnectionOptionId": "none",
"connectionOptions": [
{
"id": "none",
"provider": "mcp",
"transport": {
"kind": "shttp",
"url": "https://bilig.proompteng.ai/mcp",
"apiKeyOptional": true
},
"auth": {
"strategy": "none",
"apiKeyOptional": true
}
}
]
}
2 changes: 2 additions & 0 deletions integrations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import apify from "./catalog/apify.json" with { type: "json" };
import atlassian from "./catalog/atlassian.json" with { type: "json" };
import brave_search from "./catalog/brave-search.json" with { type: "json" };
import browser_mcp from "./catalog/browser-mcp.json" with { type: "json" };
import bilig_workpaper from "./catalog/bilig-workpaper.json" with { type: "json" };
import clickhouse from "./catalog/clickhouse.json" with { type: "json" };
import cloudflare_bindings from "./catalog/cloudflare-bindings.json" with { type: "json" };
import cloudflare_browser_rendering from "./catalog/cloudflare-browser-rendering.json" with { type: "json" };
Expand Down Expand Up @@ -55,6 +56,7 @@ const DIRECT_INTEGRATIONS = [
atlassian,
brave_search,
browser_mcp,
bilig_workpaper,
clickhouse,
cloudflare_bindings,
cloudflare_browser_rendering,
Expand Down