loading…
Search for a command to run...
loading…
556-tool MCP server giving AI agents full access to the FutureSense business platform. Covers 10 app domains: invoicing, payroll, accounting, CRM, booking, cont
556-tool MCP server giving AI agents full access to the FutureSense business platform. Covers 10 app domains: invoicing, payroll, accounting, CRM, booking, content creation, website builder, quotations, email, and more. Works with Claude, ChatGPT, Gemini, Cursor, and any MCP-compatible client.
MCP server for the FutureSense AI business platform — 556 tools across 10 app domains, accessible via a single API key.
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.
| 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 |
npm install futuresense-mcp
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.
Works with Claude, ChatGPT, Gemini, Cursor, and any MCP-compatible client.
Support: [email protected]
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"futuresense-mcp": {
"command": "npx",
"args": []
}
}
}