返回 Skill 列表
extension
分类: 其它无需 API Key

Dynamics Partner Advisor

搜索、比较并筛选 Microsoft Dynamics 365 实施合作伙伴,按产品、行业和地区分类,用于用户询问寻找 Dynamics 365 合作伙伴的场景。

person作者: colingreighubclawhub

Dynamics Partner Advisor

Search, compare, and shortlist Microsoft Dynamics 365 implementation partners — powered by the live Top Dynamics Partners database.

This skill connects to a hosted MCP (Model Context Protocol) server. No local code, no dependencies, no API wrappers — just point your agent at the SSE endpoint and start querying.

When to Use

  • Someone asks "Who are the best Dynamics 365 Business Central partners in Texas?"
  • A consultant needs to compare ERP implementation firms by industry vertical
  • A project manager wants a shortlist of partners ranked by fit for their specific requirements
  • Anyone evaluating Microsoft Dynamics partners for an ERP or CRM implementation

Setup

Add the MCP server configuration to your agent:

Claude Desktop / Claude Code / Cursor

```json { "mcpServers": { "dynamics-partner-advisor": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-sse", "https://topdynamicspartners.com/api/mcp/sse"] } } } ```

Direct SSE Connection

For agents that support SSE transport natively:

  • SSE Endpoint: `https://topdynamicspartners.com/api/mcp/sse`
  • Messages Endpoint: `https://topdynamicspartners.com/api/mcp/messages`

No API key required for basic access.

Available Tools

search_partners

Search for Dynamics 365 partners by product, industry, and location.

| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | query | string | Yes | Natural language search (e.g., "Business Central partners in Chicago") | | product | string | No | Filter by Dynamics product (e.g., "Business Central", "Finance & Operations") | | industry | string | No | Filter by industry vertical (e.g., "Manufacturing", "Healthcare") | | region | string | No | Filter by geographic region (e.g., "US-Midwest", "Canada") | | limit | number | No | Max results to return (default: 10) |

get_partner_details

Retrieve a comprehensive profile for a specific partner.

| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | partner_id | string | Yes | The unique partner identifier | | include_reviews | boolean | No | Include client review summaries (default: false) |

Returns: Full partner profile including functional strengths, years in business, Microsoft designations, client size fit, geographic coverage, and notable implementations.

recommend_shortlist

Generate an AI-scored shortlist of partners matched to specific project requirements.

| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | project_description | string | Yes | Describe the project needs, goals, and constraints | | company_size | string | No | Your company size (e.g., "SMB", "Mid-Market", "Enterprise") | | budget_range | string | No | Approximate implementation budget range | | timeline | string | No | Desired implementation timeline | | must_have | array | No | Required capabilities or certifications |

Returns: Ranked list of 3-5 partners with match scores, reasoning, and specific strengths relevant to the described project.

Access Tiers

| Feature | Free (No Key) | Authenticated (API Key) | |---------|--------------|------------------------| | Results per query | 3 | 25 | | Rate limit | 30 req/min | 60 req/min | | Partner details | Basic | Full profile + reviews | | Shortlist scoring | Standard | Enhanced AI scoring |

Request an API key at topdynamicspartners.com/resources/mcp-server.

Data Source

All data is sourced from the live Top Dynamics Partners directory — a curated, continuously updated database of Microsoft Dynamics 365 implementation partners across North America.

Links