Offorte MCP Server

Offorte MCP Server

Bridge AI agents with Offorte proposal automation via the Model Context Protocol.

4
Stars
4
Forks
4
Watchers
0
Issues
Offorte MCP Server enables external AI models to create and send proposals through Offorte by implementing the Model Context Protocol. It facilitates automation workflows between AI agents and Offorte's proposal engine, supporting seamless integration with chat interfaces and autonomous systems. The server provides a suite of tools for managing contacts, proposals, templates, and automation sets, streamlining the proposal creation and delivery process via standardized context handling. Designed for extensibility and real-world automation, it leverages Offorte's public API to empower intelligent business proposals.

Key Features

Integration with Offorte's public API v2
Supports standardized context initialization via get_initial_context
Automated proposal creation and sending tools
Comprehensive contact and user management functions
Access to automation sets and proposal templates
Server-Sent Events (SSE) and stdio transport options
Fine-grained control over design, email, and text templates
Authentication via Offorte API keys
Seamless integration with AI agents and chat interfaces
Scalable for autonomous, voice-triggered workflows

Use Cases

Automating proposal generation and sending for businesses
Integrating AI-driven proposal workflows into customer-facing applications
Enabling voice-activated and hands-free proposal submissions
Supporting chatbots or autonomous agents with business proposal capabilities
Streamlining contact and proposal management for sales teams
Template-based proposal creation and customization
Managing user access and collaborative proposal workflows
Automated tracking and searching of proposals and contacts
Orchestrating multi-step automation for business development tasks
Building contextual, dynamic proposal experiences using external AI models

README

Offorte MCP Server

MCP server for Offorte - Create & send proposals using AI.

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.

Early technology Please note that MCP (Model Context Protocol) is a new approach to AI integration. While powerful, it's still evolving and may occasionally produce unexpected or undesired results.

Table of Contents

About Offorte

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.

API

The MCP server is using the Offorte Public API v2. Read the API documentation for more information.

Demo

Experience the future of proposals: voice-triggered, AI-powered, fully automated. See how Offorte connects voice and workflow in this real demo.

Goals & Coverage

The goal of this project is too create & send proposals using AI via the protocol. Because of the experimental character, the full Offorte API is not covered and its limited to the tools needed to create & send proposals. Tools which could lead to an LLM updating and deleting stuff are not yet implemented. Update and delete commands might be added in the future, based on reallife results & user feedback.

Prerequisites

  • Node.js (tested with Node.js 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).

Available Tools

Context & Setup

  • get_initial_contextIMPORTANT: Must be called before using any other tools to initialize context and get usage instructions

Account

  • get_users – Lists all account users for the current account

Automations

  • get_automation_sets – Lists automation sets which are used as an optional input to create a new proposal

Contacts

  • 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

Favorites

  • get_proposal_templates – Lists proposal templates which are used as starting points to create new proposals

Proposals

  • create_proposal – Create a new proposal
  • get_proposal_directories – Get all proposal directories grouped by status
  • search_proposals – Search for proposals by query
  • send_proposal – Send a proposal to its assigned contacts

Settings

  • get_design_templates – Lists available design templates which are used to create new proposals
  • get_email_templates – Lists available email templates which are used to send proposals
  • get_text_templates – Lists available language text templates which are used to create new proposals

MCP Clients

Currently, this MCP server has only been tested with Claude Desktop. More client examples will be added in the future.

Claude Desktop Configuration

Find your claude_desktop_config.json at Claude > Settings > Developer > Edit Config and depending on which option you'd like, add JUST ONE of the following:

NPX

Running it straight from the npm registry.

json
{
	"mcpServers": {
		"offorte-proposals": {
			"command": "npx",
			"args": ["-y", "@offorte/mcp-server"],
			"env": {
				"OFFORTE_ACCOUNT_NAME": "<YOUR_ACCOUNT_NAME>",
				"OFFORTE_API_KEY": "<YOUR_TOKEN>"
			}
		}
	}
}

Local Node

Dependencies should have been installed & the project is build before you use this method (pnpm install).

json
{
	"mcpServers": {
		"offorte-proposals": {
			"command": "node",
			"args": ["/path/to/directory/offorte-mcp-server/dist/server.js"],
			"env": {
				"OFFORTE_ACCOUNT_NAME": "<YOUR_ACCOUNT_NAME>",
				"OFFORTE_API_KEY": "<YOUR_TOKEN>"
			}
		}
	}
}

