Excel workbooks for AI agents
A Model Context Protocol server that lets OutSystems ODC agents create, edit, and analyze Excel workbooks — with formulas, formatting, charts, and data validation. No Office required.
Built on the same EPPlus engine as the ExcelPlusPlus Forge component. Now available as an MCP server for agentic workflows.
const response = await fetch("https://mcp.excelplusplus.uncomfortablebudget.com/mcp", {
method: "POST",
headers: { "Authorization": "Bearer epp_your_key" },
body: JSON.serialize({method: "tools/call", params: { name: "create_workbook" }})
});
Built for OutSystems ODC
If you're building agentic workflows in ODC, this is your Excel generation layer.
Agent-native protocol
MCP is the standard protocol for AI agent tooling. ODC agents call ExcelPlusPlus the same way Claude or Cursor would — structured JSON-RPC over HTTP.
Session isolation
Each agent invocation gets its own session. No cross-contamination between concurrent ODC agent calls. TTL-based cleanup.
API key auth
Bearer token authentication. Brute-force protection with exponential backoff. Per-IP rate limiting. Production-ready security.
Everything you need for Excel automation
28 tools covering the full Excel workbook lifecycle — from creation to charts.
Simple, usage-based pricing
Start free. Scale as you grow. No surprises.
Free
For trying things out
- ✓5 workbooks / month
- ✓10 sheets per workbook
- ✓1,000 cells per write_range
- ✓3 templates included
- ✓Community support
Team
For teams & agencies
- ✓200 workbooks / month
- ✓1,000,000 cells per write_range
- ✓5 API keys
- ✓Shared templates
- ✓Usage analytics dashboard
- ✓Slack/email support
Enterprise
For high-volume needs
- ✓Unlimited workbooks
- ✓Unlimited everything
- ✓SSO / SAML
- ✓On-premise deployment option
- ✓SLA & dedicated support
Ready to automate Excel?
Get your API key and start building in minutes. Works with any MCP client.
Get your API key