FutureSense MCP
MCP server for the FutureSense AI business platform — 556 tools across 10 app domains, accessible via a single API key.
What is this?
One MCP server that gives AI agents full access to the FutureSense business platform. This MCP server exposes every operation as a callable tool so AI agents can automate your business end-to-end.
Apps & Tools
| App | Tools | What agents can do |
|---|---|---|
| Invoicing | 103 | Create invoices, manage products, track expenses, reconcile banks, file taxes, credit notes, deposits, receipts |
| Payroll | 68 | Manage employees, run pay runs, handle deductions, generate payslips |
| Accounting | 72 | Chart of accounts, journals, P&L reports, balance sheets, tax filing |
| CRM | 58 | Manage contacts, email campaigns, pipelines, deals |
| Booking | 47 | Schedule appointments, send reminders, handle payments |
| Content Creation | 44 | Generate content, manage assets, publishing workflows |
| Website Builder | 39 | Build and manage pages, layouts, components |
| Quotations | 35 | Create quotes, convert to invoices, manage approvals |
| 52 | Send transactional emails, manage templates, track opens | |
| Reports | 38 | KPI snapshots, revenue reports, expense summaries |
Installation
npm install futuresense-mcp
Usage
Add to your Claude/Cursor/ChatGPT MCP config:
{
"mcpServers": {
"futuresense": {
"command": "npx",
"args": ["-y", "futuresense-mcp"],
"env": {
"FUTURESENSE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Get your API key at hub.futuresenseai.com.
Compatible Clients
Works with Claude, ChatGPT, Gemini, Cursor, and any MCP-compatible client.
Links
- npm: https://www.npmjs.com/package/futuresense-mcp
-
- Website: https://futuresenseai.com
-
Support: [email protected]
License
MIT