Skip to main content
Glama
Sams3595

FutureSense MCP

by Sams3595
README.md
# FutureSense MCP

[![npm version](https://img.shields.io/npm/v/futuresense-mcp)](https://www.npmjs.com/package/futuresense-mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

MCP server for the [FutureSense AI](https://futuresenseai.com) 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 |
| Email | 52 | Send transactional emails, manage templates, track opens |
| Reports | 38 | KPI snapshots, revenue reports, expense summaries |

## Installation

```bash
npm install futuresense-mcp
```

## Usage

Add to your Claude/Cursor/ChatGPT MCP config:

```json
{
  "mcpServers": {
    "futuresense": {
      "command": "npx",
      "args": ["-y", "futuresense-mcp"],
      "env": {
        "FUTURESENSE_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}
```

Get your API key at [hub.futuresenseai.com](https://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:** support@futuresenseai.com
   
    - ## License
   
    - MIT