Development

To get started, clone the repository and install the dependencies. Make sure you have an .env file and it includes the proper values.

bash
git clone https://github.com/offorte/offorte-mcp-server.git
cd offorte-mcp-server
pnpm install
pnpm dev

Commands

Check the NPM scripts for all commands, below is a short summary of the most important onces.

Script Info
pnpm build Build the project for production
pnpm start Start the production server
pnpm dev Start the development server
pnpm inspect Inspect the server
pnpm format Format code using Prettier and ESLint

Star History

Star History Chart

Repository Owner

offorte
offorte

Organization

Repository Details

Language TypeScript
Default Branch main
Size 197 KB
Contributors 1
License MIT License
MCP Verified Nov 12, 2025

Programming Languages

TypeScript
100%

Tags

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • Model Context Protocol Server for Home Assistant

    Model Context Protocol Server for Home Assistant

    Seamlessly connect Home Assistant to LLMs for natural language smart home control via MCP.

    Enables integration between a local Home Assistant instance and language models using the Model Context Protocol (MCP). Facilitates natural language monitoring and control of smart home devices, with robust API support for state management, automation, real-time updates, and system administration. Features secure, token-based access, and supports mobile and HTTP clients. Designed to bridge Home Assistant environments with modern AI-driven automation.

    • 468
    • MCP
    • tevonsb/homeassistant-mcp
  • Coda MCP Server

    Coda MCP Server

    A Model Context Protocol server enabling seamless interaction with Coda documents and pages.

    Coda MCP Server implements a Model Context Protocol (MCP) server that bridges AI assistants or MCP clients with the Coda API. It provides standardized tools for listing, creating, reading, updating, duplicating, and renaming Coda pages, as well as handling document context. The server communicates over standard input/output, supporting integration with platforms like Cursor and Claude Desktop, and can be deployed via Node.js or Docker.

    • 36
    • MCP
    • orellazri/coda-mcp
  • OpenAI MCP Server

    OpenAI MCP Server

    Bridge between Claude and OpenAI models using the MCP protocol.

    OpenAI MCP Server enables direct querying of OpenAI language models from Claude via the Model Context Protocol (MCP). It provides a configurable Python server that exposes OpenAI APIs as MCP endpoints. The server is designed for seamless integration, requiring simple configuration updates and environment variable setup. Automated testing is supported to verify connectivity and response from the OpenAI API.

    • 77
    • MCP
    • pierrebrunelle/mcp-server-openai
  • kibitz

    kibitz

    The coding agent for professionals with MCP integration.

    kibitz is a coding agent that supports advanced AI collaboration by enabling seamless integration with Model Context Protocol (MCP) servers via WebSockets. It allows users to configure Anthropic API keys, system prompts, and custom context providers for each project, enhancing contextual understanding for coding tasks. The platform is designed for developers and professionals seeking tailored AI-driven coding workflows and provides flexible project-specific configuration.

    • 104
    • MCP
    • nick1udwig/kibitz
  • FastMCP

    FastMCP

    TypeScript framework for building robust MCP servers with minimal setup.

    FastMCP is a TypeScript framework designed for building servers that adhere to the Model Context Protocol (MCP), enabling efficient management of client sessions and context. It streamlines the creation of MCP servers by providing intuitive APIs, built-in authentication, session and request tracking, and support for handling various content types such as images and audio. The framework also enforces best practices around error handling, logging, and streaming outputs. Developers benefit from reduced boilerplate and a focus on core MCP functionality.

    • 2,738
    • MCP
    • punkpeye/fastmcp
  • Ethics Check MCP

    Ethics Check MCP

    Turn any AI into a philosophical sparring partner that challenges assumptions and biases.

    Ethics Check MCP transforms AI assistants by making them actively identify and question ethical concerns, confirmation bias, and unexamined assumptions in conversations. The MCP server modifies models like Claude to interrupt comfortable exchanges and provoke critical thinking through counterarguments and alternative perspectives. By tracking ethical dimensions and user patterns, it delivers tailored challenges to encourage transparent and fair discussion. The tool is designed to keep AI-driven conversations rigorously self-critical and ethically aware.

    • 3
    • MCP
    • r-huijts/ethics-check-mcp
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results