@thecorporation/mcp-server 1.0.4 → 26.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # @thecorporation/mcp-server
2
2
 
3
- MCP server that gives AI agents full corporate operations capabilities entity formation, equity management, payroll, contracts, banking, and tax compliance. 36 tools, zero corporate law expertise required.
3
+ 36 MCP tools that give AI agents full corporate operations capabilities. Entity formation, equity management, payroll, contracts, banking, tax compliance every tool call passes through the governance kernel, produces an atomic git commit, and returns a signed receipt. Your agent gets corporate powers. Your corporation gets an audit trail.
4
4
 
5
- Part of [The Corporation](https://thecorporation.ai) — agent-native corporate infrastructure.
5
+ Part of [TheCorporation](https://thecorporation.ai) — version-controlled governance, autonomous agents, and open-source corporate infrastructure.
6
6
 
7
7
  ## Install
8
8
 
@@ -100,6 +100,7 @@ On first run, the server automatically provisions a workspace and saves credenti
100
100
  | `list_obligations` | List compliance obligations |
101
101
  | `get_checklist` | Read the workspace checklist |
102
102
  | `update_checklist` | Update the workspace checklist |
103
+ | `get_signer_link` | Generate a signing link for human obligations |
103
104
  | `get_billing_status` | Show billing tier and usage |
104
105
 
105
106
  ## Example Prompts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecorporation/mcp-server",
3
- "version": "1.0.4",
3
+ "version": "26.3.2",
4
4
  "description": "MCP server for agent-native corporate operations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@modelcontextprotocol/sdk": "^1.12.0",
16
- "@thecorporation/corp-tools": "1.0.4",
16
+ "@thecorporation/corp-tools": "26.3.2",
17
17
  "zod": "^3.24.0"
18
18
  },
19
19
  "devDependencies": {