MCP.so
ログイン

Offorte MCP Server

@offorte

Offorte MCP Server について

MCP server for the Offorte API - Create & send proposals using AI

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

offorte

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Offorte MCP Server?

Offorte MCP Server bridges AI agents with Offorte’s automated proposal software, enabling AI-driven creation and sending of proposals via the Model Context Protocol (MCP). It is intended for automation workflows and integration into AI tools, chat interfaces, and autonomous systems.

How to use Offorte MCP Server?

Install the npm package @offorte/mcp-server (using npx) or clone the repository and build locally. Set the environment variables OFFORTE_ACCOUNT_NAME and OFFORTE_API_KEY. Optionally set TRANSPORT_TYPE to sse for SSE mode (default is stdio). Add the server configuration to your MCP client (tested with Claude Desktop).

Use cases of Offorte MCP Server

  • Create a new proposal from an AI chat prompt.
  • Send an existing proposal to its assigned contacts automatically.
  • Search and manage contacts (organisations and people) via natural language.
  • List proposal templates and design templates to use as starting points.
  • Retrieve account users and automation sets for proposal preparation.

FAQ from Offorte MCP Server

What is Offorte MCP Server used for?

It enables AI agents to create and send proposals through Offorte’s automated proposal software using the Model Context Protocol.

What are the prerequisites to use this server?

You need Node.js 20.x, an Offorte API key, and a valid Offorte account. For development, PNPM is required.

How do I configure it for Claude Desktop?

Add a server entry to claude_desktop_config.json with command: "npx" (or "node" for a local build) and the required OFFORTE_ACCOUNT_NAME and OFFORTE_API_KEY environment variables.

What tools are available?

The server provides tools to initialize context, manage contacts, create and send proposals, list automations, templates, design templates, email templates, and text templates, and search proposals and users.

Are there any limitations or known issues?

The server only covers tools needed to create and send proposals; update/delete commands are not yet implemented. MCP is an evolving technology and may occasionally produce unexpected results. Only Claude Desktop has been tested so far.

コメント

「その他」の他のコンテンツ