コンテンツへスキップ

The first ERP your AI agent can actually run

Not just read data. Create invoices. Reconcile payments. File tax reports. Your agent does the work — Frihet executes it.

0
MCP tools
MCP tools
0
MCP resources
MCP resources
0
MCP prompts
MCP prompts
MIT 151 tools 94 webhook events OpenAPI 3.1
Live MCP session
frihet mcp — claude desktop
$ npx @frihet/mcp-server@latest
@frihet/mcp-server v1.9.0-beta.1
✓ 151 tools loaded across 17 families
✓ 11 resources available
✓ 10 prompts ready
⚡ Connected to Frihet API · mcp.frihet.io
> create February invoice for Martinez
✓ Invoice FRI-0046 created · €1,250.00 · VAT 7% · client Martínez SL
> close the month and give me the tax summary
✓ February close · Revenue €8,420 · Output VAT €589.40 · Model 303 ready for review
> how much does García Obras owe me?
✓ García Obras · 3 pending invoices · total €4,200 · nearest due: 15 Mar

What your agent can do

Everything you need to build on Frihet — from a bash script to an autonomous agent.

Capability How
Crear y gestionar facturas MCP tool / REST POST /invoices
Conciliar pagos bancarios MCP tool / REST PATCH /payments
Precalcular modelo fiscal (303/130) MCP resource / REST GET /fiscal/quarterly
Crear y enviar presupuestos MCP tool / REST POST /quotes
Gestionar gastos y tickets MCP tool / REST POST /expenses
CRM: clientes y contactos MCP tool / REST /clients
151
MCP tools
11
MCP resources
10
MCP prompts
94
webhook event types

Who builds on Frihet?

From internal automations to vertical SaaS products.

Autonomous AI agents

Claude, GPT, Gemini — any MCP-compatible agent can operate Frihet directly. No glue code.

Internal automation

Connect your CRM, store, or spreadsheets to Frihet via REST API. Real-time webhooks for instant sync.

Vertical products

Build specialized apps (hospitality, consulting, e-commerce) using Frihet as a back-office engine. TypeScript SDK included.

クイックスタート

1分以内に開始。MCPサーバーをインストールするか、最初のAPI呼び出しを実行してください。

curl -X POST https://api.frihet.io/v1/invoices \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "clientId": "client_abc123",
    "items": [{ "description": "Consulting", "quantity": 1, "unitPrice": 500 }]
  }'

今日から構築を開始

無料プランにはAPIアクセスが含まれます。クレジットカード不要。

無料で始める