plugins marketplace
← All plugins

factset

v1.0.2

Connect financial data, analytics, and workflows

Codex

by FactSetMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/factset/ inside the repository.

Layout

plugins/factset/
└── .codex-plugin/plugin.json

Manifests1

plugins/factset/.codex-plugin/plugin.json
{
  "name": "factset",
  "version": "1.0.2",
  "description": "Connect financial data, analytics, and workflows",
  "author": {
    "name": "FactSet",
    "url": "https://www.factset.com"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "FactSet",
    "developerName": "FactSet",
    "shortDescription": "Connect financial data, analytics, and workflows",
    "longDescription": "FactSet Model Context Protocol (MCP) is an open, API-based standard designed to seamlessly connect financial data, analytics models, and applications across different platforms. By enabling smooth interoperability, MCP empowers investment teams to easily share insights, streamline workflows, and enhance collaboration regardless of their tools or technology stacks. With MCP, firms can integrate new solutions efficiently, drive innovation, and maximize the value of their financial operations—ensuring consistent, context-rich decision-making throughout the investment process.",
    "category": "Finance",
    "capabilities": [],
    "brandColor": "#182850",
    "defaultPrompt": [
      "Pull FactSet consensus estimates and recent price performance for a ticker.",
      "Compare margins, revenue growth, and valuation multiples across this peer set in FactSet.",
      "Find recent broker research headlines for a company in FactSet and summarize sentiment."
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "websiteURL": "https://www.factset.com"
  },
  "homepage": "https://www.factset.com"
}