General Tools
jaikin.eu
An MCP server that provides sourced ERP vendor facts, French e-invoicing status, support deadlines, and Odoo 20 change information.
ENDPOINT 1
https://erp-mcp.jaikin.eu/mcp
MCP server metadata
- Name
- erp-facts
- Version
- 0.2.0
Known tools 6
vendor_factsReturn sourced facts for one ERP vendor (id or name; aliases: bc/business central/dynamics, sap b1/sap, sage 100/sage x3).
Inferred read-onlyeinvoicing_statusFrench e-invoicing (PA) status per vendor plus the national einvoicing_france block.
Inferred read-onlysources_and_methodDataset checked_on date, certainty levels, volatility rule, GitHub repository and JAIKIN site.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://mcp.jaikin.eu/mcp
MCP server metadata
- Name
- prix-logiciel
- Version
- 0.1.0
Known tools 6
search_public_contractsSearch French public procurement awards (DECP) by project type.
Inferred read-onlyprice_statisticsPublished medians/quartiles/tension indices for a project type (and optional nature).
Inferred read-onlyprivate_market_pricesVerified private-market figures (surveys, agency grids) and vendor list prices with source, URL, date and quote.
Inferred read-onlydaily_ratesReference freelance day rates (Free-Work), optional accent-insensitive profile filter.
Inferred read-onlyposition_quoteLocate an amount in the public award distribution (percentile) with a cautious interpretation.
Inferred read-onlyCONNECT 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.prix-logiciel]
url = "https://mcp.jaikin.eu/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prix-logiciel": {
"type": "http",
"url": "https://mcp.jaikin.eu/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prix-logiciel
Remote MCP URL: https://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": {
"prix-logiciel": {
"url": "https://mcp.jaikin.eu/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prix-logiciel": {
"type": "http",
"url": "https://mcp.jaikin.eu/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prix-logiciel",
"transport": "streamable-http",
"url": "https://mcp.jaikin.eu/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.