@frihet/mcp-server 1.5.3 → 1.5.4
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.
- package/README.md +8 -6
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<a href="https://smithery.ai/server/frihet/frihet-mcp"><img src="https://smithery.ai/badge/frihet/frihet-mcp" alt="Smithery installs"></a>
|
|
18
18
|
<a href="https://registry.modelcontextprotocol.io/?q=io.frihet"><img src="https://img.shields.io/badge/MCP_Registry-io.frihet%2Ferp-4A90D9?style=flat&logo=anthropic&logoColor=white" alt="MCP Registry"></a>
|
|
19
19
|
<a href="https://github.com/Frihet-io/frihet-mcp/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-18181b?style=flat&labelColor=09090b" alt="license"></a>
|
|
20
|
-
<img src="https://img.shields.io/badge/tools-
|
|
20
|
+
<img src="https://img.shields.io/badge/tools-55-18181b?style=flat&labelColor=09090b" alt="55 tools">
|
|
21
21
|
<img src="https://img.shields.io/badge/node-%3E%3D18-18181b?style=flat&labelColor=09090b" alt="node >=18">
|
|
22
22
|
<a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/TypeScript-18181b?style=flat&labelColor=09090b" alt="TypeScript"></a>
|
|
23
23
|
</p>
|
|
@@ -33,7 +33,7 @@ You: "Create an invoice for TechStart SL, 40 hours of consulting at 75 EUR/h
|
|
|
33
33
|
Claude: Done. Invoice INV-2026-089 created. Total: 3,000.00 EUR + 21% IVA = 3,630.00 EUR.
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
55 tools. 8 resources. 7 prompts. Structured output on every tool. Zero boilerplate.
|
|
37
37
|
|
|
38
38
|
---
|
|
39
39
|
|
|
@@ -161,7 +161,7 @@ Talk to your ERP. These are real prompts, not marketing copy.
|
|
|
161
161
|
|
|
162
162
|
## What to expect
|
|
163
163
|
|
|
164
|
-
This MCP is a **structured data interface** -- you describe what you want in natural language, and the AI creates, queries, or modifies business records in Frihet. All
|
|
164
|
+
This MCP is a **structured data interface** -- you describe what you want in natural language, and the AI creates, queries, or modifies business records in Frihet. All 55 tools are CRUD operations over the REST API.
|
|
165
165
|
|
|
166
166
|
**Works great:**
|
|
167
167
|
|
|
@@ -188,7 +188,7 @@ If you need to digitize paper invoices or receipts, extract the data first (e.g.
|
|
|
188
188
|
|
|
189
189
|
---
|
|
190
190
|
|
|
191
|
-
## Tools (
|
|
191
|
+
## Tools (55)
|
|
192
192
|
|
|
193
193
|
### Invoices (6)
|
|
194
194
|
|
|
@@ -283,7 +283,7 @@ If you need to digitize paper invoices or receipts, extract the data first (e.g.
|
|
|
283
283
|
| `get_quarterly_taxes` | Quarterly tax prep: Modelo 303/130 fields, collected vs deductible, liability |
|
|
284
284
|
| `duplicate_invoice` | Clone an invoice for recurring billing (copies items/client/tax, starts as draft) |
|
|
285
285
|
|
|
286
|
-
All
|
|
286
|
+
All 55 tools return **structured output** via `outputSchema` -- typed JSON, not raw text. List tools return paginated results (`{ data, total, limit, offset }`).
|
|
287
287
|
|
|
288
288
|
---
|
|
289
289
|
|
|
@@ -462,10 +462,12 @@ npm run build # must pass before submitting
|
|
|
462
462
|
|
|
463
463
|
| Package | What it is |
|
|
464
464
|
|---------|-----------|
|
|
465
|
-
| [`@frihet/mcp-server`](https://www.npmjs.com/package/@frihet/mcp-server) | This MCP server (
|
|
465
|
+
| [`@frihet/mcp-server`](https://www.npmjs.com/package/@frihet/mcp-server) | This MCP server (55 tools, 8 resources, 7 prompts) |
|
|
466
466
|
| [`@frihet/sdk`](https://github.com/Frihet-io/frihet-sdk) | TypeScript SDK (`frihet.invoices.create()`) |
|
|
467
467
|
| [`frihet`](https://www.npmjs.com/package/frihet) | CLI (`frihet invoices list --status overdue`) |
|
|
468
|
+
| [`n8n-nodes-frihet`](https://www.npmjs.com/package/n8n-nodes-frihet) | n8n community node for workflow automation |
|
|
468
469
|
| [REST API](https://docs.frihet.io/desarrolladores/api-rest) | OpenAPI 3.1 at `api.frihet.io/v1` |
|
|
470
|
+
| [Remote MCP](https://mcp.frihet.io) | Hosted endpoint on Cloudflare Workers (zero install) |
|
|
469
471
|
| [Webhooks](https://docs.frihet.io/desarrolladores/webhooks) | Real-time events with HMAC-SHA256 |
|
|
470
472
|
|
|
471
473
|
## Links
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frihet/mcp-server",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "AI-native MCP server for business management — invoices, expenses, clients, products, quotes, webhooks, CRM. 55 tools
|
|
3
|
+
"version": "1.5.4",
|
|
4
|
+
"description": "AI-native MCP server for business management — invoices, expenses, clients, products, quotes, webhooks, CRM. 55 tools. Remote endpoint at mcp.frihet.io (zero install). Works with Claude, Cursor, Windsurf, Cline.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -39,6 +39,10 @@
|
|
|
39
39
|
"quotes",
|
|
40
40
|
"saas",
|
|
41
41
|
"tax-compliance",
|
|
42
|
+
"gemini-cli",
|
|
43
|
+
"freelancer",
|
|
44
|
+
"small-business",
|
|
45
|
+
"business-automation",
|
|
42
46
|
"verifactu",
|
|
43
47
|
"webhooks",
|
|
44
48
|
"windsurf"
|