frihet-mcp

frihet-mcp is a skill for Claude Code from Frihet-io/frihet-mcp. It costs 158 tokens per session (2,540 once invoked), scanned A, original, MIT.

A business-management assistant for Frihet, an ERP system used to track company finances and customer records. It works through the Frihet MCP server and understands Spanish tax terms such as IVA, IGIC, and IRPF.

In plain words
What is it for?
Creating and finding invoices and quotes, recording expenses, managing clients and products, and handling webhooks. It also supports workflows such as monthly closing and quarterly tax preparation.
Why use it?
It reduces the need to switch between finance screens or remember tax-specific handling. You can manage routine business records using plain-language requests.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions Claude Code.

Part of the frihet-erp plugin — 2 skills, 2 MCP servers shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/frihet-io/frihet-mcp/skill
Any agent
npx skills add Frihet-io/frihet-mcp --skill skill
Clone the repo
git clone --depth 1 https://github.com/Frihet-io/frihet-mcp

Made for: Claude Code.

Or install frihet-erp, the plugin that ships this one along with the rest of its 2 skills, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for frihet-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/frihet-io/frihet-mcp/skill.svg)](https://agentmods.dev/skills/frihet-io/frihet-mcp/skill)
Your own site
<a href="https://agentmods.dev/skills/frihet-io/frihet-mcp/skill"><img src="https://agentmods.dev/badge/skills/frihet-io/frihet-mcp/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 158 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,540 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00158 $0.02540
Opus 5 $0.00079 $0.01270
Sonnet 5 $0.00032 $0.00508
Haiku 4.5 $0.00016 $0.00254

Measured yesterday against content hash 2804b0c265f2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

frihet-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skill/SKILL.md · 218 lines

How it starts

The opening of the file, as written. The whole thing — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Frihet MCP Skill

Business assistant inside Claude Code. Manage invoices, expenses, clients, products, and quotes in plain language — with built-in Spanish tax intelligence.

Requires: Frihet account with API access + @frihet/mcp-server configured as MCP server.

Setup

1. Configure the MCP server

Add to your Claude Code MCP config (~/.claude/mcp.json or project .mcp.json):

{
  "mcpServers": {
    "frihet": {
      "command": "npx",
      "args": ["@frihet/mcp-server"],
      "env": {
        "FRIHET_API_KEY": "fri_your_api_key_here"
      }
    }
  }
}

Get your API key at app.frihet.io > Settings > API.

2. Verify

Run /frihet status — if you see your account info, you're ready.

Commands

Command What it does Example
/frihet status Account overview: recent invoices, pending payments, month's expenses /frihet status
/frihet invoice Create, list, search invoices /frihet invoice "Acme 3500 EUR consulting enero"
/frihet expense Log and query expenses /frihet expense "47.50 gasolina 15 feb"
/frihet clients Manage client database /frihet clients "Acme"
/frihet quote Create and manage quotes /frihet quote create
/frihet report Financial summaries and P&L /frihet report quarterly
/frihet webhooks Configure automation triggers /frihet webhooks
/frihet setup Guided connection setup /frihet setup

MCP catalogue (158 canonical operations)

The table below lists the core resource groups. The catalogue contains 158 canonical operations across 20+ domains; alias and discovery names are profile-specific. See the README catalogue for the full list and capability semantics.

Resource Tools Operations
Intelligence 4 get_business_context, get_monthly_summary, get_quarterly_taxes, duplicate_invoice
Invoices 6 list, get, create, update, delete, search
Expenses 5 list, get, create, update, delete
Clients 5 list, get, create, update, delete
Products 5 list, get, create, update, delete
Quotes 5 list, get, create, update, delete
Webhooks 5 list, get, create, update, delete
Banking 5 list_bank_accounts, get_bank_account, list_transactions, categorize_transaction, match_transaction_to_invoice
Fiscal 8 modelo_303/130/390/180/347, verifactu_status, verifactu_resubmit, ticketbai_status
Stay 5 list_reservations, get_reservation, create_reservation, list_properties, sync_channel
POS 4 list_terminals, get_sale, list_sales, refund_sale
Time Tracking 4 list_time_entries, create_time_entry, update_time_entry, delete_time_entry
Recurring Invoices 2 list_recurring_invoices, run_recurring_now

Read the full file on GitHub · 218 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed 2804b0c265f2
  2. 6d ago First seen · 218 lines · 158 tokens per session scan A 07a21811f03f

Subscribe to this mod's changes

frihet-mcp is a skill published in the GitHub repository Frihet-io/frihet-mcp (9 stars, last pushed yesterday), licensed MIT. It adds 158 tokens to every session and 2,540 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

erpclaw

AI-native ERP system. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting (including P&L / trial balance / spend grouped by department, project, cost center, location, or fund). 496 actions across 14…

avansaber/erpclaw · 136 tokens

connect-recommend

Use this skill when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get started with Connect, is building a marketplace, platform, multi-vendor store, gig platform, or subscription platform, needs to pay out sellers, vendors, or providers, mentions split payments, revenue…

stripe/ai · 151 tokens

surf

Use when the user wants crypto data — token prices, on-chain SQL, prediction-market positions, CEX order books, wallet labels/net-worth, social mindshare, news, or unified search. 83 endpoints across exchange, on-chain, wallet, social, prediction, news and search — one API, flat $0.0085/call in USDC via x402. Settles…

BlockRunAI/blockrun-mcp · 92 tokens

scanner-pmcc

Scan stocks for Poor Man's Covered Call (PMCC) suitability. Analyzes LEAPS and short call options for delta, liquidity, spread, IV, yield, trend direction, and earnings proximity. Use when user asks about PMCC candidates, diagonal spreads, or LEAPS strategies.

staskh/trading_skills · 63 tokens

ib-collar

Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 30 tokens

ib-portfolio-action-report

Generate a comprehensive portfolio action report with earnings dates and risk assessment. Use when user asks for portfolio review, action items, earnings risk, or position management across IB accounts. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 49 tokens