ERP Facts

Sourced, dated ERP facts: Odoo 20 changes, support deadlines, prices, e-invoicing status.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
72%
Naming quality
83%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~640Tokens (tool definitions)
~463 BTypical response size
Moderate attention impact (0.50% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "erp-facts": {
      "url": "https://erp-mcp.jaikin.eu/mcp"
    }
  }
}

Remote endpoints

https://erp-mcp.jaikin.eu/mcpstreamable-http

What it can do

Tool inventory

Tools (6)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢list_vendors

List ERP vendors with id, name, fact count and available topics.

Input Schema

{
  "type": "object",
  "properties": {},
  "$schema": "http://json-schema.org/draft-07/schema#"
}
🟢vendor_facts(vendor, topic)

Return sourced facts for one ERP vendor (id or name; aliases: bc/business central/dynamics, sap b1/sap, sage 100/sage x3). Optional topic filter. Max 15 facts.

Input Schema

{
  "type": "object",
  "properties": {
    "vendor": {
      "type": "string",
      "description": "Vendor id or name (case/accent-insensitive; aliases accepted)"
    },
    "topic": {
      "description": "Optional topic filter, e.g. pricing, einvoicing",
      "type": "string"
    }
  },
  "required": [
    "vendor"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#"
}
🟢einvoicing_status(vendor)

French e-invoicing (PA) status per vendor plus the national einvoicing_france block. Optional vendor filter.

Input Schema

{
  "type": "object",
  "properties": {
    "vendor": {
      "description": "Optional vendor id or name",
      "type": "string"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}
🟢support_deadlines(vendor)

Support / maintenance end dates per ERP vendor. Optional vendor filter. Max 15 facts.

Input Schema

{
  "type": "object",
  "properties": {
    "vendor": {
      "description": "Optional vendor id or name",
      "type": "string"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}
🟢odoo_20_changes(area)

Breaking and notable changes in Odoo 20. Optional area filter (requirements, security, frontend, orm, modules, api, functional, ecosystem). Max 15.

Input Schema

{
  "type": "object",
  "properties": {
    "area": {
      "description": "Optional area filter",
      "type": "string"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}
🟢sources_and_method

Dataset checked_on date, certainty levels, volatility rule, GitHub repository and JAIKIN site.

Input Schema

{
  "type": "object",
  "properties": {},
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded6 tools