← All plugins
third-bridge
v1.0.3Seamlessly incorporate critical context and trusted insights from industry experts as part of your financia...
Codex
by Third Bridge GroupMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/third-bridge/ inside the repository.
Layout
plugins/third-bridge/
└── .codex-plugin/plugin.json
Manifests1
plugins/third-bridge/.codex-plugin/plugin.json
{
"name": "third-bridge",
"version": "1.0.3",
"description": "Seamlessly incorporate critical context and trusted insights from industry experts as part of your financia...",
"author": {
"name": "Third Bridge Group",
"url": "https://www.thirdbridge.com"
},
"homepage": "https://www.thirdbridge.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Third Bridge",
"shortDescription": "Seamlessly incorporate critical context and trusted insights from industry experts as part of your financia...",
"longDescription": "Seamlessly incorporate critical context and trusted insights from industry experts as part of your financial and business analysis. Refocus on extracting high-quality, reliable information by querying Third Bridge’s best-in-class substantial Library of expert content and data.\n\nOur MCP systematically and securely instructs Large Language Models (LLMs) to query insights from our database into their systems, streamlining your workflows and improving your output.",
"developerName": "Third Bridge Group",
"category": "Finance",
"capabilities": [],
"websiteURL": "https://www.thirdbridge.com",
"privacyPolicyURL": "https://www.thirdbridge.com/en-us/about-us/compliance/policies/privacy-policy",
"termsOfServiceURL": "https://www.thirdbridge.com/en-us/about-us/compliance/policies/third-bridge-mcp-pilot-terms",
"defaultPrompt": [
"Competitive analysis based on Third Bridge expert network"
],
"screenshots": [],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
}
}