Back to Browse

Ai MCP Server

by Celigo
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Manage your Celigo integrator.io account: integrations, flows, connections, errors, and jobs.

About

Manage your Celigo integrator.io account: integrations, flows, connections, errors, and jobs.

Remote endpoints: streamable-http: https://api.integrator.io/celigo-mcp streamable-http: https://api.eu.integrator.io/celigo-mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-celigo-celigo": {
      "url": "https://api.integrator.io/celigo-mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Celigo AI

One-stop shop for building integrations on the Celigo platform with AI.

skills.sh

This repo contains:

Install Skills

npx skills add celigo/ai

Install specific skills

# List available skills
npx skills add celigo/ai --list

# Install one skill
npx skills add celigo/ai --skill getting-started

# Install to a specific agent
npx skills add celigo/ai --skill configuring-exports -a claude-code

Install as a Plugin

This repo is also a native plugin marketplace for Claude Code and Cursor, bundling all of the skills below plus the Celigo Platform MCP server.

Claude Code -- in the app, or with the claude CLI:

/plugin marketplace add celigo/ai
/plugin install celigo@celigo

Cursor -- install Celigo from the Cursor plugin marketplace (Settings -> Plugins). Team admins can add this repo directly under Team Marketplaces.

Codex -- run codex plugin marketplace add celigo/ai, then install celigo from the Plugins Directory in the ChatGPT desktop app.

For 50+ other agents, use the skills install above.

Installing the plugin also configures the Celigo Platform MCP server (https://api.integrator.io/celigo-mcp). It authenticates via OAuth -- the first time an agent uses it, you'll be prompted to sign in to Celigo, so no API token is required.

The plugin ships the US endpoint. Each region runs its own identity provider, so if your account lives in the EU, the sign-in won't complete against it -- configure https://api.eu.integrator.io/celigo-mcp by hand instead. See Regions.

Using a different client -- VS Code, Windsurf, Gemini CLI, Codex CLI, or Claude Desktop? See Connect the Celigo MCP server for copy-paste config and a one-click Add to Cursor button.

Skills

Skill how-tos show celigo CLI commands, but most operations map directly to the bundled Celigo Platform MCP server's tools (list_* / upsert_* / delete_resource / run_flow / deploy_template), so agents connected over MCP follow the same skills and translate the command blocks. A few admin surfaces (the local account index, API tokens, stacks, on-premise agents, users) remain CLI/REST/UI-only.

SkillDescription
getting-startedCore concepts, build order, account discovery, and which skill to use
configuring-connectionsCredentials, auth methods, OAuth, iClients
configuring-exportsData source steps -- REST, SOAP, database, file, webhook, delta sync
configuring-importsData destination steps -- mappings, lookups, upsert logic
building-flowsPipelines wiring exports to imports -- scheduling, chaining, error management
building-apisCustom HTTP endpoints for synchronous external access
building-toolsReusable operations callable from flows, APIs, agents, and MCP servers
building-mcp-serversMCP endpoints exposing tools to external AI agents
building-b2bEDI integrations -- trading partners, X12/EDIFACT, file definitions
configuring-ai-agentsLLM-powered import steps (OpenAI, Gemini) and guardrails
configuring-filtersExpression and script filters on exports, imports, and branches
configuring-guardrailsPII detection, content moderation, AI-based validation
configuring-lookup-cachesIn-memory key-value stores for fast lookups and dedup
managing-usersUser invitations, permissions, MFA/SSO, access levels
managing-integrationsIntegration containers, cloning, and lifecycle management (ILM) across environments
managing-api-tokensInbound API tokens -- scoping, rotation, revoke/delete lifecycle
managing-stacksBring-your-own compute for hooks and connector wrappers (server or AWS Lambda)
managing-on-premise-agentsSecure connectivity to private systems behind a firewall
using-marketplace-templatesInstall Templates and Integration Apps; copy prebuilt flows
troubleshooting-flowsDiagnosing failures, partial errors, stuck jobs, empty runs
writing-mappingsMapper 2.0, Transformation 2.0, lookups, response mapping
writing-handlebarsDynamic template expressions for mappings, URIs, SQL, filters
writing-scriptsJavaScript hooks -- preSavePage, preMap, postMap, postSubmit
writing-sqlSQL for RDBMS exports/imports across Snowflake, Postgres, MySQL, and more

Slash Commands

The plugin bundles slash commands for Cursor and Claude Code -- skills-backed authoring helpers that work without a connected account:

CommandDescription
/celigo-plan-integrationPlan a new integration from requirements (design + build order)
/celigo-handlebarsAuthor or debug a Handlebars expression
/celigo-sqlWrite SQL for an RDBMS export/import
/celigo-mappingBuild a field mapping (Mapper 2.0)
/celigo-review-configReview a pasted resource config against best practices

MCP Prompts & Resources

The mcp/ directory contains prompts and resources served by the Celigo MCP server via the MCP protocol's prompts/list, prompts/get, resources/list, and resources/read endpoints.

Prompts

PromptDescription
getting-startedOrientation for the Celigo MCP server -- core concepts, build order, tool inventory
plan-new-integrationPlan a new integration from requirements
review-flow-configReview an existing flow configuration
troubleshoot-flowDiagnose a failing or misbehaving flow
diagnose-connectionTroubleshoot connection issues
audit-account-healthAudit account health and find issues
writing-handlebarsWrite Handlebars template expressions
writing-sqlWrite SQL for RDBMS exports and imports

Resources

ResourceURI
Account Architecture Modelceligo://resources/account-architecture
Account Settings Referenceceligo://resources/account-settings
API Referenceceligo://resources/api-reference
Connector Catalogceligo://resources/connector-catalog
Error Patternsceligo://resources/error-patterns
Glossaryceligo://resources/glossary
Handlebars Helper Catalogceligo://resources/handlebars-helpers
Recycle Bin Referenceceligo://resources/recycle-bin
Tool Usage Guideceligo://resources/tool-usage-guide

Adding MCP content

See the MCP README for the frontmatter schema and how the Celigo MCP server consumes these files.

Celigo CLI

The skills reference the Celigo CLI for examples. Install it with:

npm install -g celigo-cli

API and UI alternatives are noted where applicable.

Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!