← jaikin.eu

INDIVIDUAL MCP TOOL

vendor_facts

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

jaikin.eunone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for vendor_facts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

jaikin.eu

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.erp-facts]
url = "https://erp-mcp.jaikin.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "erp-facts": {
      "type": "http",
      "url": "https://erp-mcp.jaikin.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: erp-facts
Remote MCP URL: https://erp-mcp.jaikin.eu/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "erp-facts": {
      "type": "http",
      "url": "https://erp-mcp.jaikin.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "erp-facts",
  "transport": "streamable-http",
  "url": "https://erp-mcp.jaikin.eu/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_vendors — List ERP vendors with id, name, fact count and available topics.
  • einvoicing_status — French e-invoicing (PA) status per vendor plus the national einvoicing_france block.
  • support_deadlines — Support / maintenance end dates per ERP vendor.
  • odoo_20_changes — Breaking and notable changes in Odoo 20.
  • sources_and_method — Dataset checked_on date, certainty levels, volatility rule, GitHub repository and JAIKIN site.