octura-mcp-server
stdio bridge to the Octura Solutions MCP server: 24 deterministic ERP calculators covering Odoo implementation, migration and upgrade cost, ROI and total cost of ownership, US/Canada/EU sales tax and VAT, Canadian payroll source deductions, and inventory maths (reorder point, safety stock, EOQ, landed cost, OEE).
Every tool is a pure function. Same inputs, same outputs, no model in the loop, so the numbers are arithmetic rather than a plausible guess.
Use it
The server is remote and speaks streamable HTTP, which most clients support directly:
{
"mcpServers": {
"octura": {
"type": "streamable-http",
"url": "https://octurasolutions.com/mcp"
}
}
}
This package is for clients that only speak stdio:
uvx octura-mcp-server
{
"mcpServers": {
"octura": {
"command": "uvx",
"args": ["octura-mcp-server"]
}
}
}
No install, no API key, no configuration. Point it at another endpoint with OCTURA_MCP_URL,
and adjust the request timeout with OCTURA_MCP_TIMEOUT_MS.
What it does
It is a pipe. Whatever arrives on stdin is POSTed verbatim to the endpoint and the reply is written back. It does not restate the tool list or any schema, so it cannot drift out of sync with the server. Standard library only, no dependencies.
Links
- Tools, docs and interactive versions: https://octurasolutions.com/tools/mcp-server
- Source: https://github.com/Octura-solutions/octura-mcp-server
- Official MCP registry:
com.octurasolutions/site-tools
MIT licensed. Tax rates and payroll figures are maintained on a best-effort basis and are not a substitute for advice from an accountant.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file octura_mcp_server-1.0.0.tar.gz.
File metadata
- Download URL: octura_mcp_server-1.0.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
981fc90ef5d35d157b98ea541b64ed10a7786dacd5f469fffe997f9199d0610e
|
|
| MD5 |
1171953b85ee95b69f11d158a7e8bdfa
|
|
| BLAKE2b-256 |
6d5edcf8247d5286b4f52d97a8c58690db2d5889389c32af36c06126b3e0e415
|
File details
Details for the file octura_mcp_server-1.0.0-py3-none-any.whl.
File metadata
- Download URL: octura_mcp_server-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34fe45a051a91c4d1554c7a2f4fa6024d4ce0622fbdae61f34a2ed2293912b16
|
|
| MD5 |
9259c6e315c95af3866667dc363bd712
|
|
| BLAKE2b-256 |
28ae408b625b3ad69ea6bbbf560bd01fab8d83620440aee90e1a0f5d760afd1b
|