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. Install via npx futuresense-mcp.
Server Config
{
"mcpServers": {
"futuresense": {
"command": "npx",
"args": [
"-y",
"futuresense-mcp"
],
"env": {
"FUTURESENSE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}