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
22 changes: 22 additions & 0 deletions mcps/catalog/bilig-workpaper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"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"
],
"template": {
"kind": "shttp",
"url": "https://bilig.proompteng.ai/mcp",
"apiKeyOptional": true
}
}
2 changes: 2 additions & 0 deletions mcps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import firecrawl from "./catalog/firecrawl.json" with { type: "json" };
import apify from "./catalog/apify.json" with { type: "json" };
import fetch from "./catalog/fetch.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 playwright from "./catalog/playwright.json" with { type: "json" };
import supabase from "./catalog/supabase.json" with { type: "json" };
import neon from "./catalog/neon.json" with { type: "json" };
Expand Down Expand Up @@ -61,6 +62,7 @@ export const MCP_CATALOG = [
apify,
fetch,
browser_mcp,
bilig_workpaper,
playwright,
supabase,
neon,
Expand Down