OAPT MCP Extension
Connects Claude Desktop to the OAPT MCP server for natural-language queries across Dynamics CRM, AWS ACE, Partner Central, and more via a hosted endpoint, with per-user API key authentication.
README
OAPT — Claude Desktop Extension (.mcpb)
Connects Claude Desktop to the hosted OAPT MCP (Orion Agentic Partnerships Team):
ask_oapt natural-language questions across Dynamics CRM, AWS ACE / Partner Central, Microsoft
Partner Center, account dossiers and institutional memory — plus account briefs, pipeline health,
ACE status, and readiness — all from inside Claude Desktop.
Each user authenticates with their own OAPT API key, entered once on install and stored in the OS keychain. The extension ships no key.
Why an extension (.mcpb) and not a marketplace plugin
OAPT is a remote (hosted) MCP, and each user needs their own key. Claude Desktop's plugin
marketplace can't prompt for a per-user secret — only a Desktop Extension (.mcpb) can (the
sensitive config field). A .mcpb can only launch a local process, so this one carries a tiny
zero-dependency server/bridge.js that forwards Claude's MCP messages to the hosted OAPT endpoint
over HTTPS, injecting your key as the x-api-key header. You never see the bridge — you paste a key
and OAPT's tools appear.
Install (one time)
- Get your OAPT API key (starts with
oapt_) from David or the OAPT settings page. - Open Claude Desktop → Settings → Extensions.
- Drag
oapt-mcp.mcpbonto the window (or Install Extension… → pick the file). - When prompted for OAPT API Key, paste your key. (Leave OAPT Server URL at its default.)
- Done. Start a chat and ask, e.g., "ask OAPT for the account dossier on Fiserv." You should see
ask_oapt,get_account_dossier,search_ace, and the rest.
Updating
Most changes need no action from you. OAPT's tools and behavior live on the hosted server — when we ship a new tool or a fix, your Claude Desktop picks it up automatically on the next call. There is nothing to reinstall.
You only need a new .mcpb if the connection itself changes (the endpoint URL, or the bridge).
In that case: download the new oapt-mcp.mcpb, drag it onto Settings → Extensions, and it
replaces the old one (your saved key carries over).
For maintainers — build & release
# from this directory
npx @anthropic-ai/mcpb@latest validate manifest.json # schema check
npx @anthropic-ai/mcpb@latest pack . oapt-mcp.mcpb # produce the .mcpb
# smoke-test the bridge end-to-end (dummy key → server auth-rejection forwarded cleanly):
OAPT_API_KEY=oapt_dummy node -e 'const{spawn}=require("child_process");const c=spawn(process.execPath,["server/bridge.js"]);c.stdout.pipe(process.stdout);c.stdin.write(JSON.stringify({jsonrpc:"2.0",id:1,method:"initialize",params:{}})+"\n");setTimeout(()=>c.kill(),4000)'
Distribute by attaching oapt-mcp.mcpb to a GitHub Release (or hosting it on the OAPT site) and
sending users the download link. Bump version in manifest.json for connection-config changes.
What's in the box
| File | Purpose |
|---|---|
manifest.json |
Extension manifest — declares the local bridge + the sensitive API-key prompt |
server/bridge.js |
Zero-dependency stdio↔HTTPS proxy to the hosted OAPT MCP (injects x-api-key) |
package.json |
Marks the bridge as CommonJS; no runtime dependencies |
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。