Offorte MCP Server Integration
Integrate Offorte’s proposal automation tools with your AI workflows using the Offorte MCP Server for seamless business proposal management.

What does “Offorte” MCP Server do?
The Offorte MCP Server acts as an integration bridge between AI assistants and the Offorte proposal platform. It allows external AI models and tools to create and send proposals through Offorte using the Model Context Protocol (MCP). The server exposes a set of tools that enable AI-driven automation of proposal creation, contact management, and workflow integration. By connecting to Offorte’s API, this MCP server empowers developers and AI agents to automate business proposal workflows, streamline client communications, and trigger proposal actions programmatically. This is especially valuable in environments aiming to enhance productivity with AI, voice interfaces, and autonomous agents.
List of Prompts
No explicit prompt templates are mentioned in the repository or documentation.
List of Resources
No explicit MCP resources are described in the repository or documentation.
List of Tools
get_initial_context
Must be called before using any other tools to initialize context and get usage instructions.get_users
Lists all account users for the current account.get_automation_sets
Lists automation sets which are used as an optional input to create a new proposal.create_contact
Create a new contact (organisation or person/individual).get_contact_details
Get all details for a contact by ID.search_contact_organisations
Search for organisations by name in the contacts.search_contact_people
Search for people by name in the contacts.get_proposal_templates
Lists proposal templates which are used as starting points to create new proposals.
Use Cases of this MCP Server
Automated Proposal Creation
AI agents can automatically generate and send proposals using Offorte, streamlining sales and business development workflows.Contact Management
Easily create new contacts, search for organisations or individuals, and retrieve contact details for personalized communication.Workflow Integration
Integrate proposal actions into automated workflows, enabling processes like triggering proposals based on CRM or voice input events.Template-Based Proposals
Retrieve and use proposal templates for standardized, efficient proposal generation, ensuring consistency and branding.
How to set it up
Windsurf
- Ensure Node.js (
20.x.x
) is installed and obtain an Offorte API Key. - Locate your Windsurf configuration file.
- Add the Offorte MCP Server to the
mcpServers
section:{ "mcpServers": { "offorte": { "command": "npx", "args": ["@offorte/mcp-server@latest"] } } }
- Save and restart Windsurf.
- Verify the setup by checking for Offorte tools in the MCP client interface.
Securing API Keys
Set your Offorte API key using environment variables:
{
"env": {
"OFFORTE_API_KEY": "<your-api-key>"
},
"inputs": {}
}
Claude
- Install Node.js (
20.x.x
) and obtain an Offorte API Key. - Edit Claude’s MCP configuration file.
- Add the Offorte MCP Server:
{ "mcpServers": { "offorte": { "command": "npx", "args": ["@offorte/mcp-server@latest"] } } }
- Save and restart Claude.
- Confirm the MCP server is running and accessible.
Securing API Keys
{
"env": {
"OFFORTE_API_KEY": "<your-api-key>"
},
"inputs": {}
}
Cursor
- Make sure Node.js (
20.x.x
) is installed and obtain your Offorte API Key. - Open Cursor’s configuration file for MCP servers.
- Add the Offorte MCP Server:
{ "mcpServers": { "offorte": { "command": "npx", "args": ["@offorte/mcp-server@latest"] } } }
- Save changes and restart Cursor.
- Check the MCP tool list for Offorte integration.
Securing API Keys
{
"env": {
"OFFORTE_API_KEY": "<your-api-key>"
},
"inputs": {}
}
Cline
- Ensure Node.js (
20.x.x
) is available and get your Offorte API Key. - Find Cline’s MCP server configuration file.
- Insert the Offorte MCP Server configuration:
{ "mcpServers": { "offorte": { "command": "npx", "args": ["@offorte/mcp-server@latest"] } } }
- Save and restart Cline.
- Validate that the Offorte tools are available in the Cline interface.
Securing API Keys
{
"env": {
"OFFORTE_API_KEY": "<your-api-key>"
},
"inputs": {}
}
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"offorte": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “offorte” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates described |
List of Resources | ⛔ | No explicit MCP resources described |
List of Tools | ✅ | 7 tools documented |
Securing API Keys | ✅ | Environment variable example provided |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the above, the Offorte MCP Server provides a focused set of tools for proposal automation but lacks advanced MCP features like prompt templates, resources, and sampling. It is suitable for teams wanting to automate Offorte workflows with AI, but may not be ideal for complex prompt or resource-driven use cases.
MCP Score
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 0 |
Number of Stars | 1 |
Rating: 5/10
The Offorte MCP Server is functional and provides essential proposal automation tools with clear setup instructions and API key security. However, it lacks advanced MCP features such as prompt templates, explicit resources, and sampling support, making it a basic but practical integration for Offorte workflows.
Frequently asked questions
- What does the Offorte MCP Server do?
The Offorte MCP Server acts as a bridge between AI assistants and the Offorte proposal platform. It allows automated creation and sending of proposals, contact management, and workflow integration via the MCP protocol.
- What tools are available through this integration?
You can initialize context, list users, manage contacts, retrieve proposal templates, and automate proposal creation and workflow actions programmatically.
- How do I secure my Offorte API Key?
It is recommended to use environment variables for storing your Offorte API Key. Refer to the configuration instructions for each client to see how to set the API Key securely.
- Are prompt templates or resources available in this MCP server?
No, the Offorte MCP Server currently does not provide prompt templates or explicit resource endpoints. It focuses on essential proposal and contact automation features.
- Who should use the Offorte MCP Server?
Teams and developers looking to automate Offorte proposal workflows, integrate AI-driven sales processes, or streamline business communications using FlowHunt or compatible MCP clients.
Automate Proposals with Offorte MCP
Enhance your sales and business development processes by integrating Offorte proposal automation into your AI workflows.