OAPT 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
Описание
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
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 |
Установка OAPT Extension
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dwinter3/oapt-mcp-extensionFAQ
OAPT Extension MCP бесплатный?
Да, OAPT Extension MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для OAPT Extension?
Нет, OAPT Extension работает без API-ключей и переменных окружения.
OAPT Extension — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить OAPT Extension в Claude Desktop, Claude Code или Cursor?
Открой OAPT Extension на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare OAPT Extension with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
