MCP server for Oblio.eu accounting — invoices, proformas, payments, e-Factura/SPV — built on Oblio's official SDK. TypeScript, tested, typed.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"oblio-mcp-server": {
"command": "npx",
"args": [
"-y",
"horatiuvlad/oblio-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add oblio-mcp-server npx -y horatiuvlad/oblio-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"oblio-mcp-server": {
"command": "npx",
"args": [
"-y",
"horatiuvlad/oblio-mcp-server"
]
}
}
}