Skip to main content
Glama
IsliBasha

mcp-odoo-fintech

by IsliBasha

mcp-odoo-fintech

TypeScript MCP server connecting Claude Desktop to Odoo via the JSON-2 API (replaces deprecated XML-RPC).

Screenshot: (add Claude Desktop tool execution screenshot before pushing)

CI

Architecture

Claude Desktop ──stdio──► MCP Server ──JSON-2──► Odoo 19
                               |
                          Redis Cache + Rate Limiter
                          Express :3001 (webhooks)

Related MCP server: Odoo MCP Unified Server

Tools

Tool

Odoo model

Description

search_invoices

account.move

Filter by customer, state, date

create_sales_order

sale.order

Create order with line items

get_customer_balance

res.partner

Credit limit, outstanding, overdue

search_customers

res.partner

Find by name or code

register_webhook

base.automation

Configure Odoo event delivery

Quick Start

npm install
cp .env.example .env
npm run dev

Security

  • HMAC-SHA256 webhook verification (timing-safe)

  • Per-tool Redis sliding-window rate limiting

  • Bearer token auth — secrets via .env only

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IsliBasha/mcp-odoo-fintech'

If you have feedback or need assistance with the MCP directory API, please join our Discord server