add-integration

Configure MCP server integrations and generate `.mcp.json` files for external services.

Updated May 18, 2026
One-click install
npx skills add https://github.com/ajayatwal1105-emerson/digital-marketing-pro --skill add-integration-ajayatwal1105-emerson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-integration
Source: https://github.com/ajayatwal1105-emerson/digital-marketing-pro/tree/main/skills/add-integration
Command: npx skills add https://github.com/ajayatwal1105-emerson/digital-marketing-pro --skill add-integration-ajayatwal1105-emerson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the friction of wiring third-party APIs into Digital Marketing Pro by guiding you to add a working MCP server integration and expose its tools safely and correctly.

Core Features & Use Cases

  • MCP integration setup: Searches for an existing MCP package for your service, then generates a ready-to-paste .mcp.json configuration entry.
  • Custom MCP server guidance: Provides a development template and implementation skeleton when no suitable pre-built package exists.
  • Credential and brand/agency mapping: Helps configure environment variables and, when applicable, map credentials across agency client profiles.
  • Connectivity testing and documentation: Validates that the MCP server starts, lists tools, performs a read-only test, and records what was added for future reuse.

Quick Start

Run the add-integration flow, tell it which service you want to connect, then paste the generated .mcp.json block and set the required environment variables without sharing secrets.

Frequently Asked Questions about add-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure MCP server integrations for external APIs?

To configure MCP server integrations, you generate a ready-to-paste `.mcp.json` configuration entry with correct command, args, and environment variable mappings, enabling standardized tool endpoints to connect external services.

Can I connect a proprietary internal service if no pre-built MCP package exists?

Yes, you can connect proprietary services by using a provided custom MCP server development template and implementation skeleton to build a tailored integration when no suitable pre-built package is available.

How do I securely handle environment variables and agency credentials for MCP?

Secure credential handling for MCP involves configuring environment variables and mapping credentials across agency client profiles without sharing secrets, ensuring safe API connectivity for your specific brand context.

What is the best way to test MCP server connectivity and tool discovery?

The best way to test MCP server connectivity is to validate that the server starts, lists available tools, performs a read-only test, and records actionable diagnostics to confirm successful API integration.

Do I need brand context loading before adding an MCP integration?

Yes, brand context loading is required before adding an MCP integration to accurately map environment variables and agency credentials, ensuring the external service connects correctly to your Digital Marketing Pro setup.