Skip to content
Pricing

Language

Start Free

Build with Frihet

REST API, MCP Server for AI agents, and real-time Webhooks. Everything you need to integrate business management into your workflow.

npm version MIT 55 tools OpenAPI 3.1

Quick start

Get running in under a minute. Install the MCP server or make your first API call.

$ npx @frihet/mcp-server@latest
@frihet/mcp-server v1.5.4
✓ 55 tools loaded
✓ 11 resources available
✓ 10 prompts ready
⚡ Connected to Frihet API
cURL
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 }]
  }'

Start building today

Free tier includes API access. No credit card required.

Start Free