Offorte MCP Server
Offorte MCP server exists for a simple reason — assistants are far more useful when they can act on Offorte directly instead of describing what you should do. Offorte MCP Server.
This server acts as the bridge between AI agents and Offorte's proposal engine. It enables external models to create and send proposals via Offorte. Built for automation workflows, the MCP makes it easy to integrate proposal actions into AI tools, chat interfaces, and autonomous systems.
Offorte is automated proposal software which helps businesses create, send, and track beautiful interactive proposals. Built for speed, flexibility, and real-world use, it combines automation and smart workflows without sacrificing the personal touch. Learn more about Offorte.
Once Offorte is connected, these are the calls the assistant has available:
Script — InfoDemo — Experience the future of proposals: voice-triggered, AI-powered, fully automated. See how Offorte connects voice and workflow in [this realAccount — The Account tool exposed by this serverAutomations — The Automations tool exposed by this serverContacts — The Contacts tool exposed by this serverFavorites — The Favorites tool exposed by this serverProposals — The Proposals tool exposed by this serverSettings — The Settings tool exposed by this serverCommands — Check the NPM scripts for all commands, below is a short summary of the most important oncesYou will need 3 environment variables: OFFORTE_ACCOUNT_NAME, OFFORTE_API_KEY, YOUR_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
20.x.x) - Offorte API Key (see Authentication Section of the Offorte API Docs) - PNPM for development - TRANSPORT_TYPE (optional): Set to sse to enable Server-Sent Events (SSE) mode, or leave unset/default for stdio (default: stdio).The server ships on npm as Running, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Offorte's toolset — Script, Demo, Account and 6 more — is a fair guide to whether it matches your workflow. It is maintained by offorte; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Offorte's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Script | Info |
| Demo | Experience the future of proposals: voice-triggered, AI-powered, fully automated. See how Offorte connects voice and workflow in [this real demo](https://www.offorte.com/en/blog/proposal-software/handsfree-proposal-sendi |
| Account | The Account tool exposed by this server. |
| Automations | The Automations tool exposed by this server. |
| Contacts | The Contacts tool exposed by this server. |
| Favorites | The Favorites tool exposed by this server. |
| Proposals | The Proposals tool exposed by this server. |
| Settings | The Settings tool exposed by this server. |
| Commands | Check the NPM scripts for all commands, below is a short summary of the most important onces. |
{
"mcpServers": {
"offorte-proposals": {
"command": "npx",
"args": ["-y", "@offorte/mcp-server"],
"env": {
"OFFORTE_ACCOUNT_NAME": "<YOUR_ACCOUNT_NAME>",
"OFFORTE_API_KEY": "<YOUR_TOKEN>"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
20.x.x) - Offorte API Key (see Authentication Section of the Offorte API Docs) - PNPM for development - TRANSPORT_TYPE (optional): Set to sse to enable Server-Sent Events (SSE) mode, or leave unset/default for stdio (default: stdio).| Variable | Description | Required |
|---|---|---|
| OFFORTE_ACCOUNT_NAME | Configuration value read at startup. | Optional |
| OFFORTE_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.